- start_mining
curl --request POST http://localhost:29081/start_mine curl --request POST http://localhost:32372/stop_mine
curl -X POST -i -H "Accept: application/json" -d '{"params": {"wallet_address":"D4cmpNgiuH3d1rverEF18PDS7JgdNAruUhDtRaUn9k6T3uK5qQkzMkkCHRRVTmrt1LCRso4xSEPgBGjjmtuy5gp3JPhZSkF", "number_of_threads":1}}' http://localhost:29081/start_mine
- getcurrencyid
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"getcurrencyid"}' http://localhost:29081/json_rpc
- getblockcount
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"getblockcount","params": {}}' http://localhost:29081/json_rpc
- getlastblockheader
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"getlastblockheader","params": {}}' http://localhost:29081/json_rpc
- getblockheaderbyheight
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"getblockheaderbyheight", "params": {"height":10007 }}' http://localhost:29081/json_rpc
- getblockheaderbyhash
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test1","method":"getblockheaderbyhash", "params": {"hash":"58141f9921509d7231d433137b421fa1daf025401d9606552ed2188f6110580d"}}' http://localhost:29081/json_rpc
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test1","method":"getblockheaderbyhash", "params": {"hash":"94648e39dff13abd94b0554285011f14b377d9cfe706983336933621ac76bc7f"}}' http://localhost:29081/json_rpc
- on_getblockhash
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"on_getblockhash", "params": [23]}' http://localhost:29081/json_rpc
- f_get_blockchain_settings
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"f_get_blockchain_settings"}' http://108.61.188.93:7621/json_rpc
curl -X POST -i -H "Accept: application/json" -d '{"jsonrpc":"2.0","id":"test","method":"f_get_blockchain_settings"}' http://localhost:29081/json_rpc