Author

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

hero member
Activity: 1036
Merit: 524
"If I understand correctly, nvidia cards may have advantage this time, compared to amd cards?"

Yes, a CUDA miner would only work with Nvidia cards, as CUDA is a Nvidia patented technology.
legendary
Activity: 1205
Merit: 1010
Why is coin limit a flaw? That's the one major advantage of Bitcoin. Controlled and finite supply of currency. Faster block confirms result in more forks, nothing more. Potential resistance to specialized hardware? I don't think so, I am sure we can use CUDA here.

It's not a flaw if you are thinking purely in terms of its store-of-value property. Bitcoin has a stronger scarcity model than gold. However acting as a currency is not only for store-of-value. One needs to do better at all three functions of money. I have discussed this topic in the design paper why minting is designed as such in primecoin. In primecoin a preference toward preserving mining market is favored over a too strong scarcity model. In a couple of years we shall see whether I am right, I think bitcoin is losing its mining market share partly due to this.
sr. member
Activity: 243
Merit: 250
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.

I have few pi's...

Yes, I'm thinking primecoin solves many of my complaints about bitcon... Fast block confirms, potential resistance to specialized hardware, and no coin limit.

All I think are glaring flaws, but the last is the biggest. It's hard to reconcile the advantage of bitcoins fixed number of coins against the fact that they're still being rapidly issued.

Now, if only primecoin could adopt a more marketable/catchy name...

Why is coin limit a flaw? That's the one major advantage of Bitcoin. Controlled and finite supply of currency. Faster block confirms result in more forks, nothing more. Potential resistance to specialized hardware? I don't think so, I am sure we can use CUDA here.

Edit: https://devtalk.nvidia.com/default/topic/493679/prime-generator-for-cuda/

8 317 200 Primes / sec

If I understand correctly, nvidia cards may have advantage this time, compared to amd cards?
hero member
Activity: 1036
Merit: 524
CUDA is a Nvidia only technology, so people who invested into GPU mining rigs won't benefit from a CUDA miner.
sr. member
Activity: 248
Merit: 252
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.

I have few pi's...

Yes, I'm thinking primecoin solves many of my complaints about bitcon... Fast block confirms, potential resistance to specialized hardware, and no coin limit.

All I think are glaring flaws, but the last is the biggest. It's hard to reconcile the advantage of bitcoins fixed number of coins against the fact that they're still being rapidly issued.

Now, if only primecoin could adopt a more marketable/catchy name...

Why is coin limit a flaw? That's the one major advantage of Bitcoin. Controlled and finite supply of currency. Faster block confirms result in more forks, nothing more. Potential resistance to specialized hardware? I don't think so, I am sure we can use CUDA here.

Edit: https://devtalk.nvidia.com/default/topic/493679/prime-generator-for-cuda/

8 317 200 Primes / sec
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
Is there a paper wallet generator anywhere for XPM?

If you know the address version, you can use vanitygen to generate addresses.

Looking at this, it appears that Primecoin's address version is 23.  I've just added a couple of scripts to my vanitygen fork to make creating bulk wallets and paper wallets easier.

To have vanitygen create a Primecoin address, try this

Code:
vanitygen -F compressed -X 23 A

For bulk-wallet usage, try this, which will generate 10 addresses:

Code:
./bulkwallet.sh 23 A 10 | ./paperwallet.sh >paperwallet.html

View and print the resulting paper wallet in the browser of your choice.  Since we're using vanitygen, the pattern can be more than a single character.  If you have a little more time, try this:

Code:
./bulkwallet.sh 23 AFoo 10 | ./paperwallet.sh >paperwallet.html
hero member
Activity: 644
Merit: 500
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.

I have few pi's...

Yes, I'm thinking primecoin solves many of my complaints about bitcon... Fast block confirms, potential resistance to specialized hardware, and no coin limit.

All I think are glaring flaws, but the last is the biggest. It's hard to reconcile the advantage of bitcoins fixed number of coins against the fact that they're still being rapidly issued.

Now, if only primecoin could adopt a more marketable/catchy name...
full member
Activity: 224
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.

"And no one will ever find a block again" Huh So.. I guess the solution would be to not CPU mine it then.. Strangely stupid comment.
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

Keep an eye on this thread: https://bitcointalk.org/index.php?topic=253662.new#new

-O2 generic linux build available @
-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

-O3 generic linux build available @ https://www.dropbox.com/sh/1y7mwwc4asgfqfb/Eo2sKCsZor

fabrizzop is working on compiling a windows build (https://bitcointalksearch.org/topic/m.2715885)

thx a lot! =)
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.





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

thanks in advance

Keep an eye on this thread: https://bitcointalk.org/index.php?topic=253662.new#new

-O2 generic linux build available @
-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

-O3 generic linux build available @ https://www.dropbox.com/sh/1y7mwwc4asgfqfb/Eo2sKCsZor

fabrizzop is working on compiling a windows build (https://bitcointalksearch.org/topic/m.2715885)
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: 1988
Merit: 1077
Honey badger just does not care
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: 1988
Merit: 1077
Honey badger just does not care
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.
Jump to: