2016-09-24 6 views
1

로컬 PC (Windows 10)에 Mist를 설치했지만 Main/Test 네트워크를 동기화하고 싶지 않습니다. 그래서이 Ethereum + Azure 자습서를 사용 했으므로 개인 네트워크에서 SSH를 통해 작업 할 수 있습니다. 보다안개를 원격 서버 (Azure)의 개인 블록 체인에 연결하는 방법은 무엇입니까?

geth --dev console 

더, 나는 그 후, geth --help에 따라, 나는 푸른의 가상 머신에 geth --dev --rpc console을하고 있는데,

mist.exe --rpc http://YOUR_IP:PORT 

그래서 특별한 플래그를 사용하여 blockchain 정의에 미스트를 실행할 수 있다고 알고 mist.exe --rpc http://VM_IP:8545을 실행 중이며 오류가 있습니다 :

[2016-09-24 18:01:21.928] [INFO] Sockets/node-ipc - Connect to {"hostPort":"http://VM_IP:8545"} 
[2016-09-24 18:01:24.968] [ERROR] Sockets/node-ipc - Connection failed (3000ms elapsed) 
[2016-09-24 18:01:24.971] [WARN] EthereumNode - Failed to connect to node. Maybe it's not running so let's start our own... 
[2016-09-24 18:01:24.979] [INFO] EthereumNode - Node type: geth 
[2016-09-24 18:01:24.982] [INFO] EthereumNode - Network: test 
[2016-09-24 18:01:24.983] [INFO] EthereumNode - Start node: geth test 
[2016-09-24 18:01:32.284] [INFO] EthereumNode - 3000ms elapsed, assuming node started up successfully 
[2016-09-24 18:01:32.286] [INFO] EthereumNode - Started node successfully: geth test 
[2016-09-24 18:01:32.327] [INFO] Sockets/node-ipc - Connect to {"hostPort":"http://VM_IP:8545"} 
[2016-09-24 18:02:02.332] [ERROR] Sockets/node-ipc - Connection failed (30000ms elapsed) 
[2016-09-24 18:02:02.333] [ERROR] EthereumNode - Failed to connect to node Error: Unable to connect to socket: timeout 

PS 안개 버전 - 0.8.2

+0

질문이 http://ethereum.stackexchange.com/questions/8827/how-to-connect-mist-to-the-private-blockchain-on-remote-server-azure로 옮겨졌습니다. –

답변

1

귀하의 접근 방법이 맞습니다. 안개가 geth와 대화하지 못하게하는 네트워크 구성 문제가 있다고 말합니다. 나는 다음과 같은 테스트를하고 제안하고 같은 문제로 실행하면 볼 것입니다 : - geth --testnet --rpc 실행 geth - - 당신은 안개가 기계에서 geth.exe 실행 을 찾을 ./Mist --rpc /.../Ethereum/testnet/geth.ipc 또는 ./Mist --rpc http://localhost:8545

와 안개를 시작합니다

나는 Mac에있어 /를 뒤집어서 C : 데코레이션을 여기 저기에 추가해야 할 것입니다.