Start Node
Let's you start a stopped lightweight node.
Endpoint
POST /v1/nodes/start
Authentication
You must authenticate using the admin node's macaroon.
Request Parameters
Param | Type | Description |
---|---|---|
pubkey | String | The node's public key |
passphrase | String | The node's passphrase used for logging into the admin panel and decrypting the seed |
Response Parameters
Param | Type | Description |
---|---|---|
macaroon | String | The macaroon used to authenticate requests to this node |