Skip to content

Instantly share code, notes, and snippets.

@sputn1ck
Last active July 12, 2021 09:09
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 sputn1ck/acfefb44c3f5fcc58cf4e0bf6da955b6 to your computer and use it in GitHub Desktop.
Save sputn1ck/acfefb44c3f5fcc58cf4e0bf6da955b6 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -e
set -u
set -o pipefail
##/=====================================\
##| Creating directories |
##\=====================================/
mkdir -p config liquid-config liquid-config2
chmod -R 777 .
##/=====================================\
##| Download conf files |
##\=====================================/
curl -o ./config/bitcoin.conf -sL https://raw.githubusercontent.com/vulpemventures/nigiri-travis/master/bitcoin.conf
curl -o ./liquid-config/elements.conf -sL https://gist.githubusercontent.com/sputn1ck/f67e6d4f9f2887562fdc9fccb84639eb/raw/d480727133524b90fe0153f94855f2891ec2dd19/elements.conf
curl -o ./liquid-config2/elements.conf -sL https://gist.githubusercontent.com/sputn1ck/3d9ea5c24afb65e54aa5f9680facbc2f/raw/681b7e97e239c57144cacce95acf0b50043b4113/elements.conf
##/=====================================\
##| Download compose |
##\=====================================/
curl -o docker-compose.yml -sL https://gist.githubusercontent.com/sputn1ck/07b267d20429403e85a7f945e3164c52/raw/35f61770cba27ce1f06701538a3348c24e330a11/docker-compose.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment