Skip to content

Commit

Permalink
test/3nodetest: list bootstrap nodes to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed Feb 1, 2015
1 parent 88ee455 commit 0ef4bcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/3nodetest/client/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ipfs bootstrap add /ip4/$BOOTSTRAP_PORT_4011_TCP_ADDR/tcp/$BOOTSTRAP_PORT_4011_TCP_PORT/ipfs/QmNXuBh8HFsWq68Fid8dMbGNQTh7eG6hV9rr1fQyfmfomE
ipfs bootstrap # list bootstrap nodes for debugging


echo "3nodetest> starting client daemon"
Expand Down
1 change: 1 addition & 0 deletions test/3nodetest/server/run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# must be connected to bootstrap node
ipfs bootstrap add /ip4/$BOOTSTRAP_PORT_4011_TCP_ADDR/tcp/$BOOTSTRAP_PORT_4011_TCP_PORT/ipfs/QmNXuBh8HFsWq68Fid8dMbGNQTh7eG6hV9rr1fQyfmfomE
ipfs bootstrap # list bootstrap nodes for debugging

# wait for daemon to start/bootstrap
# alternatively use ipfs swarm connect
Expand Down

0 comments on commit 0ef4bcc

Please sign in to comment.