Pages:
Author

Topic: [XPM] Primecoin Built-in Miner Sieve Performance Issue - page 27. (Read 69150 times)

sr. member
Activity: 686
Merit: 259
Just tested the 3 new windows releases from anonppcoin, shinkicker and zalfrin. Zalfrins is the fastest but shinkickers didn't crash on exit.

 Smiley

Heh... that's a new development. It also appears to be broken again, not pulling in new blocks as they come. Last time that was a UPNP problem.

All right, here's a fixed version. Includes all dlls, shouldn't be crashing on exit, and should be following the blockchain properly.  Grin

https://www.dropbox.com/s/6dwcc5p1koj86vz/release5.zip
Hmm, something's wrong. It doesn't open :/
Win 8 x64 AMD Phenom X4 965
newbie
Activity: 9
Merit: 0
Just pushed another commit on github.

https://github.com/primecoin/primecoin/commit/eda38d62ad571be02095ce44469c0cc26a2b3675

sieve round limit further reduced to 1 second.
added mike's suggestion.

Give it a try and let me know how it goes.
This nearly tripled my PPS from the original release.

Now getting 2000-2400 PPS on an i7-980X @ 4 GHz. 7 blocks found so far (of which 1 was orphaned).

Compiled with -O3 -march=native.

Do you mean:

Quote
make -f makefile.unix -O3 -march=native
Something like that. More specifically:
Code:
make CXXFLAGS="-O3 -march=native" -j6 -f makefile.unix
sr. member
Activity: 401
Merit: 250
since I started mining with release5.zip about 6 hours ago I have found 4 blocks with 2 i7's at average speeds of 940 and 840 pps.

Thanks for the update, I was concerned it wasn't working right as I still have yet to mine a block with release5, but my luck must just suck.

Ha, and now my release5 has finally found it's first block for me as well. Yay!
sr. member
Activity: 243
Merit: 250
Just pushed another commit on github.

https://github.com/primecoin/primecoin/commit/eda38d62ad571be02095ce44469c0cc26a2b3675

sieve round limit further reduced to 1 second.
added mike's suggestion.

Give it a try and let me know how it goes.
This nearly tripled my PPS from the original release.

Now getting 2000-2400 PPS on an i7-980X @ 4 GHz. 7 blocks found so far (of which 1 was orphaned).

Compiled with -O3 -march=native.

Should the "-O3 -march=native" be in CFLAGS? Should I change
Code:
make -f makefile.unix
to
Code:
make -f makefile.unix -CFLAGS="-O3 -march=native"
?

Thanks,
sr. member
Activity: 359
Merit: 250
Just pushed another commit on github.

https://github.com/primecoin/primecoin/commit/eda38d62ad571be02095ce44469c0cc26a2b3675

sieve round limit further reduced to 1 second.
added mike's suggestion.

Give it a try and let me know how it goes.
This nearly tripled my PPS from the original release.

Now getting 2000-2400 PPS on an i7-980X @ 4 GHz. 7 blocks found so far (of which 1 was orphaned).

Compiled with -O3 -march=native.

Do you mean:

Quote
make -f makefile.unix -O3 -march=native
sr. member
Activity: 401
Merit: 250
since I started mining with release5.zip about 6 hours ago I have found 4 blocks with 2 i7's at average speeds of 940 and 840 pps.

Thanks for the update, I was concerned it wasn't working right as I still have yet to mine a block with release5, but my luck must just suck.
member
Activity: 119
Merit: 10
Hej,

I had somewhat similar issue when compiling on OPENSuse, but not with the same socket. Maybe you should check whether libd_cxx-5.1.so is included in your /usr/lib (or the like) directory and linked properly.



Hi,

trying to run FuzzyBears primecoind I get (on Ubuntu 12.04) this error:
Code:
./primecoind: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

But libdb5.1 is installed:
Code:
apt-get install libdb5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
libdb5.1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 89 not upgraded.
..and as I still lack to compile by myself (but this is something completely different and can be found here: https://bitcointalksearch.org/topic/m.2705099) I need a compiled version that works.
Looks like I have some issues with (my machine | my skills) Cheesy

Am I alone with this issue?

newbie
Activity: 9
Merit: 0
Just pushed another commit on github.

https://github.com/primecoin/primecoin/commit/eda38d62ad571be02095ce44469c0cc26a2b3675

sieve round limit further reduced to 1 second.
added mike's suggestion.

Give it a try and let me know how it goes.
This nearly tripled my PPS from the original release.

Now getting 2000-2400 PPS on an i7-980X @ 4 GHz. 7 blocks found so far (of which 1 was orphaned).

Compiled with -O3 -march=native.
member
Activity: 119
Merit: 10
FYI, here is the code base I have been building from:

https://github.com/Zalfrin/primecoin

Thank you, I'm observing 3 fold increase in PPS (compiled your git on Linux).
sr. member
Activity: 321
Merit: 250
Hi,

trying to run FuzzyBears primecoind I get (on Ubuntu 12.04) this error:
Code:
./primecoind: error while loading shared libraries: libdb_cxx-5.1.so: cannot open shared object file: No such file or directory

But libdb5.1 is installed:
Code:
apt-get install libdb5.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
libdb5.1 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 89 not upgraded.
..and as I still lack to compile by myself (but this is something completely different and can be found here: https://bitcointalksearch.org/topic/m.2705099) I need a compiled version that works.
Looks like I have some issues with (my machine | my skills) Cheesy

Am I alone with this issue?
member
Activity: 69
Merit: 10
anyone managed to do anything about xeons? my 2x proc xeon 6 core mashines runs only native Sunny's client, all other builds comes crashing.. anyone has working anything not 1.0 sunny's on xeons?
hero member
Activity: 616
Merit: 500
I have been alerted that certain classes of system continue to experience extremely low primespersec values. Upon investigation it seems certain systems have performance problems with the sieve, causing extended sieve round time. A temporary fix is now pushed to github. Please note I don't have enough time yet to fully test this solution, so try it out first to see if this resolves your system's problems.

https://github.com/primecoin/primecoin/commit/338e61568a32e74fa112edf1f3d8eee8d6780ae9

Please report back if this resolves your performance issues.

Have you updated Original Download files with these changes?
legendary
Activity: 980
Merit: 1000
Need a campaign manager? PM me
With anonppcoin's release my primespersec have shot up. Yet to find a block though. Seems a lot more resources have now been put on this.
member
Activity: 112
Merit: 10
well, i found 2 blocks with the release of Zalfrin and two with anonppcoin in less than 6 hrs, maybe lucky  Grin

What's your total PPS? Yeah I know, they are estimated numbers Smiley

i2500k stock average of 550pps

full member
Activity: 182
Merit: 100
well, i found 2 blocks with the release of Zalfrin and two with anonppcoin in less than 6 hrs, maybe lucky  Grin

What's your total PPS? Yeah I know, they are estimated numbers Smiley
legendary
Activity: 1246
Merit: 1011
Any feedback about anonppcoin's release? Testing it on one machine and getting very high pss but no blocks found yet.

Same here... high pps but no blocks... I think is like Pirelli advertising... "Power is nothing without control"  Huh (at least at the moment... )
member
Activity: 112
Merit: 10
well, i found 2 blocks with the release of Zalfrin and two with anonppcoin in less than 6 hrs, maybe lucky  Grin
full member
Activity: 182
Merit: 100
Any feedback about anonppcoin's release? Testing it on one machine and getting very high pss but no blocks found yet.

Same here, but I just switched released. Will let you know if I hit a block with it.
hero member
Activity: 770
Merit: 500
Any feedback about anonppcoin's release? Testing it on one machine and getting very high pss but no blocks found yet.
legendary
Activity: 1050
Merit: 1000
since I started mining with release5.zip about 6 hours ago I have found 4 blocks with 2 i7's at average speeds of 940 and 840 pps.

Congrats, my good man!!

The PPS has certainly jumped some 5-6 times for me. Hopefully will get a block soon.
Pages:
Jump to: