Skip to content

Releases: aiportal/gowallet

0.22

09 Sep 07:23
Compare
Choose a tag to compare
Version 0.20.

0.20

07 Aug 08:57
Compare
Choose a tag to compare

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.

0.15

22 Jul 09:42
Compare
Choose a tag to compare
Release 0.15

Simple bitcoin address generator, support brain wallet.

17 Jul 14:11
Compare
Choose a tag to compare

gowallet

A bitcoin wallet application written in golang.
Supports random wallet and brain wallet.

The brain wallet uses a secret phrase and a salt phrase to generate the private key.

Secret phrase at least 16 characters, containing uppercase letters, lowercase letters, numbers, and special characters.

Salt phrase at least 6 characters.

The secret phrase and the salt phrase support a hex notation similar to '\xFF' or '\xff' to represent a character.

It is advisable to use more complex secret phrases and to write secret phrases on paper.

It is also recommended that salt phrases be memorized in the brain.