mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-11 01:27:58 +01:00
Changed testnet faucet
The previous ones were no longer working. This one currently does. Signed-off-by: Mark Beckwith <wythe@intrig.com>
This commit is contained in:
parent
390117c9bb
commit
17b969383b
1 changed files with 3 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue