tktechblog

日々の記録用です。blockchain,bitcoin,ethereumメインです。

geth

Mastering Ethereum: Ethereum Clients

今日はMastering Etherumのなかのethereum clientsの項目を読んだ。 github.com この章も特に目新しいことはなかったが、復習には良かった。 書いてある内容としては Ethereum Networks Full Node Advantages and Disadvantages Public Testnet Advantages a…

rinkeby deploy

問題点 これに毎度やられている。他のropstenとか使ったり、infura使っても良いんだけど、なんとか対策したい。 基本的な懸念ポイント % truffle migrate --network rinkeby Using network 'rinkeby'. Running migration: 1_initial_migration.js Deploying …

geth: private netでのaccount作成、ノード起動、アカウント間送金

genesis fileを初期化 % geth --datadir ~/eth_private_net init ~/eth_private_net/myGenesis.json INFO [08-20|15:07:30.950] Maximum peer count ETH=25 LES=0 total=25 INFO [08-20|15:07:30.957] Allocated cache and file handles database=/Users/---…