Skip to content

Instantly share code, notes, and snippets.

@makevoid
Last active July 1, 2020 06:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makevoid/990a3f77075eb108d4054c7193c650fb to your computer and use it in GitHub Desktop.
Save makevoid/990a3f77075eb108d4054c7193c650fb to your computer and use it in GitHub Desktop.
Lightsail 2 VCPUs 20$/mo 80GB instance btcpayserver
# 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