Dumpprivkey
dumpprivkey
Reveals the private key corresponding to 'address'.
Arguments
| Position | Name | Type | Required | Default | Description |
|---|---|---|---|---|---|
Result
"str" (string) The private key
Examples
raptoreum-cli dumpprivkey "myaddress"
raptoreum-cli importprivkey "mykey"
curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "dumpprivkey", "params": ["myaddress"] }' -H 'content-type: text/plain;' http://127.0.0.1:10225/