ColonelPooteh
Member
Offline
Activity: 60
Merit: 10
|
|
May 21, 2013, 12:51:24 AM |
|
For some reason whenever I open my yacoin-qt client it utilizes 100% of my cpu. I have an FX-8350 so there is no reason that it should be doing that. Does anyone have any idea what may be causing that spike?
nevermind, I figured it out. My YaCoin.conf was set to gen=1. I changed it to gen=0 and that fixed the problem.
|
|
|
|
dragon2nd
Member
Offline
Activity: 94
Merit: 10
|
|
May 21, 2013, 01:49:24 AM |
|
May I ask who are the devs (both official and unofficial) of YAC?
|
|
|
|
seleme
Legendary
Offline
Activity: 2772
Merit: 1028
Duelbits.com
|
|
May 21, 2013, 01:52:04 AM |
|
Dev was killed in the battle , unofficial should be the WindMaster.
|
|
|
|
dragon2nd
Member
Offline
Activity: 94
Merit: 10
|
|
May 21, 2013, 03:27:38 AM |
|
Dev was killed in the battle , unofficial should be the WindMaster. Nice~
|
|
|
|
microxp
Newbie
Offline
Activity: 24
Merit: 0
|
|
May 21, 2013, 03:49:40 AM |
|
So the unofficial client has became the official client?
|
|
|
|
cryptrol
|
|
May 21, 2013, 05:56:56 AM |
|
So the unofficial client has became the official client?
There has been no word from the original developer since the release so it is "officially" dead. However in a P2P currency model, "official" development could be taken over whenever there is enough consensus. And with consensus I mean that people installs and supports the new "unofficial" client.
|
|
|
|
CryptoMaster
Newbie
Offline
Activity: 41
Merit: 0
|
|
May 21, 2013, 08:18:35 AM |
|
This last N increase has hit my CPU mining hash rate hard, around 42%. It would be interesting to see how it hit GPU mining to see if the algorithm is going in the right direction.
I'm a bit concerned that N might be getting too big even for CPUs though. My single core EC2 micro-instance was capable of mining (at a slow rate) before the N increase, but now it's pretty much unable. Wondering what the rest of N increases might cause, perhaps the pools need to start adding variable difficulty to cater for slower CPUs or the next N increase might kill a good amount of lower-end ones.
|
|
|
|
feeling2011
Newbie
Offline
Activity: 22
Merit: 0
|
|
May 21, 2013, 08:44:39 AM |
|
This last N increase has hit my CPU mining hash rate hard, around 42%. It would be interesting to see how it hit GPU mining to see if the algorithm is going in the right direction.
I'm a bit concerned that N might be getting too big even for CPUs though. My single core EC2 micro-instance was capable of mining (at a slow rate) before the N increase, but now it's pretty much unable. Wondering what the rest of N increases might cause, perhaps the pools need to start adding variable difficulty to cater for slower CPUs or the next N increase might kill a good amount of lower-end ones.
It seems that mining has no profit with the current YaCoin price.
|
|
|
|
cryptrol
|
|
May 21, 2013, 08:48:20 AM |
|
This last N increase has hit my CPU mining hash rate hard, around 42%. It would be interesting to see how it hit GPU mining to see if the algorithm is going in the right direction.
+1
|
|
|
|
sumantso
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
May 21, 2013, 09:45:33 AM |
|
Opened the wallet and it says 'Checkpoint too old......'. I will just ignore it for now? On windows 32 bit.
|
|
|
|
WindMaster (OP)
|
|
May 21, 2013, 11:07:36 AM Last edit: May 21, 2013, 11:30:20 AM by WindMaster |
|
This last N increase has hit my CPU mining hash rate hard, around 42%. It would be interesting to see how it hit GPU mining to see if the algorithm is going in the right direction.
Fortunately, difficulty will drop accordingly over time. It's too bad it doesn't rise or fall with a larger increment (faster rate) per block though. It's just a bit of a waiting game at this point for difficulty to become more reasonable. It's dropping quickly though, I see it's down to about 4.4 now. I'm a bit concerned that N might be getting too big even for CPUs though. My single core EC2 micro-instance was capable of mining (at a slow rate) before the N increase, but now it's pretty much unable. Wondering what the rest of N increases might cause, perhaps the pools need to start adding variable difficulty to cater for slower CPUs or the next N increase might kill a good amount of lower-end ones.
I think at a minimum, pool operators need to stay on top of Nfactor++ events and adjust work size / difficulty to keep things working smoothly and keep the average time to solve a share below the average time between blocks. Otherwise everyone solo mining (like me) actually beat out pools with poorly adjusted work size. I still leave a handful of dual Xeon servers mining for testing purposes and their block solving rate still seems to be tracking inversely proportional with hash rate and difficulty. At this point, N is still way lower than Litecoin always had. An Amazon micro instance mining on a poorly adjusted pool would indeed be a losing battle at this point, I'd think. That's basically just a small shared fraction of a single Xeon core!
|
|
|
|
WindMaster (OP)
|
|
May 21, 2013, 11:11:57 AM |
|
Opened the wallet and it says 'Checkpoint too old......'. I will just ignore it for now? On windows 32 bit.
For Win32, just ignore it. The warning is harmless, an artifact left over from the original developer who should've at least adjusted the time before the warning appears to a more reasonable timeframe than 10 days after the release (or more accurately, 10 days after the last checkpoint, which he added just after the coin was released).
|
|
|
|
eule
|
|
May 21, 2013, 11:58:57 AM |
|
Someone with a GPU farm and a GPU miner could easily 51%-attack the coin right now, right? Should be top priority to get a GPU miner for the masses, even if it's unoptimized. Maybe everyone of us should donate to the bounty or we should do some effort to get an open source miner. 0.02€
|
|
|
|
Sahtor
|
|
May 21, 2013, 12:10:54 PM |
|
N rising is not a problem if we get back to CPU server/laptop based mining. The problem is if GPU or AWS farms raised the difficulty too high to not readjust back to lower levels before even speculated future profitability drops and the mining freezes.
Basicly it doesnt matter which hardware works best but we can't have sudden volatility in difficulty or the currency dies.
|
|
|
|
WindMaster (OP)
|
|
May 21, 2013, 07:56:03 PM |
|
Changes committed to my GitHub repository: - Fix my previously added feature that reports N and Nfactor in the getmininginfo command. It was only reporting what N and Nfactor were when yacoind was last started, not what it is at the immediate moment. Duh, fixed. - Added getnetworkhashps command to show estimated network hash rate. This implementation was mostly lifted from Litecoin, still need to verify that it makes sense and operates correctly for YACoin. - Added network hash rate and the PoW block reward of the highest block on the blockchain to the info reported by the getmininginfo command: yacoin@blah:~/wm/yacoin/src$ ~/yacoind getmininginfo { "blocks" : 67663, "currentblocksize" : 1000, "currentblocktx" : 0, "difficulty" : 4.10475631, "errors" : "", "generate" : false, "genproclimit" : 8, "hashespersec" : 0, "networkhashps" : 88885983, "pooledtx" : 0, "testnet" : false, "Nfactor" : 7, "N" : 256, "powreward" : 19.75000000 }
Note that this is reporting what the block reward was for the last block on the blockchain, not necessarily what the block reward is going to be for the next mined block. So use this as an estimate of approximately what the current block reward is, knowing that the actual reward of the next mined block may/will differ slightly.
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
May 21, 2013, 08:11:50 PM |
|
Opened the wallet and it says 'Checkpoint too old......'. I will just ignore it for now? On windows 32 bit.
For Win32, just ignore it. The warning is harmless, an artifact left over from the original developer who should've at least adjusted the time before the warning appears to a more reasonable timeframe than 10 days after the release (or more accurately, 10 days after the last checkpoint, which he added just after the coin was released). Im getting this warning too? checkpoint too old? on win7 64bit? will the wallet still be able to send and receive coins? thanks
|
|
|
|
WindMaster (OP)
|
|
May 21, 2013, 08:19:08 PM |
|
Opened the wallet and it says 'Checkpoint too old......'. I will just ignore it for now? On windows 32 bit.
For Win32, just ignore it. The warning is harmless, an artifact left over from the original developer who should've at least adjusted the time before the warning appears to a more reasonable timeframe than 10 days after the release (or more accurately, 10 days after the last checkpoint, which he added just after the coin was released). Im getting this warning too? checkpoint too old? on win7 64bit? will the wallet still be able to send and receive coins? thanks The warning is harmless. But for Win 64-bit, you have the option of using an interim Windows 64-bit binary that hanzac compiled of my version of the client (which doesn't show that warning) and provided a link to it a page back in this thread. All the usual warnings about running third-party binaries apply of course.
|
|
|
|
cryptohunter
Legendary
Offline
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
|
|
May 21, 2013, 08:21:16 PM |
|
Opened the wallet and it says 'Checkpoint too old......'. I will just ignore it for now? On windows 32 bit.
For Win32, just ignore it. The warning is harmless, an artifact left over from the original developer who should've at least adjusted the time before the warning appears to a more reasonable timeframe than 10 days after the release (or more accurately, 10 days after the last checkpoint, which he added just after the coin was released). Im getting this warning too? checkpoint too old? on win7 64bit? will the wallet still be able to send and receive coins? thanks The warning is harmless. But for Win 64-bit, you have the option of using an interim Windows 64-bit binary that hanzac compiled of my version of the client (which doesn't show that warning) and provided a link to it a page back in this thread. All the usual warnings about running third-party binaries apply of course. Thanks for quick reply very helpful.
|
|
|
|
ginjou
Newbie
Offline
Activity: 42
Merit: 0
|
|
May 21, 2013, 09:24:20 PM |
|
As it seems like pocopoco was only a multi account and that he won't show his face again, maybe you windmaster, should post your thread and the news about this fork on the official thread and ask a moderator to get the control of the first post of the official thread, don't you think? This way, it will become official and the monney can regain a little bit of its previous fame Because the way it is now, the official thread seems dead and the warning on the official windows wallet looks frightening for the noobs, so it doesn't look good for the reputation of the monney :/ I'm suggesting the idea because i beleave in this monney, but my skills in programming don't allow me to help in a better way PS: sorry for the not so fluent english
|
|
|
|
sairon
Sr. Member
Offline
Activity: 406
Merit: 250
One does not simply mine Bitcoins
|
|
May 21, 2013, 09:39:19 PM |
|
maybe it would be sufficient to just drop "unofficial client fork" from the topic, it might scare a lot of people
|
GPG key ID: 5E4F108A || BTC: 1hoardyponb9AMWhyA28DZb5n5g2bRY8v
|
|
|
|