Невозможно подключиться к частной сети Ethereum, развернутой в мини-терминалах из Solidity Remix IDE - PullRequest
0 голосов
/ 21 июня 2019

У меня развернута частная сеть ethereum на minidcos.

geth-boot-p2p-port

Адрес

172.28.128.17:1025

DNS

boot-0-node.ethereum.autoip.dcos.thisdcos.directory: 1025 VIP

geth-client-http-port

Адрес

172.28.128.23: 1025,172.28.128.22: 1025

DNS

client-0-node.ethereum.autoip.dcos.thisdcos.directory: 1025, client-1-node.ethereum.autoip.dcos.thisdcos.directory:1025

VIP geth-client-p2p-port

Адрес

172.28.128.23:1027,172.28.128.22: 1027

DNS client-0-node.ethereum.autoip.dcos.thisdcos.directory:1027,client-1-node.ethereum.autoip.dcos.thisdcos.directory:1027

VIP

geth-client-ws-port

Адрес

172.28.128.23: 1026 172,28,128.22: 1026

DNS

client-0-node.ethereum.autoip.dcos.thisdcos.directory: 1026, client-1-node.ethereum.autoip.dcos.thisdcos.directory:1026

VIP

geth-ethstats-http-port

Адрес

172.28.128.17: 1026

DNS ethstats-0-node.ethereum.autoip.dcos.thisdcos.directory:1026 VIP geth-sealer-http-port

Адрес 172.28.128.16:1025,172.28.128.17:1027,172.28.128.18:1025

DNS sealer-0-node.ethereum.autoip.dcos.thisdcos.directory:1025,sealer-1-node.ethereum.autoip.dcos.thisdcos.directory:1027,sealer-2-node.ethereum.autoip.dcos.thisdcos.directory:1025 VIP geth-sealer-p2p-port

Адрес 172.28.128.16:1027,172.28.128.17:1029,172.28.128.18: 1027

DNS sealer-0-node.ethereum.autoip.dcos.thisdcos.directory:1027,sealer-1-node.ethereum.autoip.dcos.thisdcos.direcтори: 1029, sealer-2-node.ethereum.autoip.dcos.thisdcos.directory: 1027

VIP

geth-sealer-ws-port

Адрес 172.28.128.16:1026,172.28.128.17:1028,172.28.128.18:1026

DNS

sealer-0-node.ethereum.autoip.dcos.thisdcos.directory: 1026, sealer-1-node.ethereum.autoip.dcos.thisdcos.directory: 1028, герметик-2-node.ethereum.autoip.dcos.thisdcos.directory:1026

Ethereum Tasks Mini DCOS Endpoints1

MiniDCOS Endpoints2

Я пытаюсь geth-client-http-port подключиться из интегрированной среды ремиксов и получаю ошибку ниже.

Remix connect error

Как я могу устранить эту ошибку?

...