bitcoinops / taproot-workshop

Taproot & Schnorr Python Library & Documentation.
MIT License
369 stars 111 forks source link

"JSONRPCException: Method not found (-32601)" for node.getbalance() #133

Closed rajarshimaitra closed 4 years ago

rajarshimaitra commented 4 years ago

Chapter 2.0: Taproot Introduction Example 2.0.2

balance = node.getbalance() is giving "Method not found" error.

node.getnetworkinfo() is returning valid version data from node.

Any suggestion on what might be going wrong?

Thanks and regards.

jnewbery commented 4 years ago

For anyone else who comes across this issue:

node.getbalance() requires a wallet. This was failing for you because the wallet was disabled.