## autogpt.commands.task_statuses ## For example, to disable coding related features, uncomment the next line # DISABLED_COMMAND_CATEGORIES=autogpt.commands.analyze_code,autogpt.commands.execute_code,autogpt.commands.git_operations,autogpt.commands.improve_code,autogpt.commands.write_tests ### ##...
*/ "blockUnlocker": { "enabled": true, "interval": 30, // How often to check block statuses in seconds /* Block depth required for a block to unlocked/mature. Found in daemon source as the variable CRYPTONOTE_MINED_MONEY_UNLOCK_WINDOW */ "depth": 60, "poolFee": 0.8, // 0.8% ...