Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 452 Bytes

File metadata and controls

16 lines (11 loc) · 452 Bytes

bitcoin-node

How to Install a Bitcoin node

To setup a Bitcoin node on Ubuntu 18.04 follow these steps:

  • Copy repository to server (i.e. SFTP via Filezilla)
  • Run the below commands
chmod +x ./setup.sh && ./setup.sh <RPC-USERNAME> <RPC-PASSWORD>

Cheat Sheet: Parity Ethereum and Bitcoin Core:

You can find some useful commands on the post below:

https://medium.com/@danielmontoyahd/cheat-sheet-parity-and-bitcoin-core-c370163fca44