# Start FluxNode commmand Attempts to start one or more FluxNode. This call will only work if running a hot FluxNode which is highly not recommended. It is a control wallet function so basically your wallet containing the collateral funds. Endpoint: GET /daemon/startfluxnode Version: 6.6.1 Security: ZelID ## Query parameters: - `set` (string, required) Specify which set of FluxNode(s) to start. Example: "alias" - `lockwallet` (boolean, required) Lock wallet after completion. Example: - =`lockwalletfalse` Enum: true, false - `alias` (string, required) FluxNode alias. Required if using 'alias' as the set. Example: "Super1" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.overall` (string) Overall status messge - `data.detail` (array) - `data.detail.node` (string) Node name or alias - `data.detail.result` (string) Success or failed - `data.detail.error` (string) Error message if failed