Step 1 - Locate bitcoin.conf
Stop Bitcoin Core and locate your bitcoin configuration file (bitcoin.conf
). It can be found in the below directories. If it doesn't exist create it
- Windows: C:\Users\username\AppData\Roaming\Bitcoin\bitcoin.conf
- Linux: /home/username/.bitcoin/bitcoin.conf
- Mac: /Users/username/Library/Application Support/Bitcoin/bitcoin.conf
Step 2 - Edit bitcoin.conf
Add the following to your bitcoin.conf
file
server=1 rpcallowip=YOUR_STATIC_IP rpcuser=ausernameyouchoose rpcpassword=apasswordyouchoose disablewallet=1
Step 3 - Restart Bitcoin
Restart Bitcoin Core to reload the new configuration
Samourai Wallet
Comments