CounterpartyXCP / indexd-server

Bitcoin address index service
MIT License
39 stars 41 forks source link

Method not found #23

Closed tombaki closed 5 years ago

tombaki commented 5 years ago

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

chainBlock 594351
indexBlock 362541
network "mainnet"
blocksBehind 231810
ready false
tombaki commented 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