So, the version of Patrick I have installed in Sierra, and although after more
than 24 hours has not yet started staking everything is fine, Even though it
does not work with maverick.
The official Qt-OSX-v1000 version instead works perfectly on maverick
(I have not tried other systems at the moment) and the staking process has
not started either. Any help?
staking relies on having sufficient coin weight, which is a combination of input size and age.
you might have 50,000 coins,
one deposit (or input) of 50,000 will stake quickly but if they're seperated into deposits (or inputs) of 1 coin each, they will not stake for a long time.
if you're not staking there are two obvious answers,
1. your coins do not have sufficient weight yet, you'll just need to keep waiting.
2. your wallet does not have staking turned on, have you locked your wallet ?
go into yr debug window/console (right click on Tor wallet icon in dock)
and type
getstakinginfo

{
"enabled" : true,
"staking" : false,
"errors" : "",
"currentblocksize" : 0,
"currentblocktx" : 0,
"pooledtx" : 0,
"difficulty" : 0.00024414,
"search-interval" : 0,
"weight" : 0,
"netstakeweight" : 3877,
"expectedtime" : -1
}
if your wallet is capable of staking it will have true for both values at the top.
"enabled" means staking is turned on,
"staking" means the wallet is actually attempting to stake, I have no coins capable of staking so mine says false.
Hey @Bumba, is there probably any problem with the TorCoin-Qt wallet?
Sincerely I simply do trading in general and do business online, so I am
not practical with this of mine coins with programs like TorCoin-Qt.
I understand that running BitCoin-Qt is totally important to the network
and I want to contribute to this while I earn some TorCoins but I think
there are some malfunctions of the program in general so it does not allow
staking as it should be.
Taking a look around Torcoin-Qt I realize that these could be some of the
reasons why it is not yet possible to me start staking after more than 36 hours:
- The network traffic may be slow, at the moment this is working with
some In: movements of 17MB and about 6MB Out movements, I do not
know if it is good and what this is related to, but I believe this is slow. - In the debug window I notice that there are lots of messages like these:
-trying connection 91.14.3.11:23669 lastseen=90.0hrs connection timeout
-trying connection 179.55.236.204:23669 lastseen=3.1hrs
CTxMemPool::accept() : accepted 5e01f1091f (poolsz 1)
connection timeout
connect() failed after select(): Connection refused
-Flushing wallet.dat
Flushed wallet.dat 276ms
connection timeout
-Flushed 585 addresses to peers.dat 2ms
trying connection 100.33.157.128:23669 lastseen=10.2hrs
connection timeout
Tons of these ... almost all!!!
There is something wrong here, do you guys think you know a solution? I think
this affair negatively affects the network and that I will not be able to mine a coin ever...
Any help please??