LoginSignup
1
2

More than 5 years have passed since last update.

OS X(Sierra)上にVitual Boxでubuntuのサーバを構築してethereumする

Last updated at Posted at 2017-05-02

virtual boxでubuntuのインストール

1:https://www.virtualbox.org/wiki/Downloads
ここでOSX用のdmgをDL

2:ubuntuのISOをDL
http://www.ubuntulinux.jp/download/ja-remix
今回は15.10にする。1.2GBあるので時間かかる。

3:VirtualBoxの作成とubuntuのインストール
http://inforati.jp/apple/mac-tips-techniques/windows-hints/how-to-install-linux-ubuntu-to-mac-virtualbox.html
ここを参考に起動する。最終的にisoを選ぶことになるので、それまでは詰まらずにいける。

4:ubuntuの起動
案内に従って実行。
途中にblk....error等が出たが、rebootするとうまくいったので、とりあえず無視。
deviceでtoolを有効にするのを忘れないように

参考 URL

Ubuntuの操作の仕方

node.jsについて

http://qiita.com/seibe/items/36cef7df85fe2cefa3ea
ubuntuにインストールする時には注意しないと古いバージョンになってしまうので、意識すること。
このページの通りにやればOK

Ubuntu上にethereumのインストール

マニュアル通りにやればインストール可能。
ただしubuntuにgitがないというエラーがでるので、apt-get install gitをする必要がある。
バージョンは下記の通り。
node -v = v7.8.0
npm-v = 4.2.0
また、VirtualBoxのスペックのせいで、DAGができるのに時間がかかるが根気よく待つ(涙)
基本的にマニュアル通りやればOKだったが、PCのスペックは、最低でも、2スレッド+メモリ2GBは必要。
1スレッドだとCPUが足りない。

1
2
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
2