mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-12 02:08:15 +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.
|
`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
|
You can obtain testcoins from a faucet such as [coinfaucet.eu][cfeu].
|
||||||
[TPs' testnet faucet][tps] or [Kiwi's testnet faucet][kiw].
|
You can send them directly to the `lightningd` address.
|
||||||
You can send it directly to the `lightningd` address.
|
|
||||||
|
|
||||||
You may need to generate a p2sh-segwit address if the faucet does not support
|
You may need to generate a p2sh-segwit address if the faucet does not support
|
||||||
bech32:
|
bech32:
|
||||||
|
@ -167,8 +166,7 @@ bech32:
|
||||||
# Return a p2sh-segwit address
|
# Return a p2sh-segwit address
|
||||||
cli/lightning-cli newaddr p2sh-segwit
|
cli/lightning-cli newaddr p2sh-segwit
|
||||||
|
|
||||||
[tps]: http://tpfaucet.appspot.com/
|
[cfeu]: https://coinfaucet.eu/en/btc-testnet
|
||||||
[kiw]: https://testnet.manu.backend.hamburg/faucet
|
|
||||||
|
|
||||||
Confirm `lightningd` got funds by:
|
Confirm `lightningd` got funds by:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue