-
Notifications
You must be signed in to change notification settings - Fork 182
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
Wallet Payments all have 0.00 Value #72
Comments
You have 100% premined coin. The only rewards miners will get is from tx fees Edit: If the reward is less than 0.000, it probably shows just up to 3 decimal points |
I'd like to request that this issue be reopened... I set the pre-mine to be 10% of the total coin supply. If I take the two, MONEY SUPPY and GENESIS_BLOCK_REWARD values from my coin.conf file and put them one on top of the other you can see that the Genesis Block (pre-mine) is only 10% of the Money Supply. ` ` I can also view the wallet that I had the pre-mine coins go into and it reflects to proper ~179 million coins. Just to double check I ran through the whole coin creation process again using this settings; And again, the pool is generating 0.00 transactions out to the miners. Even though I can see the miners should be receiving much more. Is there something I need to change in the pool, since my coin decimal point is 10 instead of the default 12? Outside of the setting for coinUnits? |
I misread. Sorry. coinUnits indeed is the property controlling the decimal point. You probably have something misconfigured in the pool config, because this is definitely not the result you should see |
Try to set maxTransactionamount bigger than minPayment in config.json |
I was able to resolve this issue by going back through the settings and changing the COIN.CONFIG from the http://forknote.net/create to more closely mimic what was setup in the default coin settings. i.e. coin decimal point and coin supply. I think this is still an issue that needs to be looked at but my problem is resolved. |
I've created a coin with FORKNOTE and installed the forknote-pool which is running perfectly except for one small issue... All of the payments generated to miners have a 0.00 value.
I have checked the miners wallet and the transaction are going into the wallet just fine. As well as the transactions being logged on the miner and admin pages.
Why is forknote-pool not paying out as expected?
I have the following payment configuration in the pool config.json file;
My forknote coin uses this configuration;
Any insight as to why the pool is generating 0.00 value payments would help!
The text was updated successfully, but these errors were encountered: