Skip to content

A Bitcoin HD Wallet software. Use a long key and a simple phrase to generate tens of thousands of Bitcoin wallet addresses.

License

Notifications You must be signed in to change notification settings

aiportal/gowallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gowallet

A console bitcoin wallet application written in golang.

GoWallet Account View

GoWallet uses a secret phrase and a salt phrase to generate your safe wallets.
Project location: https://github.com/aiportal/gowallet

GoWallet is a safe brain wallet for bitcoin.
Secret phrase at least 16 characters.
Salt phrase at least 6 characters.

Secret phrases should contain uppercase letters, lowercase letters, numbers, and special characters.
Both secret phrases and salt phrases can use hexadecimal notation such as \xff or \xFF to represent a character.

It is recommended that use a more complex secret and put it on paper.
It's also recommended that keep your salt in mind.

Donations are welcome at 1BTCzvzTn7QYBwFkRRkXGcVPodwrYoQyAq

GoWallet Encryption Process

Advanced usage

You can export bulk wallets using the command line.

-n or -number uint
         Number of wallets to generate.
-v or -vanity string
         Find vanity wallet address matching. (prefix)
-e or -export string
         Export wallets(child number, private key and address) in WIF format.

About

A Bitcoin HD Wallet software. Use a long key and a simple phrase to generate tens of thousands of Bitcoin wallet addresses.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages