# generate-key **Repository Path**: Mr_ChenLuYong/generate-key ## Basic Information - **Project Name**: generate-key - **Description**: Private phrase generates a valid bitcoin key - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://bepal.pro/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-29 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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