Skip to content

apottere/go-vanity-wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Vanity Wallet

Features

  • Generates mnemonics for an HD wallet, not just a single private key
  • Configurable number of threads (defaults to 2 * number of cores)
  • Configurable entropy from 128-256 bits
  • Configurable derivation path (ETH/Metamask default: m/44'/60'/0'/0/0)

Development

go run main.go -1 256 "m/44'/60'/0'/0/0"

Build

GOOS=darwin GOARCH=amd64 go build -o ./bin/vanity-wallet-darwin-amd64
GOOS=linux GOARCH=amd64 go build -o ./bin/vanity-wallet-linux-amd64

For linux:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages