ofek/bit

Configuring Bitcoin Core

noahw8299 opened this issue · 1 comments

I'm inconsistently getting this 'ConnectionError('Transaction broadcast failed, or Unspents were already used.')' issue on the mainnet. How do I configure my bitcoin core node to use the connect_to_node() function? I'm confused by the instructions listed here: https://ofek.dev/bit/guide/network.html#using-a-remote-bitcoin-core-node

How do I make sure that Bitcoin Core will accept RPC methods from the host running Bit?

You must run bitcoin core with the configuration parameter rpcallowip=<ip> set to its host ip.