btcpayserver-docker
btcpayserver-docker copied to clipboard
Docker resources for hosting BTCPayServer easily
I am not the owner of TEOS, but hope that we can see BTCPayServer begin to move away from the archived python-teos to the new rust-teos. This pull request does...
I added a couple of additional fragments to my BTCpay Server Docker because I had important sync issues for a few weeks that made my BTCpay basically useless. These additional...
I migrated the BACKUP_TIMESTAMP functionality to save the backup with datetime as part of the file name from the old backup.sh. If my change is accepted, I plan to update...
hello, I'd like to setup btcpayserver inside portainer for which i would need to create an stack with an existing example compose.yml file. From what i read, it seems like...
Hey guys, I was testing Lightning through Cloudflare tunnels and I've found some issues. Docs here https://docs.btcpayserver.org/Docker/cloudflare-tunnel/ When Cloudflare tunnel option is activated, the BTCPay instance can be accessed from...
A couple months ago I was experiencing this issue: https://github.com/btcpayserver/btcpayserver-docker/issues/805 I did the suggested: ``` # cd btcpayserver-docker/ # git checkout cd0a73435c2bc8a8bd7c815611ef34c634ca3628 # btcpay-update.sh --skip-git-pull ``` Fast forward to today,...
Hello I have an rpi4 running btcpayserver using docker. When I set it up I used the pruned node option and have it all saved on an SD card, which...
Hi, I've been running a btcpayserver using docker for a while now. I want to run an electrs server along side it, the electrs server needs to connect to the...
I've tried installing BTCpay server using default settings as outlined here: https://docs.btcpayserver.org/Docker/. I get either the following errors: ``` service "bitcoin_rtl" refers to undefined volume bitcoin_datadir: invalid compose project ```...