Crypto-Expert / stratum-mining

AIO Stratum mining server for various coins
Other
365 stars 348 forks source link

MySQL Upstream_Result = Y #144

Closed ahmedbodi closed 10 years ago

ahmedbodi commented 10 years ago

Upstream_Result = Y sometimrs isnt written to db. Making an issue and PR for discussion

Hartland commented 10 years ago

Is this a consistent issue with certain coins? Does the upstream get updated sometimes or is it a complete failure from setup?(Intermittent or constant) Do we know where the failure is happening?

ahmedbodi commented 10 years ago

i think ive found it, need someone to test out the current open PR and see if they see an issue when vardiff is enabled

ahmedbodi commented 10 years ago

the db code was missing the code where update block would be called and a share would have upstream_result = y set

ahmedbodi commented 10 years ago

@Hartland also 1 other thing, me and TheSerapher were talking just now. do u think it would be possible to do a try catch for the block_hash_hex/share_hash_hex commit u added before?