LoginSignup
8

More than 5 years have passed since last update.

GethNoKiwamyで爆速でEtheruemプライベートチェーンを構築する。

Last updated at Posted at 2017-03-31

geth.png

ついにやってきました! 爆速シリーズ③番目  

 「 GethNoKiwamyで爆速でEtheruemプライベートチェーンを構築する。」

今回は、ついに全世界で10000ノード(内ニューヨークが約2800, 日本が約300)を達成したEthereumノードを爆速で構築できるツールを作りましたので。公開します。

ご意見、苦情はこちらまで -> @syrohei 

GethNoKiwamyとは

gethNoKiwamyとは 分散型のアプリケーションインフラであるEthereumのGoEthereum(Geth)をパブリックチェーンとプライベートチェーン両方を同時に立ち上げることができるdocker-composeテンプレートです。

今回はさらに Dockerのインストールを自動化したスクリプトも用意しました。

使い方は非常に簡単。

インストール  Ubuntu16.04LTS & 14.04LTS

$ git clone https://github.com/syrohei/GethNoKiwamy && cd GethNoKiwamy
$ ./setup_docker.bash && cd ETH && sudo docker-compose up -d

停止

$ sudo docker-compose stop

削除

$ sudo docker-compose rm

今後PrivateEthereumPublicEtheruemはファンジナビリティを保ちならがいくつかのハードフォークを経て高速化され、オフチェーン取引によりPrivateChainPublicChainの間で高速に送金が可能になるでしょう.

Good Job Community and Trustless networks!!🍺

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
8