This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker exec -ti btcpayserver_monero_wallet rm /wallet/wallet /wallet/wallet.keys /wallet/password && docker restart btcpayserver_monero_wallet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Run btcpay-setup.sh with the right parameters | |
| # Set the custom domain you chose to use | |
| export BTCPAY_HOST="btcpay.EXAMPLE.com" | |
| # Enable Beldex support | |
| export BTCPAYGEN_CRYPTO1="bdx" | |
| # opt-save-storage-xs (opens new window)will keep around 3 months of blocks (prune BTC for 25 GB) | |
| # opt-add-tor enables Tor support for the UI and Bitcoin node | |
| export BTCPAYGEN_ADDITIONAL_FRAGMENTS="opt-add-tor" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker restart btcpayserver_beldex_wallet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo chmod 666 /var/lib/docker/volumes/generated_bdx_wallet/_data/wallet.keys /var/lib/docker/volumes/generated_bdx_wallet/_data/password | |
| sudo chmod 600 /var/lib/docker/volumes/generated_bdx_wallet/_data/wallet | |
| sudo chown 101:101 /var/lib/docker/volumes/generated_bdx_wallet/_data/wallet |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "PASSWORD_HERE" > password | |
| docker cp password btcpayserver_beldex_wallet:/wallet/password |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker cp btcpay_beldex_view_only btcpayserver_beldex_wallet:/wallet/wallet | |
| docker cp btcpay_beldex_view_only.keys btcpayserver_beldex_wallet:/wallet/wallet.keys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo rm /var/lib/docker/volumes/generated_bdx_wallet/_data/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo chown 101:101 /var/lib/docker/volumes/generated_bdx_data/_data |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo ls -lan /var/lib/docker/volumes/generated_bdx_data/_data | |
| total 17660 | |
| drwxr-xr-x 3 101 101 4096 Jul 21 12:20 . | |
| drwx-----x 3 0 0 4096 May 25 15:21 .. | |
| -rw-r--r-- 1 101 101 17877166 Aug 16 17:29 beldex.log | |
| drwxr-xr-x 2 101 101 4096 Jul 12 06:11 lmdb | |
| -rw-r--r-- 1 101 101 177101 Aug 16 17:31 p2pstate.bin | |
| -r--r--r-- 1 101 101 1606 Jul 21 12:20 rpc_ssl.crt | |
| -r-------- 1 101 101 3268 Jul 21 12:20 rpc_ssl.key |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo chmod 444 /var/lib/docker/volumes/generated_bdx_data/_data/rpc_ssl.crt | |
| sudo chown beldex:beldex /var/lib/docker/volumes/generated_bdx_data/_data/rpc_ssl.crt | |
| sudo chmod 400 /var/lib/docker/volumes/generated_bdx_data/_data/rpc_ssl.key | |
| sudo chown beldex:beldex /var/lib/docker/volumes/generated_bdx_data/_data/rpc_ssl.key |
NewerOlder