Skip to content

Commit

Permalink
Add gitignore file (#3)
Browse files Browse the repository at this point in the history
* Add rpc whitelist

* fix password hash format

* add port to script

* add gitignore

* simplify

---------

Co-authored-by: Alex Gartner <[email protected]>
  • Loading branch information
morde08 and gartnera authored Dec 3, 2024
1 parent 7ce3581 commit c0f3ec3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.env
.idea/
.vscode/
1 change: 1 addition & 0 deletions examples/testnet4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ docker run -d \
-e ADMIN_RPC_PASSWORD=admin \
-e WALLET_NAME=default \
-e WALLET_ADDRESS=tb1qfm8a8pxer0kmfa4xlk34e44xpr8g46ae0v04dw \
-p 48332:48332 \
bitcoin-core-docker /opt/wallet.sh

0 comments on commit c0f3ec3

Please sign in to comment.