Skip to content
Snippets Groups Projects
Commit c7060b69 authored by Anton's avatar Anton
Browse files

Mining saving

parent 6c9011b6
No related branches found
No related tags found
No related merge requests found
Subproject commit 5cd6e41a8257fc1d085086f47c7bf299ab0c36c1
Subproject commit 795a43fd95428e71ae2d0428e3a83a77df672be8
Subproject commit 43b23c9b9e83b69db76b17f66a939181aef72238
Subproject commit bdaa4a91fe20b90a844fca93108387e13988077e
......@@ -254,6 +254,10 @@ int main(int argc, const char * argv[])
return -9;
}
if( dap_config_get_item_bool_default(g_config,"mining","enabled",false) ) {
dap_chain_mine_activate();
}
save_process_pid_in_file(dap_config_get_item_str_default(g_config,
"resources",
"pid_path",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment