Skip to content

alex27riva/bitcoin-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitcoin-scripts

Repo for my Bitcoin scripts

RPC connection

  • Configure bitcoind to allow incoming RPC connections
sudo vim /mnt/hdd/bitcoin/bitcoin.conf

Modify these two lines

rpcallowip=192.168.1.0/24
main.rpcbind=0.0.0.0:8332

Configure RPC credential in .env file

  • Allow RPC in UFW from local network
sudo ufw allow from 192.168.1.0/24 to any port 8332 proto tcp comment 'Allow Bitcoin RPC from local network' && sudo ufw reload

About

Repo for my Bitcoin scripts

Resources

License

Stars

Watchers

Forks

Languages