First Dawarich, now BTCPayServer!
-
Thanks to @timconsidine and his https://ccai.appx.uk/ I've installed BTCPayServer. Quick questions...
The Dashboard tells me the nodes are syncing... but there are NO nodes, correct, by default? I need to connect it to a Bitcoin node elsewhere, yes? I ask because I don't want to wake up tomorrow to find out my server has run out of space!
Any other tips on how to connect that BTC node, as well as Lightning stuff?
Thank you!
-
I think I messed up something specific. I entered the IP for the Bitcoin node I have running elsewhere. Do I need to make a user, too, on that instance to login to the PRC?
And, I entered my.ip for the last item, explorer_bind, but I think that needed to stay as the local Docker IP, right> Well, I forget what that was. Could someone check and tell me what it should be please?
Bitcoin RPC Configuration
bitcoin:
rpc_user: "user"
rpc_password: "password"
rpc_host: "my.ip"
rpc_port: 8332
node_endpoint: "my.ip:8333"Network Configuration
network: "mainnet"
Database Configuration (Cloudron managed)
These are automatically set by Cloudron environment variables
postgres:
host: ${CLOUDRON_POSTGRESQL_HOST}
port: ${CLOUDRON_POSTGRESQL_PORT}
username: ${CLOUDRON_POSTGRESQL_USERNAME}
password: ${CLOUDRON_POSTGRESQL_PASSWORD}
database: ${CLOUDRON_POSTGRESQL_DATABASE}
BTCPay Server Configuration
btcpayserver:
host: "${CLOUDRON_APP_DOMAIN}"
protocol: "https"
datadir: "/app/data/btcpayserver"NBXplorer Configuration
nbxplorer:
network: "mainnet"
chaintype: "BTC"
explorer_port: 32838
explorer_bind: "WHAT WAS THIS:32838"