BlockchainCommons / Bitcoin-Standup-Scripts

UNIX Scripts to install a Bitcoin-Core full node and Tor
Other
56 stars 36 forks source link

Working standup scripts #15

Open jodobear opened 4 years ago

jodobear commented 4 years ago

Installs:

  1. Bitcoin core using Tor - specify external data dir
  2. C-lightning
  3. LND
  4. Esplora - specify external data dir
  5. BTCPay Server needs blockchain data corruption issue resolved.
ChristopherA commented 4 years ago

@Fonta1n3 @shannona Can you review this PR early next week?

shannona commented 4 years ago

After this settles, my next question is going to be: how can we merge this into the StackScript for Linode, since that's our preferred methodology for the Learning Bitcoin course (and at the least we'd like the automatic c-lightning install.)

jodobear commented 4 years ago

After this settles, my next question is going to be: how can we merge this into the StackScript for Linode, since that's our preferred methodology for the Learning Bitcoin course (and at the least we'd like the automatic c-lightning install.)

I can just merge relevant parts into a single script with c-lightning for the StackScript. Does that work?

shannona commented 4 years ago

After this settles, my next question is going to be: how can we merge this into the StackScript for Linode, since that's our preferred methodology for the Learning Bitcoin course (and at the least we'd like the automatic c-lightning install.)

I can just merge relevant parts into a single script with c-lightning for the StackScript. Does that work?

Definitely!

ChristopherA commented 3 years ago

@jodobear wrote

I can just merge relevant parts into a single script with c-lightning for the StackScript. Does that work?

Did this happen? Should this PR be closed, or is there still useful code for the future here?

ChristopherA commented 3 years ago

@icculp @nochiel — any desire to pick up this PR, test it, and see if we can't merged into master?

nochiel commented 3 years ago

@icculp @nochiel — any desire to pick up this PR, test it, and see if we can't merged into master?

I've begun reviewing the PR.

icculp commented 3 years ago

Funny timing Nick, I started looking at it just a little while ago as well

ChristopherA commented 3 years ago

@shannona is your review at https://github.com/BlockchainCommons/Bitcoin-Standup-Scripts/pull/15/#pullrequestreview-503417628 now resolved?