Post
Topic
Merits 3 from 2 users
Cascading Bitcoin Nodes
by
m0rph3us7
on 29/01/2018, 19:10:59 UTC
⭐ Merited by DannyHamilton (2) ,AGD (1)
Hi,

I want to setup a secure Wallet System with bitcoin core on linux.
First bitcoin node should be placed in the DMZ, behind the Front Firewall.
Second node should be placed in a secure net, without a direct internet connect.
The second node should sync with the first node.

I setup the 2 Nodes. First Node is syncing.
Second Node has configured:
connect=192.168.1.15
addnode=192.168.1.15

But it does not start loading blocks.

Any Ideas?

Kind regards, Morph