BOUNTY :
* 0.05BTC bounty for rpcthreads function. Bounty will be released to the person whos commit is accepted by the dev on github.
* 0.05BTC bounty for the modification that will allow the wallet to mine PoW and PoB when encrypted.
Bounty valid for the next 24h. Developer can collect the bounty if changes are made in the next 5h.
0.1BTC bounty for a rpcthreads patch - if delivered within the next 2 hours.
i just looked at it, but i don't have an environment to test.
If someone want the bounty, the code to adjust is in bitcoinrpc.cpp
i guess ThreadRPCServer2 is called from outside
there must be some code creating mutliple workers
for (int i = 0; i < GetArg("-rpcthreads", 4); i++)
..create workers..
or do a recursive call with a counter to the method ThreadRPCServer2
But i'm not going to spend more time in it since it at least require more than 2 hours lol..
The code is different from other coins.
From which code is SLIM coin a fork anyway?