Amir Abrams

Results 10 comments of Amir Abrams

@justadudewhohacks, I will try that out. Thanks so much.

It looks like the code for that tool is in this repo: https://github.com/Bertrand256/dash-masternode-tool

One of my dynamicd nodes is stuck and has an extra scheduler (dynamic-schedul) thread: ``` ps -e -T | grep 32254 # stuck dynamicd 32254 32254 ? 00:02:04 dynamicd 32254...

We are still using boost::function and boost::bind in scheduler. Bitcoin upgraded to std::function and std::bind. I am not sure if this commit will fix the issues but I think we...

The compiled adodb.dll binary should be removed from this PR: `Libraries/ADOConnection/adodb.dll` or if needed move to`Dataphor/bin/`

@TheHashCoin-project , did you have time to try to build with depends again? I am going to close this issue and if you still can't cross compile, we can re-open...