You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2018-09-09 14:02:38 [Pool] [feathercoin] (Thread 1) Share accepted at diff 8/9.37170479 by 3Q1pDaZHQaWTA31wHYufJgAxiYLgJg8TGm [90.240.242.82]
2018-09-09 14:02:47 [Pool] [feathercoin] (Thread 1) Share accepted at diff 8/14.06146549 by 3Q1pDaZHQaWTA31wHYufJgAxiYLgJg8TGm [90.240.242.82]
2018-09-09 14:02:51 [Pool] [feathercoin] (Thread 1) Share accepted at diff 8/14.48855855 by 3Q1pDaZHQaWTA31wHYufJgAxiYLgJg8TGm [90.240.242.82]
I then tested with Trezarcoin and found a block but the Block reward is waaay off. 2018-09-09 18:33:32 [Pool] [trezarcoin] (Thread 1) We thought a block was found but it was rejected by the daemon, share data: {"job":"8","ip":"159.8.13.230","port":3256,"worker":"Tg23ddYRj8gWkAfC7eZkGBFUXWhDJBiUw8","height":526621,"blockReward":100000000,"difficulty":16383,"shareDiff":"3028905.34108572","blockDiff":2125519.010988032,"blockDiffActual":32.432846237,"blockHash":"000000000589f8baef3c4849a2d13e314ea94b93c53cc150cc22a496fff06e1c"}
The Trezarcoin reward is 100 right now. so I'm not sure where it's pulled the 100000000 from.
Can anyone shed some light on this as I'd really like to see this implementation working
The text was updated successfully, but these errors were encountered:
What I'm trying to do is look over the code and see where my error is. What I cant understand is that valid shares are processed and accepted by the pool which leads me to think neoscrypt is working..
but then when a block is found the reward is so wildly off...yet it's just a matter of zeros 0
so I'm thinking somewhere there's a multiplier that I haven't understood yet.
Hi I see my patch for neoscrypt was merged in.
I tested with Feathercoin and got accepted shares
I then tested with Trezarcoin and found a block but the Block reward is waaay off.
2018-09-09 18:33:32 [Pool] [trezarcoin] (Thread 1) We thought a block was found but it was rejected by the daemon, share data: {"job":"8","ip":"159.8.13.230","port":3256,"worker":"Tg23ddYRj8gWkAfC7eZkGBFUXWhDJBiUw8","height":526621,"blockReward":100000000,"difficulty":16383,"shareDiff":"3028905.34108572","blockDiff":2125519.010988032,"blockDiffActual":32.432846237,"blockHash":"000000000589f8baef3c4849a2d13e314ea94b93c53cc150cc22a496fff06e1c"}
The Trezarcoin reward is 100 right now. so I'm not sure where it's pulled the 100000000 from.
Can anyone shed some light on this as I'd really like to see this implementation working
The text was updated successfully, but these errors were encountered: