https://github.com/samparsky/bip84-go
Generate Bitcoin BIP84 address (with zpub & zprv prefixes) in Golang
https://github.com/samparsky/bip84-go
Last synced: 2 months ago
JSON representation
Generate Bitcoin BIP84 address (with zpub & zprv prefixes) in Golang
- Host: GitHub
- URL: https://github.com/samparsky/bip84-go
- Owner: samparsky
- Created: 2020-07-17T20:09:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T20:37:01.000Z (almost 5 years ago)
- Last Synced: 2023-10-26T11:51:48.571Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bip84 Golang
Golang implementation of generating BIP84 address and zpub/zprv keys.
```sh
$ go run main.go---- Generated Mnemonic -------
eyebrow route strike knock usage accuse wear yard winter kick hair east---- Generated Master Key -------
Extended Private Key - zprvAWgYBBk7JR8GjKSKqMhrT1mJVAeD77sRqhPLX1str3i9Dhs9WVeXYcLvNsijWVuiC85Afr1wmvDnyTn2JfAA46s2LNnzaarJ8Lf7b8PeTYm
Extended Public Key - zpub6jftahH18ngZwoWnwPErp9i33CUhWabHCvJwKQHWQPF86WCJ42xn6QfQEAjbe5gbRC2FfKQZg9sWYyNoWaDbYPggx4V436LKxnNJhRm51Sa---- Generated Child Account Key -------
Private Key zprvAdMiK96URWs3HQjLr3fyCbhdAZyHNRt2wQrdFYD2gvGTnHZK6Tm8qtTgzyzTKSefcP6Sn5iAgKKvT8LRaTg75Y5WvjuFp46tGrUTbWTosC4
Public Key zpub6rM4iedNFtRLVtoox5CyZjeMibommtbtJdnE3vceFFoSf5tTe15PPgnArEhan9GJRAijtkpnVgE1d51rLx1HZvEZdopE36fjcqX1GMBPHqe---- Generated Child Account Bech32 Address -------
bc1qprpn2gfgp2xkrm9m9qw3p02dsw2fcp3wlk4z3f```
# License
MIT