stopmining
stopmining Stop the mining thread. Result: "str" (string) Greeting message Examples: > bitcoin-cli stopmining
Signature
stopmining() → any Code samples
curl --user "$RPC_USER:$RPC_PASS" \
--data-binary '{"jsonrpc":"1.0","id":"docs","method":"stopmining","params":[]}' \
-H 'content-type: text/plain;' \
http://127.0.0.1:8332/ Parameters
No parameters.
Result
Type: any
"str" (string) Greeting message
Source: services/core-node/bcore/src/rpc/custom.cpp:131
C++ symbol: stopmining