Back

[**] - 关于BTC和一个遗落的钱包

发布时间: 2020-09-08 23:26:00

为了方便查阅,以后把BTC,ETH的内容都归拢到一个WORD文档中。

遗落的钱包: 需要密码

curl --data-binary '{"jsonrpc": "1.0", "id": "curltest", "method": "sendtoaddress", "params": ["325QCsvuPMFCyMQue9UGeevbG9uwSwLuZb", 0.001]}' -H 'content-type:text/plain;' http://dashi:[email protected]:8332/
{"result":null,"error":{"code":-13,"message":"Error: Please enter the wallet passphrase with walletpassphrase first."},"id":"curltest"}

Back