command
Version:
v0.0.0-...-f595cf3
Opens a new window with list of versions in this module.
Published: Mar 5, 2019
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
比特币
创建比特币账户,显示私钥、钱包导入格式私钥、公钥、地址
开始
- git clone
- go run bitcoin.go
或者
- go build bitcoin.go 编译
- window .\bitcoin.go linux ./bitcoin 运行
实例
C:\Users\Asus\Desktop\github\address_go\Bitcoin>go run bitcoin.go
=======================
0 - 比特币账户的私钥
8EF3CB7A7F993C0C46D79ECDCA12C94E56478C86C9FB6D3B3A4F0B2C321A3676
=======================
1 - 私钥对应的钱包导入格式WIF--用于导入钱包使用
5JuF79NS94871QXmQAnXP8rGRHTJtWz7rXtLoy5TJcimRWy3ijp
=======================
2 - 比特币账户公钥
75C9C8890645925503519E0840E2EC65E4A02A5047BAD060D6D735B69C1024F742DDEA4471BBC06B4CB9E0BD730FD84CB2E986D087AA16147B0C88A0B49055FC
=======================
3 - 对应私钥的比特币地址
1o9GxjidTAXoz1pPX1ZWWQ57NigsBiant
=======================
在区块链浏览器中查看生成的比特币地址: 1o9GxjidTAXoz1pPX1ZWWQ57NigsBiant
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.