Pages:
Author

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

hero member
Activity: 506
Merit: 500
-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
full member
Activity: 205
Merit: 100
Waiting for windows compilation. Not by my backtrack linux system. Gotta work in 3d win apps, which reminds me I should be working :p but I can't turn down news like pps increase Smiley
member
Activity: 99
Merit: 10
Silly question, but where do i find the latest patched/optimized branch that I can build on ubuntu ? Tongue

https://github.com/primecoin/primecoin

if you don't  have git installed:
sudo apt-get install git

then run
git clone https://github.com/primecoin/primecoin

(or git clone https://github.com/Chemisist/primecoin for my optimized version, until the pull request is committed on the main branch)

then follow the instructions in doc/build-msw.md



this.

I seem to remember build-msw.md being aimed at building on Windows.



yeah, you're totally right... see build-unix.md.  That was pretty dumb, eh?
member
Activity: 99
Merit: 10
Let me know as soon as you guys find a block!  I'd like to make sure it is actually working on the live chain...
Sollid 50% increase in pps with your patch, thanks! (Ubuntu, single core Xeon based VM).
I'll let you know if I find a block, but I've been mining since release and only pulled an orphan, so far, so...  Cheesy

Am I the only one experience a pps decrease? Dropped from ~4500 to ~3000...

How many cores is that running btw?

16 cores, 32 threads.

Hmm.  I suppose that this is indicating that my "improvement" pretty much sucks for that many cores/threads, sorry!
full member
Activity: 224
Merit: 100
Silly question, but where do i find the latest patched/optimized branch that I can build on ubuntu ? Tongue

https://github.com/primecoin/primecoin

if you don't  have git installed:
sudo apt-get install git

then run
git clone https://github.com/primecoin/primecoin

(or git clone https://github.com/Chemisist/primecoin for my optimized version, until the pull request is committed on the main branch)

then follow the instructions in doc/build-msw.md



this.

Grabbed it, thanks
legendary
Activity: 1065
Merit: 1077
Silly question, but where do i find the latest patched/optimized branch that I can build on ubuntu ? Tongue

https://github.com/primecoin/primecoin

if you don't  have git installed:
sudo apt-get install git

then run
git clone https://github.com/primecoin/primecoin

(or git clone https://github.com/Chemisist/primecoin for my optimized version, until the pull request is committed on the main branch)

then follow the instructions in doc/build-msw.md



this.

I seem to remember build-msw.md being aimed at building on Windows.

sr. member
Activity: 336
Merit: 250
Cuddling, censored, unicorn-shaped troll.
Code:
git clone https://github.com/Chemisist/primecoin.git

You need to be root.

exactly the same

Code:
make CXXFLAGS="-O3 -march=native" -j16 -f makefile.unix

Then PPS drops, I will switch back to primecoin/primecoin.git untill I figure out the problem.

Keep in mind I'm getting wide variations in pps, too, but overall it is a solid 50% increase at least.
Maybe let it run a couple more minutes while watching ?
sr. member
Activity: 243
Merit: 250
Let me know as soon as you guys find a block!  I'd like to make sure it is actually working on the live chain...
Sollid 50% increase in pps with your patch, thanks! (Ubuntu, single core Xeon based VM).
I'll let you know if I find a block, but I've been mining since release and only pulled an orphan, so far, so...  Cheesy

Am I the only one experience a pps decrease? Dropped from ~4500 to ~3000...

How many cores is that running btw?

16 cores, 32 threads.
hero member
Activity: 756
Merit: 501
Saw a decrease on my virtual servers too, but only when multiple instances run (from 500 down to 300), when only one instance runs pps go up from 1000 to 1300. On old CentrinoDuo laptop pps remained the same.
member
Activity: 99
Merit: 10
Silly question, but where do i find the latest patched/optimized branch that I can build on ubuntu ? Tongue

https://github.com/primecoin/primecoin

if you don't  have git installed:
sudo apt-get install git

then run
git clone https://github.com/primecoin/primecoin

(or git clone https://github.com/Chemisist/primecoin for my optimized version, until the pull request is committed on the main branch)

then follow the instructions in doc/build-msw.md



this.
full member
Activity: 224
Merit: 100
Am I the only one experience a pps decrease? Dropped from ~4500 to ~3000...

You compiled it with the exact same switches and options ?

exactly the same

Code:
make CXXFLAGS="-O3 -march=native" -j16 -f makefile.unix

Then PPS drops, I will switch back to primecoin/primecoin.git untill I figure out the problem.

How do you grab the https://github.com/Chemisist/primecoin via linux command?

member
Activity: 99
Merit: 10
Let me know as soon as you guys find a block!  I'd like to make sure it is actually working on the live chain...
Sollid 50% increase in pps with your patch, thanks! (Ubuntu, single core Xeon based VM).
I'll let you know if I find a block, but I've been mining since release and only pulled an orphan, so far, so...  Cheesy

Am I the only one experience a pps decrease? Dropped from ~4500 to ~3000...

How many cores is that running btw?
sr. member
Activity: 243
Merit: 250
Am I the only one experience a pps decrease? Dropped from ~4500 to ~3000...

You compiled it with the exact same switches and options ?

exactly the same

Code:
make CXXFLAGS="-O3 -march=native" -j16 -f makefile.unix

Then PPS drops, I will switch back to primecoin/primecoin.git untill I figure out the problem.
hero member
Activity: 602
Merit: 500
Am I the only one experience a pps decrease? Dropped from ~4500 to ~3000...

You compiled it with the exact same switches and options ?

The Chemist version has -O3 flags changes for the record.

Is the O3 flag using more memory under compile or under usage?
sr. member
Activity: 336
Merit: 250
Cuddling, censored, unicorn-shaped troll.
Am I the only one experience a pps decrease? Dropped from ~4500 to ~3000...

You compiled it with the exact same switches and options ?
member
Activity: 99
Merit: 10
@Chemisist

First block with https://github.com/Chemisist/primecoin



Hell yeah, thanks for letting me know!  Cool

Quote

Am I the only one experience a pps decrease? Dropped from ~4500 to ~3000...

what kind of system are you running this on?  I've only tested this with my intel processor lineup
sr. member
Activity: 336
Merit: 250
Cuddling, censored, unicorn-shaped troll.
I'm observing wide variations in pps with Chemisist patch, anyone else ?
Ranging from 170 to over 300, while official release was more stable @around 150.
sr. member
Activity: 243
Merit: 250
Let me know as soon as you guys find a block!  I'd like to make sure it is actually working on the live chain...
Sollid 50% increase in pps with your patch, thanks! (Ubuntu, single core Xeon based VM).
I'll let you know if I find a block, but I've been mining since release and only pulled an orphan, so far, so...  Cheesy

Am I the only one experience a pps decrease? Dropped from ~4500 to ~3000...
full member
Activity: 224
Merit: 100
Let me know as soon as you guys find a block!  I'd like to make sure it is actually working on the live chain...

will do

are the compiled binaries up ?

Not yet, sorry.  Working on getting them compiled.

no need for apologies your doing good work

are you compiling a windows build ?

I never got the windows compilation to work when this first launched on Sunday, so I've been doing all my development in Xubuntu 12.04.  There are some guides in the main thread (https://bitcointalksearch.org/topic/xpm-ann-primecoin-release-first-scientific-computing-cryptocurrency-251850) if you need help compiling.  Not sure the exact pages they were on, but somewhere in the 30-60 range

Windows build would be amazing!
hero member
Activity: 506
Merit: 500
Let me know as soon as you guys find a block!  I'd like to make sure it is actually working on the live chain...

will do

are the compiled binaries up ?

Not yet, sorry.  Working on getting them compiled.

no need for apologies your doing good work

are you compiling a windows build ?

I'm compiling a windows build, eta 5m
Pages:
Jump to: