LoginSignup
17
14

More than 5 years have passed since last update.

テストネットRopstenで1ETHをもらう

Posted at

簡単に手に入る方法を見つけるまで迷ったのでMEMO。

Metamaskのインストール

Chromeかfirefoxのエクステンションとなっている。
https://metamask.io/

Metamaskの設定

パスワードを設定したらアカウントが使えるようになっている。
今回はテストネットなので、上部のタブを押して、テストネットRopsten Test NetWorkを選択する。

1Ethをこじる

BUYを押して、ROPSTEN TEST FAUCETをクリックする。
request 1 ether from faucetをクリックすると1ETHがもらえる。
押しすぎると、欲張りなユーザーと言われる。

その他にも、httpアクセスすると0.5ETHもらえる。

curl -X POST  -H "Content-Type: application/json" -d '{"toWhom":"Your address"}' https://ropsten.faucet.b9lab.com/tap

あとは、miningもできるが、同期するまで時間が掛かったので諦めてしまった。

geth --testnet --fast --cache=1024 console

あくまで、テストネットの話なので、1ETHと言っても通貨としての価値はないと思います。

17
14
1

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
17
14