From 807504fa16500d5f24e4a7fc325a2f02c5d23519 Mon Sep 17 00:00:00 2001 From: Aayush Rajasekaran Date: Thu, 20 Aug 2020 12:59:08 -0400 Subject: [PATCH] Update faucet link --- documentation/en/dev/create-miner.md | 2 +- documentation/en/join-testnet.md | 2 +- documentation/en/mining.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/en/dev/create-miner.md b/documentation/en/dev/create-miner.md index 44f4036a2..9a1cf2d4e 100644 --- a/documentation/en/dev/create-miner.md +++ b/documentation/en/dev/create-miner.md @@ -37,7 +37,7 @@ It is important to note that the key store also holds the *private* key associat There is no explicit Filecoin message or CLI command that creates an account actor but rather it is implicit in the public-key address reflected by the wallet. The first time the VM sees it as the receiving address of a Filecoin message it will automatically create the associated account actor. -We will trigger its creation then by sending funds to it, needed for the creation of the storage miner (note this document reflects the Filecoin Testnet, where we actually don't need funds to create a miner but will do the full procedure regardless to show the full cycle). In the Testnet we can send funds to an account trough the [Faucet](https://faucet.testnet.filecoin.io/funds.html), inserting the address returned by the `wallet new` command. +We will trigger its creation then by sending funds to it, needed for the creation of the storage miner (note this document reflects the Filecoin Testnet, where we actually don't need funds to create a miner but will do the full procedure regardless to show the full cycle). In the Testnet we can send funds to an account through the [Faucet](http://spacerace.faucet.glif.io/), inserting the address returned by the `wallet new` command. FIXME: Is there an easy way to visualize the message generated by the Faucet? diff --git a/documentation/en/join-testnet.md b/documentation/en/join-testnet.md index 30451e72f..3cbd0ac3f 100644 --- a/documentation/en/join-testnet.md +++ b/documentation/en/join-testnet.md @@ -57,7 +57,7 @@ Here is an example of the response: t1aswwvjsae63tcrniz6x5ykvsuotlgkvlulnqpsi ``` -- Visit the [faucet](https://faucet.testnet.filecoin.io) to add funds. +- Visit the [faucet](http://spacerace.faucet.glif.io/) to add funds. - Paste the address you created. - Press the send button. diff --git a/documentation/en/mining.md b/documentation/en/mining.md index beac91f80..d286266f1 100644 --- a/documentation/en/mining.md +++ b/documentation/en/mining.md @@ -28,7 +28,7 @@ lotus wallet new bls With your wallet address: -- Visit the [faucet](https://faucet.testnet.filecoin.io) +- Visit the [faucet](http://spacerace.faucet.glif.io/) - Click "Create Miner" - DO NOT REFRESH THE PAGE. THIS OPERATION CAN TAKE SOME TIME.