Skip to content

chenluyong/bip-implement-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Key

generate-key is a use custom phrases to create public and private keys that match the bitcoin specification..

Testing

Multiple test cases are provided, under the "examples" directory.

Under their respective directories, they have their own use-case documents。

Building

The project can be compiled and run under Windows and Linux.

The project USES the syntax of c++11 to be noted at compile time.

In order for users to quickly test, I provided "Makefile", "qt.pro", "msvc.sln" files.

Under the "doc" folder, you can find the running configuration of each project

About

Private phrase generates a valid bitcoin key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.7%
  • C 10.3%