go into the directoryAchain/deploy_tool
-
Run .exe file "gen_genesis_json_file.exe" and it will generate some result files in the directory
-
Copy *.cpp files under the deploy_tool directory into the corresponding source code directory, replace them and then build GRBIT solution. you could also refer to the "copyGenesisfiles.bat" script file.
-
Run command "python keys_convert_to_import.py" and it will generate "import_wif_keys.json"
-
Run command "GRBit.exe --server --rpcuser a --rpcpassword b --rpcport 12345 --data-dir C:/xxx/" and then run following command "execute_script xxx/xxx/import_wif_keys.json"
-
Run command "info" or "help" you will get some information and some other commands.