1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mistをプライベートネットで接続する方法

Posted at

Macの場合のみです。
コンソールから起動して、下記のようなオプションを指定。

Mist.app/Contents/MacOS/Mist --rpc http://localhost:8545 --swarmurl="http://swarm-gateways.net"

--rpcオプションで起動中のgethクライアントを指定しましょう。

--swarmurlオプションは、ちゃんとswarm用のポートを開けたりした方が良いのでしょうが、
不要な場合はとりあえず上記で動くのでこれで良いかと。

参考:https://github.com/ethereum/mist/issues/2959

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?