petertodd / replace-by-fee-tools

Tools to test out replace-by-fee
GNU General Public License v3.0
145 stars 45 forks source link

socket.error: [Errno 111] Connection refused #9

Open knoxcard opened 7 years ago

knoxcard commented 7 years ago

I am almost there, but I get the following error when I execute:

python bump-fee.py 2010aa960b330022b2db175410b13530dc6bdd1a9b38071e55cdd45d96b51a64 socket.error: [Errno 111] Connection refused

knoxcard commented 7 years ago

I have RPC enabled too, but don't see a config file to enter the credentials. If that is in fact the issue.

knoxcard commented 7 years ago

I see the issue, in my bitcoin.conf file I have

txindex=1 prune=2000

It appears you cannot have prune and txindex enabled at the same time. You need to disable pruning and redownload the blockchain.