mikaelh (OP)
|
|
July 19, 2013, 09:33:33 AM |
|
aws cc2.8xlarge, primecoin-0.1.1-hp5 two changes:
1) prime.cpp const unsigned int nPrimes = (uint64)nTotalPrimes * 8 / 100; // down from 10
2) main.cpp static const unsigned int nPrimorialHashFactor = 9; // up from 7
You seem to be testing two changes at the same time. The first change will definitely affect performance while the second change shouldn't as people have already pointed out. It's likely you're only seeing the effects of the first change you did.
|
|
|
|
arnuschky
|
|
July 19, 2013, 09:55:13 AM |
|
Huh. If this chart is correct, me and a friend are collectively mining 10% of all blocks in the past 24 hours. Kind of cool to be a big fish for once. Sunny and Mikael are going to be seeing a huge donation from me if this goes well. You're claiming you found 400 blocks in the last 24 hours? Each of us has collected over 2k XPM in the past day. 200 blocks* Just out of curiosity: How much pps are you fielding for that?
|
|
|
|
paulthetafy
|
|
July 19, 2013, 10:03:49 AM |
|
aws cc2.8xlarge, primecoin-0.1.1-hp5 two changes:
1) prime.cpp const unsigned int nPrimes = (uint64)nTotalPrimes * 8 / 100; // down from 10
2) main.cpp static const unsigned int nPrimorialHashFactor = 9; // up from 7
You seem to be testing two changes at the same time. The first change will definitely affect performance while the second change shouldn't as people have already pointed out. It's likely you're only seeing the effects of the first change you did. mikael, knowing your work I'll take your word for it, do you agree that 1) is a change for the better and will not negatively effect block finding?
|
|
|
|
Joe13
Newbie
Offline
Activity: 18
Merit: 0
|
|
July 19, 2013, 10:06:32 AM |
|
Sorry i am new to all this ... But there is one thing i dont get. I tryed to run it with a primecoin.conf file and changed parameters like rpcuser ... rpcpassword ... gen=0 gen=1 and also with rpcport=9910 rpcallowip=127.0.0.1 with server=1 and daemon=1. I did not receive any block in earlier stages ... difficulty was past 8 to this stage ... as i deleted the conf file and run the wallet without it i received two blocks in two hours ... How can that be ... Luck ? I was using hp3 ... So my question is is the conf file needed or not ??
Thx
|
|
|
|
mikaelh (OP)
|
|
July 19, 2013, 10:36:38 AM |
|
aws cc2.8xlarge, primecoin-0.1.1-hp5 two changes:
1) prime.cpp const unsigned int nPrimes = (uint64)nTotalPrimes * 8 / 100; // down from 10
2) main.cpp static const unsigned int nPrimorialHashFactor = 9; // up from 7
You seem to be testing two changes at the same time. The first change will definitely affect performance while the second change shouldn't as people have already pointed out. It's likely you're only seeing the effects of the first change you did. mikael, knowing your work I'll take your word for it, do you agree that 1) is a change for the better and will not negatively effect block finding? The first parameter he changed definitely has a huge impact on performance, that's for sure. The parameter is based on sieve round limit implemented by Sunny King. As you probably know, that resulted in a pretty big performance boost. I'm using a static percentage value in my code instead of counting microseconds. Changing that percentage may indeed improve performance on some system. It depends on the efficiency difference between the sieve and the primality tester. I may change the percentage into a configuration parameter in the future.
|
|
|
|
mikaelh (OP)
|
|
July 19, 2013, 10:41:57 AM |
|
Sorry i am new to all this ... But there is one thing i dont get. I tryed to run it with a primecoin.conf file and changed parameters like rpcuser ... rpcpassword ... gen=0 gen=1 and also with rpcport=9910 rpcallowip=127.0.0.1 with server=1 and daemon=1. I did not receive any block in earlier stages ... difficulty was past 8 to this stage ... as i deleted the conf file and run the wallet without it i received two blocks in two hours ... How can that be ... Luck ? I was using hp3 ... So my question is is the conf file needed or not ??
Thx
That is indeed called pure luck.
|
|
|
|
maco
|
|
July 19, 2013, 10:44:51 AM |
|
Sorry i am new to all this ... But there is one thing i dont get. I tryed to run it with a primecoin.conf file and changed parameters like rpcuser ... rpcpassword ... gen=0 gen=1 and also with rpcport=9910 rpcallowip=127.0.0.1 with server=1 and daemon=1. I did not receive any block in earlier stages ... difficulty was past 8 to this stage ... as i deleted the conf file and run the wallet without it i received two blocks in two hours ... How can that be ... Luck ? I was using hp3 ... So my question is is the conf file needed or not ??
Thx
That is indeed called pure luck. Any news with HP5 and if its doing any good? What has your results shown from all different versions?
|
|
|
|
Plazma
|
|
July 19, 2013, 10:52:54 AM |
|
2 dedicated rigs mining with 1500pps each since 9days. One got 9 blocks last block 3 days ago. other got 0 blocks. random is random.
|
BTC: 1A1Mwjfw2mTko4N2UuVQ3RK4hXJunsPA3j XMP: AcT3PK4wofjCMt6irN4HXENUqPvoBJRWk3
|
|
|
svirus
|
|
July 19, 2013, 11:17:34 AM |
|
primecoin@HP5 ... just finded block 4k pps
|
|
|
|
minerstorm
|
|
July 19, 2013, 11:56:32 AM |
|
29 hours is not found block. The rate has increased by 200-300pps, but no blocks. How are you? Sorry my english.
|
|
|
|
jammertr
Member
Offline
Activity: 100
Merit: 10
|
|
July 19, 2013, 12:22:27 PM |
|
same here 3 pc setup, 4000/3500/1700 pps all on hp5 no luck more than 24 hours
|
|
|
|
jammertr
Member
Offline
Activity: 100
Merit: 10
|
|
July 19, 2013, 12:24:21 PM |
|
to be honest .... almost 24 hours same here 3 pc setup, 4000/3500/1700 pps all on hp5 no luck more than 24 hours
|
|
|
|
ivanlabrie
|
|
July 19, 2013, 12:34:38 PM |
|
Day one, 1400pps, 8 core nehalem rig running HP5. 0 blocks.
|
|
|
|
bitrich
Member
Offline
Activity: 109
Merit: 10
|
|
July 19, 2013, 01:14:45 PM |
|
running i5 at 2000pps. got about 5% more pps from hp4 to hp 5. Only found 2 blocks since release of first client. got them in the first few days, havent had one since on solo. ypool sucks had a second pc pool mining with ypool way too many server rejected shares.
|
|
|
|
Krusher33
Newbie
Offline
Activity: 37
Merit: 0
|
|
July 19, 2013, 01:16:45 PM |
|
Sorry i am new to all this ... But there is one thing i dont get. I tryed to run it with a primecoin.conf file and changed parameters like rpcuser ... rpcpassword ... gen=0 gen=1 and also with rpcport=9910 rpcallowip=127.0.0.1 with server=1 and daemon=1. I did not receive any block in earlier stages ... difficulty was past 8 to this stage ... as i deleted the conf file and run the wallet without it i received two blocks in two hours ... How can that be ... Luck ? I was using hp3 ... So my question is is the conf file needed or not ??
Thx
Sounds like coincidence. But why did you have both gen=0 and gen=1 in there?
|
|
|
|
Joe13
Newbie
Offline
Activity: 18
Merit: 0
|
|
July 19, 2013, 01:32:35 PM |
|
Nah, tryed it once with gen=0 and then another time with gen=1 but i never maintained to get a block... That is why i am asking if the conf file is important for the mining, if yes how must it be configured then.... thx
|
|
|
|
nmersulypnem
|
|
July 19, 2013, 01:41:54 PM |
|
Does anyone have a guide for building on Windows. I can't get the static libraries to bind using MingW.
|
|
|
|
|
ReCat
|
|
July 19, 2013, 02:25:35 PM |
|
I just mined 3 blocks in a row... holy crap.
|
BTC: 1recatirpHBjR9sxgabB3RDtM6TgntYUW Hold onto what you love with all your might, Because you can never know when - Oh. What you love is now gone.
|
|
|
|
|