Bitcoin Forum
April 27, 2024, 07:28:36 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 ... 131 »
  Print  
Author Topic: [XPM] [ANN] Primecoin High Performance | HP14 released!  (Read 397580 times)
mikaelh (OP)
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250


View Profile
July 19, 2013, 09:33:33 AM
 #801

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.
1714246116
Hero Member
*
Offline Offline

Posts: 1714246116

View Profile Personal Message (Offline)

Ignore
1714246116
Reply with quote  #2

1714246116
Report to moderator
1714246116
Hero Member
*
Offline Offline

Posts: 1714246116

View Profile Personal Message (Offline)

Ignore
1714246116
Reply with quote  #2

1714246116
Report to moderator
1714246116
Hero Member
*
Offline Offline

Posts: 1714246116

View Profile Personal Message (Offline)

Ignore
1714246116
Reply with quote  #2

1714246116
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714246116
Hero Member
*
Offline Offline

Posts: 1714246116

View Profile Personal Message (Offline)

Ignore
1714246116
Reply with quote  #2

1714246116
Report to moderator
arnuschky
Hero Member
*****
Offline Offline

Activity: 517
Merit: 501


View Profile
July 19, 2013, 09:55:13 AM
 #802

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. Smiley
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
Hero Member
*****
Offline Offline

Activity: 820
Merit: 1000


View Profile
July 19, 2013, 10:03:49 AM
 #803

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 Offline

Activity: 18
Merit: 0


View Profile
July 19, 2013, 10:06:32 AM
 #804

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)
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250


View Profile
July 19, 2013, 10:36:38 AM
 #805

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)
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250


View Profile
July 19, 2013, 10:41:57 AM
 #806

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
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
July 19, 2013, 10:44:51 AM
 #807

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
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
July 19, 2013, 10:52:54 AM
 #808

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
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile WWW
July 19, 2013, 11:17:34 AM
 #809

primecoin@HP5 ... just finded block
4k pps

minerstorm
Full Member
***
Offline Offline

Activity: 200
Merit: 100



View Profile
July 19, 2013, 11:56:32 AM
 #810

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 Offline

Activity: 100
Merit: 10


View Profile
July 19, 2013, 12:22:27 PM
 #811

same here 3 pc setup,  4000/3500/1700 pps  all on hp5  no luck more than 24 hours
jammertr
Member
**
Offline Offline

Activity: 100
Merit: 10


View Profile
July 19, 2013, 12:24:21 PM
 #812

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
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
July 19, 2013, 12:34:38 PM
 #813

Day one, 1400pps, 8 core nehalem rig running HP5.
0 blocks. Cheesy
bitrich
Member
**
Offline Offline

Activity: 109
Merit: 10



View Profile
July 19, 2013, 01:14:45 PM
 #814

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 Offline

Activity: 37
Merit: 0


View Profile
July 19, 2013, 01:16:45 PM
 #815

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 Offline

Activity: 18
Merit: 0


View Profile
July 19, 2013, 01:32:35 PM
 #816

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
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 19, 2013, 01:41:54 PM
 #817

Does anyone have a guide for building on Windows.  I can't get the static libraries to bind using MingW.
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
July 19, 2013, 01:49:29 PM
 #818

Does anyone have a guide for building on Windows.  I can't get the static libraries to bind using MingW.
https://bitcointalk.org/index.php?topic=149479.0
ReCat
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile WWW
July 19, 2013, 02:25:35 PM
 #819

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.
mikaelh (OP)
Sr. Member
****
Offline Offline

Activity: 301
Merit: 250


View Profile
July 19, 2013, 02:51:54 PM
 #820

I posted a new compilation guide for Linux:
https://bitcointalk.org/index.php?topic=259022.0

It shows you how to compile your own libgmp and everything else.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [41] 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 ... 131 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!