Skip to content

Latest commit

 

History

History
94 lines (74 loc) · 1.71 KB

index.rst

File metadata and controls

94 lines (74 loc) · 1.71 KB

Noma

CLI utility and Python API to manage bitcoin lightning nodes.

Command-line Usage

node:

noma (info|start|stop|restart|logs|check|status)
noma (temp|swap|ram)
noma (freq|memory|voltage) [<device>]
noma usb-setup
noma tunnel <port> <host>
noma (backup|restore|source|diff|devtools)
noma reinstall [--full]

bitcoind:

noma bitcoind (start|stop|info|fastsync|status|check)
noma bitcoind get <key>
noma bitcoind set <key> <value>
noma bitcoind logs [--tail]

lnd:

noma lnd (start|stop|info)
noma lnd logs [--tail]
noma lnd connect <address>
noma lnd (create|unlock|status|check)
noma lnd lncli [<command>...]
noma lnd get <key> [<section>] [<path>]
noma lnd set <key> <value> [<section>] [<path>]
noma lnd autounlock
noma lnd autoconnect [<path>]
noma lnd lndconnectapp <hostport>
noma lnd lndconnectstring <hostport>

noma:

noma (-h|--help)
noma --version

 Options:
-h --help     Show this screen.
--version     Show version.

API Modules

node

noma.node

bitcoind

noma.bitcoind

lnd

noma.lnd

install

noma.install

usb

noma.usb

rpcauth

noma.rpcauth

Indices and tables

  • genindex
  • modindex
  • search