Closed mariosk closed 7 years ago
IPFS needs a way to bootstrap the network. On public network those are gateways that do this work. When running private network you need to change bootstrap nodes to your own.
So on both nodes:
ipfs bootstrap rm --all
ipfs bootstrap add $FULL_ADDRESS_PEERID_OF_THE_OTHER_NODE
you can get full address from ipfs id
with running daemon.
Thanks a lot @Kubuxu, that works fine!
I've setup 2 ipfs daemons with the same ~/.ipfs/swarm.key. I've 2 questions:
What am I missing? Thanks!