Lightsail 2 VCPUs 20$/mo 80GB instance btcpayserver
This file contains 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
# bash <(curl -s https://gist.githubusercontent.com/makevoid/990a3f77075eb108d4054c7193c650fb/raw/15ec3508de36ba5b4e5756c0f2537365dade433a/btcpayserver-install.sh ) | |
set -xe | |
mkdir BTCPayServer | |
cd BTCPayServer | |
git clone https://github.com/btcpayserver/btcpayserver-docker | |
cd btcpayserver-docker | |
export BTCPAY_HOST="btcpay.mkv.run" | |
export NBITCOIN_NETWORK="mainnet" | |
export BTCPAYGEN_CRYPTO1="btc" | |
export BTCPAYGEN_ADDITIONAL_FRAGMENTS="opt-save-storage-xs" | |
export BTCPAYGEN_REVERSEPROXY="nginx" | |
export BTCPAYGEN_LIGHTNING="clightning" | |
export BTCPAY_ENABLE_SSH=true | |
. ./btcpay-setup.sh -i | |
exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment