Ethereum

コマンドまとめ ETH, RSK, Truffle

gethコマンド Ethereum Geth コンソールコマンド一覧 - Qiita 実験用まとめ /Users/name/go-ethereum/build/bin/geth --datadir /Users/name/blockchain_projects/gethdir/miner01 -verbosity 4 --ipcdisable --port 30301 --rpcport 4444 --rpc --targetgas…

Ethereumのprivate networkのblock timeを一定に指定する方法

Ethereumのprivate networkをパソコンに立ち上げました。 その際、block confirmationをするblock timeがポワソン分布に従って、一定ではなく保たれています。 しかし、実験のためにblock timeを一定に指定する必要があったため、その設定をしました。 結果…

スマートコントラクトのデプロイから実行まで /Solidity Smart Contracts in Truffle

LIST OF LINKS------ Truffle Site: http://truffleframework.com/ List of Official Tutorials: http://truffleframework.com/tutorials/ Basic: https://qiita.com/toshikase/items/d313b7c28bf16b940b12 http://truffleframework.com/tutorials/debugging…

RSK: multiple nodes setup in private network + send transactions from different nodes

Thanks to ajlopez · GitHub from RSKJ gitter, 2017/12/10. ----------- 2 ways: use genconf, a tool to set up automatically and to set up manually. GENCONF: Automatic setup tool: RskUtils/genconf at master · ajlopez/RskUtils · GitHub Git clon…

geth 1.6.7 と Solidity 0.4.18 でスマートコントラクトを走らせる方法リスト

バージョン geth: 1.6.7 solc: 0.4.18-develop.2017.10.12+commit.81f9f86c.Darwin.appleclang 状況: Solidityのスマートコントラクトをコンパイル後、 gethクライアントでEthereumへスマートコントラクトを送ることができなかった。 使えたチュートリアル: …

gethでのSolidityセットアップ

全ての場合についてのチュートリアル: http://solidity.readthedocs.io/en/develop/installing-solidity.html [解決]ソースからbuildする場合: http://block-chain.jp/tech/install-solidity-solc-on-mac/ インストールされていることを確認する方法: $ whic…

Parityセットアップ

参考: https://github.com/paritytech/parity Install from bashができなかった: ➜ ~ bash <(curl -kL -s -k -v --tlsv1.2 https://get.parity.io)* Rebuilt URL to: https://get.parity.io/* Trying 2400:cb00:2048:1::681b:840a...* TCP_NODELAY set* Conn…

Ethereum Wallet: no data is deployed on this contract

エラーのでたプログラム: Wallet内のリンクから参照できる公式チュートリアルサイト Create a cryptocurrency contract in Ethereum エラー: コントラクトがConfirmされてもエラー文面が出る。 no data is deployed on this contract 解明: プログラム内容の…

Ethereum Walletがgethで立ち上げたプライベートネットを認識しない

github.com 参考 1: stackoverflow.com 2: What worked for me was opening the ethereum wallet from the console specifying the ipcpathwith --rpc like this (from the ethereum wallet location) Ethereum\ Wallet.app/Contents/MacOS/Ethereum\ Wallet…

GethとMeteorのセットアップメモ

gethのセットアップ 参考となるリンク: 1:Ethereum(geth)でプライベート・ネットワークを作る手順 - Qiita 2: Creating a Private Chain/Testnet | Ethereum Tutorials and Tips by Hudson 3: Private network · ethereum/go-ethereum Wiki · GitHub エラー:…