Browse Source

Changed testnet faucet

The previous ones were no longer working.
This one currently does.

Signed-off-by: Mark Beckwith <wythe@intrig.com>
sanitizers
Mark Beckwith 6 years ago
committed by neil saitug
parent
commit
17b969383b
  1. 8
      README.md

8
README.md

@ -157,9 +157,8 @@ open a channel:
`lightningd` will register the funds once the transaction is confirmed.
If you don't have any testcoins you can get a few from a faucet such as
[TPs' testnet faucet][tps] or [Kiwi's testnet faucet][kiw].
You can send it directly to the `lightningd` address.
You can obtain testcoins from a faucet such as [coinfaucet.eu][cfeu].
You can send them directly to the `lightningd` address.
You may need to generate a p2sh-segwit address if the faucet does not support
bech32:
@ -167,8 +166,7 @@ bech32:
# Return a p2sh-segwit address
cli/lightning-cli newaddr p2sh-segwit
[tps]: http://tpfaucet.appspot.com/
[kiw]: https://testnet.manu.backend.hamburg/faucet
[cfeu]: https://coinfaucet.eu/en/btc-testnet
Confirm `lightningd` got funds by:

Loading…
Cancel
Save