mirror of
https://github.com/fort-nix/nix-bitcoin.git
synced 2024-11-22 22:33:46 +03:00
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!
|
||||
To explore running services, try the following commands:
|
||||
- nodeinfo
|
||||
- systemctl status bitcoind
|
||||
- systemctl status clightning
|
||||
- lightning-cli getinfo
|
||||
nodeinfo
|
||||
systemctl status bitcoind
|
||||
systemctl status clightning
|
||||
bitcoin-cli -getinfo
|
||||
lightning-cli getinfo
|
||||
'';
|
||||
|
||||
# Power off VM when the user exits the shell
|
||||
|
Loading…
Reference in New Issue
Block a user