stratum: fix address ownership check for new bitcoin core based wallets#347
stratum: fix address ownership check for new bitcoin core based wallets#347uhliksk wants to merge 1 commit intotpruvot:nextfrom
Conversation
|
need to check ismine on getaddressinfo too |
ismine on getaddressinfo is passed into json_result and checked later in code, you don't need to check if it is actually there as missing ismine is considered same way as false |
| if(!json_get_bool(json_result, "ismine")) | ||
| { | ||
| stratumlog("%s wallet is using getaddressinfo.\n", coind->name); | ||
| getaddressinfo = true; |
There was a problem hiding this comment.
need a json_value_free(json); here to free validateaddress replaced one
|
Some coins are not suitable for yimp pool. Workers find blocks, but they do not fall into the database for payment, are not shown in the blocks found ... What parameter needs to be changed so that the blocks found are taken into account and entered into the database?, |
|
yiimp installed and accesible via ssh,,, How to I make it work witth Bitcoin core installed on second server on my network ? Help please ! |
Instead of using predefined coin ticker we should use universal method to detect new bitcoin core based daemons using getaddressinfo only for ismine info.