Code Monkey home page Code Monkey logo

cryptowall's Introduction

Cryptowall is an offline Docker container which generates random crypto wallets. It prints out the most useful informations: private key, public key and address. With those informations, you will be able to receive funds and recover your wallet any time.

It currently supports Bitcoin, Ethereum, Monero and Iota tokens.

Screenshot

Motivation

I want a tool to easily generate random wallets on the fly for various cryptocurrencies.

Scripts need to be easily understood.

  • Scripts are written as short as possible.
  • Methods used are described below & sources are given.
  • Commented scripts can be found in the folder named after the token.

Wallets need to be generated offline to prevent any leak.

  • A Docker container run with --network=none is the way to go.

Usage

Cryptowall currently supports Bitcoin, Ethereum and Iota tokens. Create an issue if you want a specific token to be implemented.

$ docker run --network=none lapwat/cryptowall btc eth xmr iota

Methods used

Bitcoin / Ethereum

I used the method and script described in this excellent article from Vincent Kobel. He explaines how to generate an ECDSA keypair with OpenSSL and how to derive the public key into the corresponding address.

I used this method to convert the private key into Wallet Import Format. I used this technique to convert the public key into the corresponding Bitcoin address.

Monero

I followed the official Mnemonic (Electrum or Deterministic) Style explained at the bottom of this page.

Iota

I used the class AddressGenerator from the official python library pyota.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.