Change IPFS bootstrap node

This commit is contained in:
Basti 2020-10-23 12:08:36 +02:00
parent ba7c98b564
commit ba5f67861f
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -12,7 +12,7 @@ const argv = require('yargs')
port: '5001',
protocol: 'http',
monitor: true,
bootstrapNode: '/ip4/46.4.18.160/tcp/4001/ipfs/QmZ4Lpzhz8bafbTYvEMMCmrbrMM4JfyHDR23WbCSAd9bo7'
bootstrapNode: '/ip4/104.248.95.16/tcp/4001/ipfs/QmbqZCZ2RzVr4r1UEdFak6ra76kHxtGmfV9r3e1Ev6Tj5D' // barnard.kosmos.org
})
.boolean('monitor')
.describe({