Coder Social home page Coder Social logo

sagleft / mindwallet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from patcito/mindwallet

0.0 1.0 0.0 239 KB

A wallet generator based on memwallet for bitcoin, ethereum, monero, litecoin and mfcoin using argon2 instead of scrypt.

JavaScript 24.50% Shell 0.02% HTML 75.27% Go 0.22%

mindwallet's Introduction

MindWallet

MindWallet is a deterministic cryptocurrency address generator heavily based on MemWallet but using argon2 instead scrypt as hashing function, it's like WarpWallet, but it works for Ethereum, Litecoin, Monero and Bitcoin. You never have to save or store your private key anywhere. Just pick a really good password - many random words, for example - and never use it for anything else.

Given the same Passphrase and Salt, MemWallet will always generate the same address and private key, so if you only need to remember your password to access your funds.

For more information on why this is safer than a regular brainwallet, see WarpWallet's help, MindWallet is a re-implementation of WarpWallet, but it works for other currencies thanks to MemWallet who makes up for most of the most of the code. WarpWallet and MemWallet use the same algorithm, so WarpWallet and MemWallet will generate the same Bitcoin address for a given Passphrase and salt.

Another difference between MindWallet and MemWallet is that MindWallet makes use of a web worker to make it faster, this forces you to make use of a web server.

This repo containst an implementation of MindWallet in JavaScript and Go.

Instructions to run the html:

$ python -m SimpleHTTPServer

Then open your browser and go to http://localhost:8000

Instructions to run the go executable:

First install golang.

Second install go dep:

On Mac:

$ brew install dep

Anywhere else:

$ go get -u github.com/golang/dep/cmd/dep

Then run:

$ dep ensure

Now build the binary:

$ go build mindwallet.go

Run it like that:

$ ./mindwallet bitcoin my_password my_salt

You can add more memory cost at the end by adding one the following options: strong, very_strong or ridiculously_strong. These can take minutes to execute but as this is something you won't be re-uinsg a lot, it may not be a big deal.

Have fun!

mindwallet's People

Contributors

patcito avatar dvdbng avatar

Watchers

James Cloos avatar

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.