From ba5f67861f34a8ef61a02dcce83960cfdcc04442 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Fri, 23 Oct 2020 12:08:36 +0200 Subject: [PATCH] Change IPFS bootstrap node --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9b8e479..0e33156 100755 --- a/index.js +++ b/index.js @@ -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({