We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcde8b commit 44aa322Copy full SHA for 44aa322
README.md
@@ -6,12 +6,14 @@ command :
6
mvn clean package appassembler:assemble -Dmaven.test.skip=true -X
7
8
## IPFS SERVER FAST
9
-ipfs daemon --routing=dhtclient --enable-pubsub-experiment
+ipfs daemon --enable-pubsub-experiment
10
<br>
11
--routing=dhtclient
12
13
nohup ipfs daemon --enable-pubsub-experiment >/var/log/ipfs/ipfs.log 2>&1 &
14
15
+ipfs shutdown
16
+<br>
17
ipfs pubsub peers bmJzaW8ubmV0
18
# Version History
19
## Version 2.0.1
0 commit comments