Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
17
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Commits
c7060b69
Commit
c7060b69
authored
6 years ago
by
Anton
Browse files
Options
Downloads
Patches
Plain Diff
Mining saving
parent
6c9011b6
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
libdap-chain
+1
-1
1 addition, 1 deletion
libdap-chain
libdap-chain-mine
+1
-1
1 addition, 1 deletion
libdap-chain-mine
sources/main.c
+4
-0
4 additions, 0 deletions
sources/main.c
with
6 additions
and
2 deletions
libdap-chain
@
795a43fd
Compare
5cd6e41a
...
795a43fd
Subproject commit
5cd6e41a8257fc1d085086f47c7bf299ab0c36c1
Subproject commit
795a43fd95428e71ae2d0428e3a83a77df672be8
This diff is collapsed.
Click to expand it.
libdap-chain-mine
@
bdaa4a91
Compare
43b23c9b
...
bdaa4a91
Subproject commit
43b23c9b9e83b69db76b17f66a939181aef72238
Subproject commit
bdaa4a91fe20b90a844fca93108387e13988077e
This diff is collapsed.
Click to expand it.
sources/main.c
+
4
−
0
View file @
c7060b69
...
...
@@ -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"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment