LordDarkHelmet
LordDarkHelmet
Here is an example of a successful killing and restarting of a Dynode with an unresponsive CLI. In this case the Dynode state is set to `ACTIVE_DYNODE_STARTED` and accordingly a...
I am getting more and more reports of Dynodes crashing, then on immediate restart, they go into the **`NEW_START_REQUIRED`** state. By all accounts this should not be happening, but it...
With @AmirAbrams 's [recent changes](https://github.com/duality-solutions/Dynamic/commit/595ab6f7cc65407545ccf84ddb25f15cd720052d) It may be a good opportunity to look at what is happening with dynode invalidation [here](https://github.com/duality-solutions/Dynamic/blob/595ab6f7cc65407545ccf84ddb25f15cd720052d/src/dynode.cpp#L215). Perhaps the psudo code I suggested above might help...
Running a local server with more than one instance on it (given that each instance has been assigned a unique IPv4 address) is something that is commonly done. I suspect...
Each port is static as per the dynode rules. The RPC port is unique to each instance. Here is an example config file. ``` # This file was generated. YYYY-MM-DD_hh:mm:ss...
Just had a similar crash on a standalone VPS running Ubuntu 18.04 LTS. The only thing running on the VPS is a single Dynode setup with my script. This issue...
The crash seems to be related to the data stored in the dncache.dat file. Could the extra dynamic-schedul thread be a result of a deadlock while trying to store/interact with...
In addition, using `dynamic-cli setgenerate false` does not turn off mining. If you are CPU mining, then you must set `genproclimit-cpu` to `0` to stop mining. I would expect to...