# Start fluxnode command Attempts to start one fluxnode. Same as the call 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/startdeterministicfluxnode Version: 6.6.1 Security: ZelID ## Query parameters: - `alias` (string, required) Node name or alias. Example: "Basic1" - `lockwallet` (boolean, required) Lock wallet after completion. Example: - =&= Enum: true, false ## 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