Replies: 4 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
In my case it was Silicoin and Hddcoin
Thank for the effort on this
Leroy Ladyzhensky
Integrated Network Concepts
440-937-7680
…Sent from my Smart Phone
-------- Original message --------
From: Guy Davis ***@***.***>
Date: 6/2/22 12:57 PM (GMT-05:00)
To: guydavis/machinaris ***@***.***>
Cc: "Leroy L. Ladyzhensky" ***@***.***>, Author ***@***.***>
Subject: Re: [guydavis/machinaris] Fork Tools settings are reset after fork container is restarted (Discussion #681)
Sorry, I'm not able to replicate this for a fork blockchain such as Cactus. Changing the Settings | Tools value as shown:
[image]<https://user-images.githubusercontent.com/12936/171682179-6dcdd2bb-79e2-4e0f-9f3b-4bba403f196d.png>
updated: /root/.chia/forktools/ftcconfigs/config.forkfixconfig which is persisted on disk. This resulted in the target_peer_count value being automatically changed in my config.yaml and the blockchain farming restarted.
[image]<https://user-images.githubusercontent.com/12936/171682364-e0093d7e-7932-48f3-9308-b4cc6cf7e05b.png>
I then restarted the entire Machinaris container (Cactus in my testing) and the value persisted.
Are we perhaps talking only about Chia (now version 1.3)? If so, please check the contents of /tmp/forktools_setup.log in the container for details of the application on container launch. Settings behavior should be the same. Hope this helps!
—
Reply to this email directly, view it on GitHub<#681 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWXC2IWBSC5636JOCMR56XDVNDRY7ANCNFSM5XSSN4UA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
looks like my setting were reset again... here is the log.. from the log it looks like it changed it from 80 back to 20 I did restart this container at that time indicated in the log ----- log fatal: destination path 'forktools' already exists and is not an empty directory. forkfixconfig btcgreen: Analyzing /root/.btcgreen/mainnet/config/config.yaml. Setting target peer count... 'forkfixconfig all' complete. Remember to restart services ('forkstart all -s 30', as an example, to get a 30 second delay between restarts) for any changes to take effect. forkpatch: Analyzing suitability of btcgreen for automated -multiproc patching. forkpatch: Analyzing suitability of btcgreen for automated -logwinningplots patching. |
Beta Was this translation helpful? Give feedback.
-
That seemed to work.. setting the "SETFNTARGETPEERCOUNT" to anything but 80 maintains the setting through docker restarts. when its set to 80 some containers get changes to 20 at restart |
Beta Was this translation helpful? Give feedback.
-
if I edit the config.yaml or use the for tools to change a setting.. then start\top the docker container the setting gets erased.
should this setting be saved somewhere?
the specific setting I change is:
SETFNTARGETPEERCOUNT='20'
I usually increase it to a higher number like 80
Note: i am not doing anything else to the container like recreating or upgrading -- only a restart
Beta Was this translation helpful? Give feedback.
All reactions