Skip to content

Commit

Permalink
Merge pull request #14 from AreaLayer/22388o-patch-7
Browse files Browse the repository at this point in the history
Add RPC script
  • Loading branch information
22388o authored Oct 30, 2023
2 parents e4b1c1f + d27679b commit 9d618b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rpc/rpc.sh
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
## rpc script

protocol: 'http',
user: 'your_rpc_username',
pass: 'your_rpc_password',
host: '127.0.0.1', // Replace with your Bitcoin Core's RPC server address
port: 8332, // Replace with the RPC port you've configured
};

0 comments on commit 9d618b4

Please sign in to comment.