Skip to content

Instantly share code, notes, and snippets.

View dahifi's full-sized avatar

BCM dahifi

  • Wade Digital
  • EST
  • 19:49 (UTC -04:00)
View GitHub Profile
@dougvk
dougvk / bitcoind node.md
Last active October 17, 2018 16:09
Start a bitcoind full node

Clone my repository to ~

root@docker-s-6vcpu-16gb-nyc3-01:~# git clone https://github.com/dougvk/lightning-node.git

Build the bitcoind docker image

root@docker-s-6vcpu-16gb-nyc3-01:~# cd lightning-node
root@docker-s-6vcpu-16gb-nyc3-01:~/lightning-node# docker build . -t dougvk/bitcoind

Run the bitcoind node