2016-01-01から1ヶ月間の記事一覧

Ethereum マイニングと送金

マイニング(採掘)する gethを起動しアカウントの作成と確認。 geth --networkid "10" --datadir "D:\Ethereum\etherdata10" --olympic console 2>D:\Ethereum\log\eth.log accountを作成(既に2つ作成済みの状態) > eth.accounts[0] "0xe76dac08981340ff…

Ethereum コマンド抜粋

基本的なコマンド geth コマンドライン 補足 geth account new personal.newAccount("password") account作成 geth account list eth.accounts geth account update [id / address] geth account import personal.unlockAccount(eth.coinbase) アンロック In…

Ethereum gethの起動

geth起動 起動サンプル。ethについては記載していない。 ubuntu geth --networkid "10" --datadir "/home/ether/eth10" --logfile "/home/ether/eth10/geth_01.log" --olympic console 2>> /home/ether/eth10/geth_e01.log windows geth --networkid "10" --…

Ethereum command line toolインストール

参考にした情報 Ethereumのホームページ ubuntu14.04へインストール プロキシ環境の場合は以下を行う。(PPA登録時にproxy設定が引き継がれず、後述のインストールでエラーとなるため) sudo apt-get install software-properties-common sudo -E add-apt-re…

Ethereumの関連情報

2016.01.30時点 本家 Ethereum HP Ethereum Frontier Guide TurboEthereum Guide Github webthree-umbrellaのrelease その他 Ethereum入門(翻訳) Ethereum Development Tutorial ethereum wiki(一部和訳あり) Buildbot