Hello -
Curious if anyone has come across this (Win7 Pro x64 Wallet v. 1.0.1.6)
After I transfer coins to another wallet, leaving an Available balance 0.49. When it finds another block I get an error in Amount and Rounds (in red text) ~ 0 Biblepay / 2 Rounds: Error: Not enough compatible inputs to anonymize 1000.00000000 Biblepay, will anonymize 0.49995020 instead.
I have seen this on two different wallets after transferring funds to a 3rd.
Thank you for any suggestions.
Hi Plain,
So most of the features Dash has (anonymous tx, instantsend, masternodes) are in the wallet but shut off right now until Christmas when we enable Sanctuaries (these are similar to masternodes but are going to have some Humanitarian features added), so without one Sanctuary running, the alerts just hang there. You should not have to worry about it as it should not affect standard slow sending/receiving of funds, just ignore for now.
=-=-=-=-=-=-=
To all others mining:
My two AMD nodes finally exploited the 'mining thread dying' bug (you can see when this happens when the node stays running but the getmininginfo shows the same khps with no updates). So I have a list of things to fix in our next non-mandatory and I am trying to tackle this problem now, and I will also make the khps update a little slower, so the miner is more similar to our first as far as performance goes (I think that is only 1% however) - with any luck I might have a release tonight to at least test the stability throughout the next few days. I want to put that bug to bed, before we go to the exchange as I want a rock solid client for the exchanges to run.
=-=-=-=-=-=-=-=
As far as a pool:
Yes, on the X11 hash wrapped inside a BibleHash with both being checked that is correct, but the problem I think we run into with traditional pools is the client mining software reqd to interoperate at the HTTP level with the pool is not compatible with BiblePay hashes (another words CGMiner or SgMiner or any of those wont be smart enough to generate the biblehash and send the solution to the pool) so we need some custom software written. I was thinking we could build the mining software into BiblePay (no additional dependencies, just c++ changes to enhance the existing miners capabilities) in a way that would allow biblepayd or biblepay-qt to connect to a pool, but only if the pool option was enabled, if the pool is down, it would shut off the setting and revert back to solo mining. Then we could make an opensource web pool and let people run those sites (pools) and expose the URL to us. The setting in biblepay would be something like pool=http://poolurl.biblepay.url . Basically you could sign up on the pool web site with your BBP receiving address as a username and create an account and hopefully the client could be smart enough to do the rest.