minimal-vm.nix: improve login text
- Add `bitcoin-cli` cmd - Remove leading dashes to for easier copying and pasting
This commit is contained in:
parent
32ce2b567c
commit
c22365d4a2
|
@ -40,10 +40,11 @@ rec {
|
||||||
|
|
||||||
Welcome to nix-bitcoin!
|
Welcome to nix-bitcoin!
|
||||||
To explore running services, try the following commands:
|
To explore running services, try the following commands:
|
||||||
- nodeinfo
|
nodeinfo
|
||||||
- systemctl status bitcoind
|
systemctl status bitcoind
|
||||||
- systemctl status clightning
|
systemctl status clightning
|
||||||
- lightning-cli getinfo
|
bitcoin-cli -getinfo
|
||||||
|
lightning-cli getinfo
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Power off VM when the user exits the shell
|
# Power off VM when the user exits the shell
|
||||||
|
|
Loading…
Reference in New Issue
Block a user