Bitcoin Forum
May 05, 2024, 03:30:09 AM *
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 »
  Print  
Author Topic: [XPM] Primecoin Built-in Miner Sieve Performance Issue  (Read 69106 times)
Chemisist
Member
**
Offline Offline

Activity: 99
Merit: 10



View Profile
July 12, 2013, 05:36:49 PM
 #481

-O2 generic build: (generally -O3 gives some errors at end but seems to run fine, I'll go the safe route first).

https://www.dropbox.com/s/stfb9t66tnp6yld/primecoin-chemisist-mod.rar

Did you just use the default flags that are in makefile.unix in the master branch?

btc 1ChemaH12nRmd75M8BmPSiqd8x7B2wxFNF     ltc LaWX7jgJDyQ2oFaQYJvo5kqC1e1KYPoCfd     xpm Ab8NSgxHgGUJvHgSHYqMYBMWai6ZdsA91s
1714879809
Hero Member
*
Offline Offline

Posts: 1714879809

View Profile Personal Message (Offline)

Ignore
1714879809
Reply with quote  #2

1714879809
Report to moderator
The block chain is the main innovation of Bitcoin. It is the first distributed timestamping system.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714879809
Hero Member
*
Offline Offline

Posts: 1714879809

View Profile Personal Message (Offline)

Ignore
1714879809
Reply with quote  #2

1714879809
Report to moderator
1714879809
Hero Member
*
Offline Offline

Posts: 1714879809

View Profile Personal Message (Offline)

Ignore
1714879809
Reply with quote  #2

1714879809
Report to moderator
1714879809
Hero Member
*
Offline Offline

Posts: 1714879809

View Profile Personal Message (Offline)

Ignore
1714879809
Reply with quote  #2

1714879809
Report to moderator
fabrizziop
Hero Member
*****
Offline Offline

Activity: 506
Merit: 500



View Profile
July 12, 2013, 05:39:43 PM
 #482

-O2 generic build: (generally -O3 gives some errors at end but seems to run fine, I'll go the safe route first).

https://www.dropbox.com/s/stfb9t66tnp6yld/primecoin-chemisist-mod.rar

Did you just use the default flags that are in makefile.unix in the master branch?

Nope, I compiled makefile.release created by bitcoin-qt.pro.
jlspartz
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
July 12, 2013, 05:43:22 PM
 #483

-O2 generic build: (generally -O3 gives some errors at end but seems to run fine, I'll go the safe route first).

https://www.dropbox.com/s/stfb9t66tnp6yld/primecoin-chemisist-mod.rar

Running at a stable higher rate. 8 threads 30-40% increase
azwccc
Sr. Member
****
Offline Offline

Activity: 243
Merit: 250


View Profile
July 12, 2013, 05:46:37 PM
 #484

-O2 generic build: (generally -O3 gives some errors at end but seems to run fine, I'll go the safe route first).

https://www.dropbox.com/s/stfb9t66tnp6yld/primecoin-chemisist-mod.rar

my i7-3770 got ~50% increase compared to official 0.1.1

Thank you and ckemisist.

Bitrated user: azwccc.
TheSwede75
Full Member
***
Offline Offline

Activity: 224
Merit: 100



View Profile
July 12, 2013, 05:51:26 PM
 #485

AMD 4 and 6-core seeing around 30% from 0.1.1, good job!
Kavre
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
July 12, 2013, 05:52:48 PM
 #486

I am a bit confused

can't get it work properly

if I set setgenerate true -1 (this is random and it should use all core/threads)
work like 80pps +-20

with setgenerate true 3 works 300pps

i have 8cpu with 4 cores, which will be the best settings I really tried almost all of it but with no success

thanks



For support:
- BTC: 143JzbV9RC4r5uLDsQQnVWay6fJfRyYgjS
cosurgi
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile
July 12, 2013, 05:55:40 PM
 #487

any progress replacing CBigNum with gmp ? It is supposed to be like 10x faster...

jlspartz
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
July 12, 2013, 05:55:48 PM
 #488

-O2 generic build: (generally -O3 gives some errors at end but seems to run fine, I'll go the safe route first).

https://www.dropbox.com/s/stfb9t66tnp6yld/primecoin-chemisist-mod.rar

Running at a stable higher rate. 8 threads 30-40% increase

Its a i7 3940xm. Cpu core temps are the same. Seems to drop down to 10% increase gradually and then go back up again. Thanks! Good increase so far with O2 Smiley
xyzzy099
Legendary
*
Offline Offline

Activity: 1062
Merit: 1041



View Profile
July 12, 2013, 06:00:25 PM
 #489

Lol, installed fabrizziop's build and mined a block with it inside 20 sec Cheesy

Both fabrizziop and Chemisist will be getting a little tip from me shortly Wink  Thanks for your efforts.

Libertarians:  Diligently plotting to take over the world and leave you alone.
fabrizziop
Hero Member
*****
Offline Offline

Activity: 506
Merit: 500



View Profile
July 12, 2013, 06:01:53 PM
 #490

This build is -O3 and march=native, it should work on most CPUs as from what I know gcc 4.6.2 only knows up to amd barcelona/K10.

https://www.dropbox.com/s/hekja15g8elmrcv/primecoin-chemisist-mod-o3-native.rar
Chemisist
Member
**
Offline Offline

Activity: 99
Merit: 10



View Profile
July 12, 2013, 06:06:08 PM
 #491

This build is -O3 and march=native, it should work on most CPUs as from what I know gcc 4.6.2 only knows up to amd barcelona/K10.

https://www.dropbox.com/s/hekja15g8elmrcv/primecoin-chemisist-mod-o3-native.rar

march=native pretty much ensures that it will not be guaranteed to work on any other processor type than what you compiled it with (right?).  Which processor did you compile this on?

btc 1ChemaH12nRmd75M8BmPSiqd8x7B2wxFNF     ltc LaWX7jgJDyQ2oFaQYJvo5kqC1e1KYPoCfd     xpm Ab8NSgxHgGUJvHgSHYqMYBMWai6ZdsA91s
romerun
Legendary
*
Offline Offline

Activity: 1078
Merit: 1001


Bitcoin is new, makes sense to hodl.


View Profile
July 12, 2013, 06:09:37 PM
 #492

holyshit chemisist thing has ramped my pps up from 150 to 350, one core VPS.
Chemisist
Member
**
Offline Offline

Activity: 99
Merit: 10



View Profile
July 12, 2013, 06:10:15 PM
 #493

holyshit chemisist thing has ramped my pps up from 150 to 350, one core VPS.

 Cool

btc 1ChemaH12nRmd75M8BmPSiqd8x7B2wxFNF     ltc LaWX7jgJDyQ2oFaQYJvo5kqC1e1KYPoCfd     xpm Ab8NSgxHgGUJvHgSHYqMYBMWai6ZdsA91s
fabrizziop
Hero Member
*****
Offline Offline

Activity: 506
Merit: 500



View Profile
July 12, 2013, 06:10:41 PM
 #494

This build is -O3 and march=native, it should work on most CPUs as from what I know gcc 4.6.2 only knows up to amd barcelona/K10.

https://www.dropbox.com/s/hekja15g8elmrcv/primecoin-chemisist-mod-o3-native.rar

march=native pretty much ensures that it will not be guaranteed to work on any other processor type than what you compiled it with.  Which processor did you compile this on?

FX 8350, and the native build is working too on a Sempron 145, so that's why I guess it must work on other CPUs too.
dudeguy
Member
**
Offline Offline

Activity: 182
Merit: 10



View Profile
July 12, 2013, 06:12:25 PM
 #495

This build is -O3 and march=native, it should work on most CPUs as from what I know gcc 4.6.2 only knows up to amd barcelona/K10.

https://www.dropbox.com/s/hekja15g8elmrcv/primecoin-chemisist-mod-o3-native.rar

i3 3225 at fsb 103 so 3.4 GHz (2 cores 4 threads with hyperthreading). Would you recommend this build or your previous one? BTW you're getting tipped if I push past 700 PPS. Currently at 490-540 PPS on Zalfrin's i5 build.
Chemisist
Member
**
Offline Offline

Activity: 99
Merit: 10



View Profile
July 12, 2013, 06:12:45 PM
 #496

This build is -O3 and march=native, it should work on most CPUs as from what I know gcc 4.6.2 only knows up to amd barcelona/K10.

https://www.dropbox.com/s/hekja15g8elmrcv/primecoin-chemisist-mod-o3-native.rar

march=native pretty much ensures that it will not be guaranteed to work on any other processor type than what you compiled it with.  Which processor did you compile this on?

FX 8350, and the native build is working too on a Sempron 145, so that's why I guess it must work on other CPUs too.

I just remember reading that the results may differ on different processors when compiled with the -march=native flag on the gcc page

edit: http://gcc.gnu.org/onlinedocs/gcc/i386-and-x86_002d64-Options.html

btc 1ChemaH12nRmd75M8BmPSiqd8x7B2wxFNF     ltc LaWX7jgJDyQ2oFaQYJvo5kqC1e1KYPoCfd     xpm Ab8NSgxHgGUJvHgSHYqMYBMWai6ZdsA91s
jlspartz
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
July 12, 2013, 06:16:53 PM
 #497

This build is -O3 and march=native, it should work on most CPUs as from what I know gcc 4.6.2 only knows up to amd barcelona/K10.

https://www.dropbox.com/s/hekja15g8elmrcv/primecoin-chemisist-mod-o3-native.rar

march=native pretty much ensures that it will not be guaranteed to work on any other processor type than what you compiled it with.  Which processor did you compile this on?

Hmmm working here... seems less stable. Goes from 10% decrease to 35% increase and system is a little laggy. Switching back to O2 win patch for now.
Chemisist
Member
**
Offline Offline

Activity: 99
Merit: 10



View Profile
July 12, 2013, 06:18:34 PM
Last edit: July 12, 2013, 06:39:28 PM by Chemisist
 #498

This build is -O3 and march=native, it should work on most CPUs as from what I know gcc 4.6.2 only knows up to amd barcelona/K10.

https://www.dropbox.com/s/hekja15g8elmrcv/primecoin-chemisist-mod-o3-native.rar

i3 3225 at fsb 103 so 3.4 GHz (2 cores 4 threads with hyperthreading). Would you recommend this build or your previous one? BTW you're getting tipped if I push past 700 PPS. Currently at 490-540 PPS on Zalfrin's i5 build.

Try the -O2 and -O3 builds at my dropbox folder.  To see which one runs better on your system:
1. delete the debug.log (rm ~/.primecoin/debug.log)
2. start one of the builds.
3. Let it run for > 10 minutes and grep the debug.log file for "primemeter"  (grep primemeter ~/.primecoin/debug.log > primemeter-O3.txt)
4. stop the daemon and repeat 1-3 for the other build. Then you can compare the results of 10 time steps of pps and decide which one works best.

(https://www.dropbox.com/home/primecoin%20compiled%20binaries) (I'm uploading an -O2 build in the next 5 minutes.)

https://drive.google.com/folderview?id=0ByFxCU5Lp7TBZmRNVm01eU8xOGM&usp=sharing

(Thanks @fabrizziop for pointing out the -O2 flag)

btc 1ChemaH12nRmd75M8BmPSiqd8x7B2wxFNF     ltc LaWX7jgJDyQ2oFaQYJvo5kqC1e1KYPoCfd     xpm Ab8NSgxHgGUJvHgSHYqMYBMWai6ZdsA91s
fabrizziop
Hero Member
*****
Offline Offline

Activity: 506
Merit: 500



View Profile
July 12, 2013, 06:22:03 PM
 #499

This build is -O3 and march=native, it should work on most CPUs as from what I know gcc 4.6.2 only knows up to amd barcelona/K10.

https://www.dropbox.com/s/hekja15g8elmrcv/primecoin-chemisist-mod-o3-native.rar

i3 3225 at fsb 103 so 3.4 GHz (2 cores 4 threads with hyperthreading). Would you recommend this build or your previous one? BTW you're getting tipped if I push past 700 PPS. Currently at 490-540 PPS on Zalfrin's i5 build.

Try the -O2 and -O3 builds at my dropbox folder.  To see which one runs better on your system:
1. delete the debug.log (rm ~/.primecoin/debug.log)
2. start one of the builds.
3. Let it run for > 10 minutes and grep the debug.log file for "primemeter"  (grep primemeter ~/.primecoin/debug.log > primemeter-O3.txt)
4. stop the daemon and repeat 1-3 for the other build. Then you can compare the results of 10 time steps of pps and decide which one works best.

(https://www.dropbox.com/home/primecoin%20compiled%20binaries) (I'm uploading an -O2 build in the next 5 minutes.)

(Thanks @fabrizziop for pointing out the -O2 flag)

lol you forgot to share the dropbox folder. In my case the build I made with the best performance is the -O2 -march=native one, the O3 is worse.
Kujmandosz
Full Member
***
Offline Offline

Activity: 238
Merit: 100



View Profile
July 12, 2013, 06:29:52 PM
 #500

Can someone link the wallet for mac please

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 »
  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!