btcdrak / bitcoin

Bitcoin Core integration/staging tree
https://bitcoin.org/en/download
MIT License
27 stars 14 forks source link

Unable to run searchrawtransactions from bitcoin-cli #15

Open Nucklear opened 7 years ago

Nucklear commented 7 years ago

After indexing all the blocks I'm unable to execute bitcoin-cli searchrawtransactions

I get the following error message:

error code: -32601 error message: Method not found

btcdrak commented 7 years ago

Please try the latest addrindex-0.13 branch and make sure you're running the correct binary. You might need to do sudo make install or src/bitcoin-cli from the bitcoin dir.