Author

Topic: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency - page 172. (Read 688812 times)

legendary
Activity: 1246
Merit: 1000
QMAKE_CXXFLAGS += -O3 -march=core-avx-i
QMAKE_CFLAGS += -O3 -march=core-avx-i
sr. member
Activity: 406
Merit: 250
legendary
Activity: 1713
Merit: 1029
I'll put up one Bitcoin in bounty for a CPU-miner (standalone) that will run on both windows and linux and outperform the built-in miner.
Recompile the existing one with some more optimization flags or with the ICC compiler. Tongue

Existing one as in the one built into the primecoin wallet? I haven't dug into the source code yet, but I'm interested in the support for shares and such. Smiley
hero member
Activity: 812
Merit: 1000
AVX/SSE3 enhanced miner would be nice...and/or gpu.
legendary
Activity: 1205
Merit: 1010
Problem is it would be hard to compare, I plan on getting two identical machines, running them side-by-side, and every 2 minutes asking each for their hashrate, then averaging it over a 6-hour period.

The primespersec measure is for fun only, it does not necessarily reflect true mining performance. The only accurate measure is block rate, that is, given a fixed difficulty how fast can you generate blocks. To measure this one can use a lower difficulty than the network difficulty.
full member
Activity: 238
Merit: 100
How do you know if your block that you mined is orphaned or not?
sr. member
Activity: 406
Merit: 250
I'll put up one Bitcoin in bounty for a CPU-miner (standalone) that will run on both windows and linux and outperform the built-in miner.
Recompile the existing one with some more optimization flags or with the ICC compiler. Tongue
legendary
Activity: 1713
Merit: 1029
I'll put up one Bitcoin in bounty for a CPU-miner (standalone) that will run on both windows and linux and outperform the built-in miner.
How much does it need to outperform it?
I'm looking into possibly adding support to BFGMiner.
So there's gonna be GPU mining?

Problem is it would be hard to compare, I plan on getting two identical machines, running them side-by-side, and every 2 minutes asking each for their hashrate, then averaging it over a 6-hour period.
legendary
Activity: 1713
Merit: 1029
I'll put up one Bitcoin in bounty for a CPU-miner (standalone) that will run on both windows and linux and outperform the built-in miner.
How much does it need to outperform it?
I'm looking into possibly adding support to BFGMiner.

Hell, 20%? Adding it to BFGMiner would be awesome Smiley
legendary
Activity: 1470
Merit: 1021
legendary
Activity: 1205
Merit: 1010
How much does it need to outperform it?
I'm looking into possibly adding support to BFGMiner.

Shouldn't be hard to beat my built-in miner, it was meant to be a basic reference miner and I could be missing quite a bit of simple optimizations.

For example it currently uses an adaptive primorial multiplier which is quite wasteful as I don't have a good understanding of the relationship between the size of primorial multiplier and mining performance.
hero member
Activity: 518
Merit: 500
sr. member
Activity: 686
Merit: 259
I'll put up one Bitcoin in bounty for a CPU-miner (standalone) that will run on both windows and linux and outperform the built-in miner.
How much does it need to outperform it?
I'm looking into possibly adding support to BFGMiner.
So there's gonna be GPU mining?
hero member
Activity: 583
Merit: 505
CTO @ Flixxo, Riecoin dev
I'll put up one Bitcoin in bounty for a CPU-miner (standalone) that will run on both windows and linux and outperform the built-in miner.
How much does it need to outperform it?
I'm looking into possibly adding support to BFGMiner.

since primespersec doesn't seem to have comparable meaning, it would be difficult to compare performance. Maybe primespersec could be normalized to the size of the primes and to the length of the chain?
full member
Activity: 238
Merit: 100
How long till blocks mature?  
sr. member
Activity: 287
Merit: 250
Finally mined 19.47XPM on my i3 2120 with only 1 core.
legendary
Activity: 2576
Merit: 1186
I'll put up one Bitcoin in bounty for a CPU-miner (standalone) that will run on both windows and linux and outperform the built-in miner.
How much does it need to outperform it?
I'm looking into possibly adding support to BFGMiner.
newbie
Activity: 17
Merit: 0
The prime chain of each block is built starting from its hash (in a way) so you cannot simply compute any chain in advance.

Onkel Paul

I see, thanks.
Just noticed that there is a lot of info on this that I missed.
sr. member
Activity: 243
Merit: 250
Gentoo ebuild of the daemon here, for the true believers. Modified from bitcoind 0.8.2 ebuild.

https://github.com/teknohog/ebuilds/tree/master/net-p2p/primecoind

Any guide on how to use it?
legendary
Activity: 1039
Merit: 1005
The prime chain of each block is built starting from its hash (in a way) so you cannot simply compute any chain in advance.

Onkel Paul
Jump to: