Closed tombaki closed 5 years ago
bitcoin.conf
whitelist=127.0.0.1 txindex=1 addrindex=1 listen=1 server=1
upnp=1 zmqpubhashtx=tcp://127.0.0.1:38832 zmqpubhashblock=tcp://127.0.0.1:38832
port=20008 rpcport=8332 rpcallowip=127.0.0.1 rpcuser=username rpcpassword=password server=1
dose it need to full sync to start use search_raw_transactions
curl --user username:password --data-binary '{"jsonrpc":"2.0","id":0,"method":"search_raw_transactions","params":{"address":"mqKy9agnNopat7WAsyzkgrJr5z5JisSzbz","unconfirmed":true}}' -H 'content-type:text/plain;' http://127.0.0.1:8332
{"result":null,"error":{"code":-32601,"message":"Method not found"},"id":0}
status