Following instructions from the excellent https://www.rinkeby.io/
A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,
Following instructions from the excellent https://www.rinkeby.io/
A full node lets you access all state. There is a light node (state-on-demand) and wallet-only (no state) instructions as well,
First, you have to download and build the Bitcoin Core | |
------------------------ | |
1. Clone the bitcoin source code and cd into `bitcoin` | |
git clone https://github.com/bitcoin/bitcoin | |
cd bitcoin | |
2. Build bitcoin-core: |