Post
Topic
Board Announcements (Altcoins)
Re: ** LAUNCHED ** CredaCash -- The Most Private Cryptocurrency in the World
by
CredaCash
on 04/07/2019, 03:20:20 UTC
Have been mining for days without issue.  Started getting this error, how do i fix it??


Code:
[2019-07-03 21:12:44.944536] [0x00002a80] [error]   Secret::IncrementNumber over
flow type 12 number 1048575
cc.mint thread 19, elapsed time 0 seconds, Wallet internal error
cc.mint thread 20 started
[2019-07-03 21:12:45.351956] [0x00002fcc] [error]   Secret::IncrementNumber over
flow type 12 number 1048575
cc.mint thread 20, elapsed time 0 seconds, Wallet internal error
cc.mint thread 21 started
[2019-07-03 21:12:45.745333] [0x000019a4] [error]   Secret::IncrementNumber over
flow type 12 number 1048575
cc.mint thread 21, elapsed time 0 seconds, Wallet internal error
cc.mint thread 22 started
[2019-07-03 21:12:46.144717] [0x000040a4] [error]   Secret::IncrementNumber over
flow type 12 number 1048575

Our apologies for the problem. The wallet generates a new address for each mint transaction using a counter that can only go up to 1 million.  We did not anticipate anyone hitting that limit, but there it is.

The easiest way to solve this problem is to start mining out of a second wallet.  Then when the initial mining is complete, if you want to consolidate wallet balances you can send the contents of one to the other, or send both to a third wallet.

To start mining from a new wallet, stop the wallet using Ctrl-C then Enter (or by typing stop and pressing Enter).  Then restart the wallet using the command:

   ccwallet --create-wallet --wallet-file=wallet2 --interactive

Then start mining again with:

   cc.mint start

Please let us know if that solves the problem, and if you have any questions or run into any more problems.  Thank you.