Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: ongle on May 12, 2013, 04:19:08 PM



Title: Yacoin client stopped mining
Post by: ongle on May 12, 2013, 04:19:08 PM
Any idea why the Yacoin client would stop mining. Only thing that changed would be I encrypted the wallet, does that impact the client's ability to mine?


Code:
12:16:37 getgenerate
12:16:37 true
12:16:41 getmininginfo
12:16:41 
{
"blocks" : 57084,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 6.78047645,
"errors" : "",
"generate" : true,
"genproclimit" : 8,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}


Title: Re: Yacoin client stopped mining
Post by: fishboy on May 12, 2013, 04:20:16 PM
you can use minerd to mine :) or even join a pool


Title: Re: Yacoin client stopped mining
Post by: eule on May 12, 2013, 04:20:32 PM
I read in the yacoin thread that you can't mine with encrypted wallets. Not sure if this is true using minerd.


Title: Re: Yacoin client stopped mining
Post by: fishboy on May 12, 2013, 04:23:34 PM
well you can join a pool and use minerd :)

http://yac.dontmine.me/statsAuth


Title: Re: Yacoin client stopped mining
Post by: ongle on May 12, 2013, 04:25:21 PM
I read in the yacoin thread that you can't mine with encrypted wallets. Not sure if this is true using minerd.

OK, thanks. Searched for that but didn't find it. The diff was getting too high anyways.


Title: Re: Yacoin client stopped mining
Post by: procrypto on May 12, 2013, 05:27:36 PM
I read in the yacoin thread that you can't mine with encrypted wallets. Not sure if this is true using minerd.

OK, thanks. Searched for that but didn't find it. The diff was getting too high anyways.

(edit: see below..)


Title: Re: Yacoin client stopped mining
Post by: procrypto on May 15, 2013, 01:03:36 PM
From the Novacoin FAQ (YAC was forked from NVC)

Can I use encrypted wallet?

Yes. Encrypted wallet is supported but there is some difference from Bitcoin. If you use an encrypted wallet you would have to unlock the wallet in order to mint blocks. For user security we added an option to the walletpassphrase RPC command to mint block only. In this unlocked wallet mode, one cannot send transaction through RPC command thus providing additional security to the wallet if hacker gains access via RPC.