You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,31 +42,3 @@ echo "Electrum server tor addr: $(docker exec tor cat /var/lib/tor/hidden_servic
50
42
# Bitcoin Faucet address
51
43
echo "Bitcoin faucet tor addr: $(docker exec tor cat /var/lib/tor/hidden_service_faucet/hostname)"
52
44
```
53
-
in order to replace the default parameters in the `make-node.sh` file and make available the custom blockchain and faucet to other "node" clients that whant to connect with the "miner".
54
-
55
-
#### Node
56
-
57
-
Other machines that want to connect to the "miner", once the miner is running the parameters BITCOIN_MINER_URL, SIGNETCHALLENGE, and
58
-
FAUCET_URL must be taken from the "miner" and provided to those who may want to run the "node". These parameters must be replaced in the `make-node.sh` file and it must be run with `source make-node.sh`. After, the "node" client can then run the docker compose command:
59
-
60
-
```
61
-
docker-compose -f docker-compose_node_signet.yml up
62
-
```
63
-
64
-
#### Electrum wallet
65
-
66
-
Once the "miner"/"node" is running, electrum wallet can be used to perform normal operations. Electrum must be lauched with `-signet` flag and must be connected to the custom electrum server.
At this point, create a new wallet and then go to `Tools --> Network`, de-select __Select server automatically__ flag and insert the onion address in the following format: `<electrum_server_onion_link>:60602`.
74
-
Now, you can get a new address from the Electrum wallet and move some coin with
By running the `get-cln-strings.sh` make sure to run it after at least 100 blocks), strings to control the Core-Lightning node through [Zeus](https://github.com/ZeusLN/zeus) app and to share your node with other peers will be displayed. However, Zeus is not able to decode signet invoices, so peers cannot pay/receive any invoices. With some luck, one can use RTL which runs on http://localhost:3000
0 commit comments