Author

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

hero member
Activity: 504
Merit: 500
I just pushed a patch to the master primecoin branch increasing pps rate to ~1800 pps on my core i7-950, ~2100 pps on my core i5-2500k and ~600 pps on my core 2 duo t9300 (laptop).  

Main post is here: https://bitcointalksearch.org/topic/m.2715288.  

A compiled linux binary is available at https://www.dropbox.com/sh/1y7mwwc4asgfqfb/Eo2sKCsZor.

Verified working on the main chain (https://bitcointalksearch.org/topic/m.2715862)

Temporary branch is available at https://github.com/Chemisist/primecoin until the pull request is completed on the master branch.





Hey! Are you going to offer a compiled version for win7 64 as well? or is it only for linux?

thanks in advance
member
Activity: 99
Merit: 10
I just pushed a patch to the master primecoin branch increasing pps rate to ~1800 pps on my core i7-950, ~2100 pps on my core i5-2500k and ~600 pps on my core 2 duo t9300 (laptop).  

Main post is here: https://bitcointalksearch.org/topic/m.2715288.  

A compiled linux binary is available at https://www.dropbox.com/sh/1y7mwwc4asgfqfb/Eo2sKCsZor.

Verified working on the main chain (https://bitcointalksearch.org/topic/m.2715862)

Temporary branch is available at https://github.com/Chemisist/primecoin until the pull request is completed on the master branch.



full member
Activity: 205
Merit: 100
I'm not a gpu farmer but I think its better to have people that invested in crypto reap the benefit than botnet owners. I like cpu mining but once a coin becomes big botnets step in. So i see gpu mining as good progression.

Is it really possible that somebody has it's cores maxed to 100% and not noticing he has a bot? Bot-nets are dangerous for stealing passwords, but will they be dangerous for mass-mining?

Yes, some botnets mine in the shadows of masses like litecoin. A large increase there is not noticed like on smaller coins. Plus the botnets are used for DDOSing the exchanges. So they are very harmful to the crypto community.
legendary
Activity: 1974
Merit: 1077
^ Will code for Bitcoins
I'm not a gpu farmer but I think its better to have people that invested in crypto reap the benefit than botnet owners. I like cpu mining but once a coin becomes big botnets step in. So i see gpu mining as good progression.

Is it really possible that somebody has it's cores maxed to 100% and not noticing he has a bot? Bot-nets are dangerous for stealing passwords, but will they be dangerous for mass-mining?
full member
Activity: 205
Merit: 100
Less than a week old and already number 11 for coin market cap. Good job sunny!
http://coinmarketcap.com/
newbie
Activity: 54
Merit: 0
Hey guys, I am getting ~300 pps and been mining for hours. Still no XPMs. Is this normal? (and yes I've read the threads!)

Yes. If you're paranoid you can reload the blockchain.

ty, how do I do that? google/reinstalling primecoin isn't helping.

300pps several hours without XPM is more normal than normal...
sr. member
Activity: 617
Merit: 250
Hey guys, I am getting ~300 pps and been mining for hours. Still no XPMs. Is this normal? (and yes I've read the threads!)

Yes. If you're paranoid you can reload the blockchain.

ty, how do I do that? google/reinstalling primecoin isn't helping.
full member
Activity: 205
Merit: 100
Anyone working on a GPU miner yet? Here's some help: http://www.macs-site.net/CudaPrimes.htm

Hopefully not, because:
1) Primecoin looks to be GPU-resistant, it will be very hard to implement calculating it's long integers on something that is design to deal only with vertices
2) GPU rigs are the cancer for mining, eliminating 99% of regular people who are not OK with the idea of monster cases with external GPUs all over the place, laptop users with no external cards, etc. Non-existence of GPU miner is the main reason for Primecoin's unusual popularity. People are successfully mining even on Raspberry Pi's.

It can be done on GPUs. Look up CUDA Lucas. Its used for finding mersenne primes. Verifies primes over 10 million digits long in days.

Oh, I see it now. Primecoin CPU mining is doomed, in a few weeks legions of BTC-ASIC-kicked-GPU-farmers will jump on Primecoin and no one will ever find a block again.

I'm not a gpu farmer but I think its better to have people that invested in crypto reap the benefit than botnet owners. I like cpu mining but once a coin becomes big botnets step in. So i see gpu mining as good progression.
legendary
Activity: 1974
Merit: 1077
^ Will code for Bitcoins
Anyone working on a GPU miner yet? Here's some help: http://www.macs-site.net/CudaPrimes.htm

Hopefully not, because:
1) Primecoin looks to be GPU-resistant, it will be very hard to implement calculating it's long integers on something that is design to deal only with vertices
2) GPU rigs are the cancer for mining, eliminating 99% of regular people who are not OK with the idea of monster cases with external GPUs all over the place, laptop users with no external cards, etc. Non-existence of GPU miner is the main reason for Primecoin's unusual popularity. People are successfully mining even on Raspberry Pi's.

It can be done on GPUs. Look up CUDA Lucas. Its used for finding mersenne primes. Verifies primes over 10 million digits long in days.

Oh, I see it now. Primecoin CPU mining is doomed, in a few weeks legions of BTC-ASIC-kicked-GPU-farmers will jump on Primecoin and no one will ever find a block again.
newbie
Activity: 48
Merit: 0
Hey guys, I am getting ~300 pps and been mining for hours. Still no XPMs. Is this normal? (and yes I've read the threads!)

Yes. If you're paranoid you can reload the blockchain.
legendary
Activity: 1205
Merit: 1010
Not sure if this has been asked, but any way to get the prime numbers out of the client or a way to grep them from the logs?  .. also is their a way to reference them to already existing found ones more in the math community side of things?

primechain and primeorigin are in the getblock output.

Refer to this thread for existing world records of these chains:
https://bitcointalksearch.org/topic/xpm-primecoin-record-books-253409
sr. member
Activity: 617
Merit: 250
Hey guys, I am getting ~300 pps and been mining for hours. Still no XPMs. Is this normal? (and yes I've read the threads!)





{
"blocks" : 22275,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"errors" : "",
"generate" : true,
"genproclimit" : 3,
"primespersec" : 292,
"pooledtx" : 0,
"testnet" : false
}
newbie
Activity: 18
Merit: 0
Did anyone noticed that the primecoin-gt.exe v.0.1.1 has a timestamp of 01/29/2011?  

Wow just installed this one and it found a block within the first 5 minutes!
full member
Activity: 205
Merit: 100
Not sure if this has been asked, but any way to get the prime numbers out of the client or a way to grep them from the logs?  .. also is their a way to reference them to already existing found ones more in the math community side of things?

I'd like to know this also. I know they know what primes are being produced because there is some news on new chains being found, but where is that info?
full member
Activity: 205
Merit: 100
Its the first coin that could have people using NVidia cards instead.
hero member
Activity: 552
Merit: 500
Not sure if this has been asked, but any way to get the prime numbers out of the client or a way to grep them from the logs?  .. also is their a way to reference them to already existing found ones more in the math community side of things?
hero member
Activity: 1036
Merit: 524
Anyone working on a GPU miner yet? Here's some help: http://www.macs-site.net/CudaPrimes.htm

Hopefully not, because:
1) Primecoin looks to be GPU-resistant, it will be very hard to implement calculating it's long integers on something that is design to deal only with vertices
2) GPU rigs are the cancer for mining, eliminating 99% of regular people who are not OK with the idea of monster cases with external GPUs all over the place, laptop users with no external cards, etc. Non-existence of GPU miner is the main reason for Primecoin's unusual popularity. People are successfully mining even on Raspberry Pi's.
Without GPU's, the only people who will make any money will be the people with botnets or EC2 instances.
newbie
Activity: 53
Merit: 0
Yea GPUs are good for primes
check it http://www.primegrid.com/

open cl and cuda apps
hero member
Activity: 644
Merit: 500
If anyone's interested, I just made a bash script to run from an Ubuntu Server instance that does all the work for you in setting up a CPU miner.... I know it's just a couple commands but some people seem to be getting hung up on that!

https://github.com/lucasjkr/PrimeMiner/

It's a cludge, I know - no error checking or anything else, but it's a very simple process:

A) Start a new instance and install Ubuntu Server 12 or 13 on it.
B) install git "sudo apt-get install git-core"
C) get the script "git clone https://github.com/lucasjkr/PrimeMiner.git"
D) make script executable "chmod 700 ./PrimeMiner/makeminer.sh"
E) execute script "./PrimeMiner/makeminer.sh"

Enter your admin password, sit back and wait.

PS - i know entering the password is bad form, but for myself, i'm only running these on instances that do nothing else, so I'm not concerned if some how someone was able to capture the password. Your mileage may vary. But I'm happy with this so far. Suggestions will be of course appreciated!
full member
Activity: 205
Merit: 100
Anyone working on a GPU miner yet? Here's some help: http://www.macs-site.net/CudaPrimes.htm

Hopefully not, because:
1) Primecoin looks to be GPU-resistant, it will be very hard to implement calculating it's long integers on something that is design to deal only with vertices
2) GPU rigs are the cancer for mining, eliminating 99% of regular people who are not OK with the idea of monster cases with external GPUs all over the place, laptop users with no external cards, etc. Non-existence of GPU miner is the main reason for Primecoin's unusual popularity. People are successfully mining even on Raspberry Pi's.

It can be done on GPUs. Look up CUDA Lucas. Its used for finding mersenne primes. Verifies primes over 10 million digits long in days.
Jump to: