Zeronet: document faucet
This commit is contained in:
parent
7429a5b21d
commit
2c3906d18a
@ -8,3 +8,29 @@ If you wish to experiment with Tezos we recommend you to test the
|
||||
``alphanet``, which is a more stable test network.
|
||||
|
||||
In particular, we offer no support about the zeronet.
|
||||
|
||||
If you wish to play with the zeronet, you must first grab a wallet
|
||||
from the faucet:
|
||||
|
||||
https://faucet.tzalpha.net/
|
||||
|
||||
This will provide you with a JSON file, named like
|
||||
``tz1__xxxxxxxxx__.json``. Once your node is synchronized, you should
|
||||
run the following command to activate your wallet, where ``my_account``
|
||||
is a local name you choose, and ``tz1__xxxxxxxxx__.json`` is the name
|
||||
of the file you grab:
|
||||
|
||||
::
|
||||
|
||||
$ tezos-client activate account my_account with tz1__xxxxxxxxx__.json
|
||||
Operation successfully injected in the node.
|
||||
Operation hash is 'ooGoVS5cikbTHEimTzYhQWrYqY2LeJYmfkbzoiW8KQ59jtGQaXr'.
|
||||
Waiting for the operation to be included...
|
||||
Operation found in block: BKihN2QgSAu2etftNvs8FWWhwTvZiY8P3e7H3jgdj2MCpKZXXRs
|
||||
Account my_account (tz1__xxxxxxxxx__) created with ꜩ23,454.
|
||||
|
||||
Please preserve the JSON file, after each reset of the zeronet, you
|
||||
will have to reactivate the wallet.
|
||||
|
||||
Please drink carefully and don't abuse the faucet: it only contains
|
||||
30.000 wallets for a total amount of ꜩ760.000.000.
|
||||
|
Loading…
Reference in New Issue
Block a user