Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NeoScrypt - Help #160

Open
aciddude opened this issue Sep 10, 2018 · 2 comments
Open

NeoScrypt - Help #160

aciddude opened this issue Sep 10, 2018 · 2 comments

Comments

@aciddude
Copy link
Contributor

Hi I see my patch for neoscrypt was merged in.

I tested with Feathercoin and got accepted shares

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

@tofra
Copy link

tofra commented Sep 10, 2018

The block is rejected, not accepted.. The block rewards are normally noted with 8 digits..

@aciddude
Copy link
Contributor Author

@tofra - thanks I can see that :-)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants