Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
de464b7e
Commit
de464b7e
authored
Jan 31, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test/3nodetest: list bootstrap nodes to debug
parent
af5b835d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
test/3nodetest/client/run.sh
test/3nodetest/client/run.sh
+1
-0
test/3nodetest/server/run.sh
test/3nodetest/server/run.sh
+1
-0
No files found.
test/3nodetest/client/run.sh
View file @
de464b7e
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"
...
...
test/3nodetest/server/run.sh
View file @
de464b7e
# 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment