提交 bd685045 作者: Brian Tiger Chow

fix: uranus and saturn IP addresses

Mistake: Saturn referred to the NY node and vice versa.

Correction: Fittingly, Uranus is in NY and _S_aturn is _S_ingapore.

I'll have to reboot the testnet to rectify the changes.

License: MIT
Signed-off-by: 's avatarBrian Tiger Chow <brian@perfmode.com>
上级 d74ea449
...@@ -195,24 +195,24 @@ func initConfig(configFilename string, dspathOverride string, nBitsForKeypair in ...@@ -195,24 +195,24 @@ func initConfig(configFilename string, dspathOverride string, nBitsForKeypair in
Address: "/ip4/104.131.131.82/tcp/4001", Address: "/ip4/104.131.131.82/tcp/4001",
}, },
&config.BootstrapPeer{ &config.BootstrapPeer{
// neptune // Neptune
PeerID: "QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z", PeerID: "QmSoLnSGccFuZQJzRadHn95W2CrSFmZuTdDWP8HXaHca9z",
Address: "/ip4/104.236.176.52/tcp/4001", Address: "/ip4/104.236.176.52/tcp/4001",
}, },
&config.BootstrapPeer{ &config.BootstrapPeer{
// pluto // Pluto
PeerID: "QmSoLpPVmHKQ4XTPdz8tjDFgdeRFkpV8JgYq8JVJ69RrZm", PeerID: "QmSoLpPVmHKQ4XTPdz8tjDFgdeRFkpV8JgYq8JVJ69RrZm",
Address: "/ip4/104.236.179.241/tcp/4001", Address: "/ip4/104.236.179.241/tcp/4001",
}, },
&config.BootstrapPeer{ &config.BootstrapPeer{
// uranus // Uranus
PeerID: "QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm", PeerID: "QmSoLueR4xBeUbY9WZ9xGUUxunbKWcrNFTDAadQJmocnWm",
Address: "/ip4/128.199.219.111/tcp/4001", Address: "/ip4/162.243.248.213/tcp/4001",
}, },
&config.BootstrapPeer{ &config.BootstrapPeer{
// saturn // Saturn
PeerID: "QmSoLSafTMBsPKadTEgaXctDQVcqN88CNLHXMkTNwMKPnu", PeerID: "QmSoLSafTMBsPKadTEgaXctDQVcqN88CNLHXMkTNwMKPnu",
Address: "/ip4/162.243.248.213/tcp/4001", Address: "/ip4/128.199.219.111/tcp/4001",
}, },
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论