FiniteByDesign
Legendary

Activity: 1797
Merit: 1279
|
 |
October 08, 2014, 04:47:01 PM |
|
We believe in crypto and offer 20% off all orders paid for via Bitcoin or Primecoin! Just enter the coupon code 'BITCOIN' at checkout to apply!Prices if paying in Bitcoin: Bitcoin Proof = $80 Litecoin Proof = $80 Namecoin Proof = $80 Peercoin Proof (w/o 24k gold highlights) = $80 Cryptogenic Bullion Bar Proofs = $80 Peercoin Proof (w/ 24 k gold highlights) = $100 Primecoin Proof (Batch 2) = $68 DOGE Proofs (copper or nickel) = $20
Buy precious metal, limited mint, physical crypto-proofs via Bitcoin, Litecoin, Namecoin, Peercoin, Primecoin, Dogecoin, Darkcoin, Vertcoin, Cryptogenic Bullion, NXT, Worldcoin or PayPal! Exclusively from Finite By Design!
|
|
|
|
dsattler
Legendary

Activity: 924
Merit: 1000
|
 |
October 14, 2014, 06:32:48 AM |
|
HUGE ANNOUNCEMENT COMING!stay tuned….  I think that one will never come... 
|
Bitcointalk member since 2013! 
|
|
|
|
laitec
|
 |
October 30, 2014, 11:01:28 AM |
|
Just to let you know mcxNow resumed Primecoin trading
|
BitNet(VPNCOIN)第二论赠币:Vvqo32yAiARGVym2Kb5DvSqP32S9i9Xtrn
|
|
|
seedex
Newbie

Activity: 4
Merit: 0
|
 |
November 01, 2014, 09:23:34 PM |
|
Hey guys, i am the dev of CoinClicks.infoand i would like to invite you to join (and test) my project. CoinClicks is a multi-cryptocurrency Paid-to-Click (PTC) service, where you can earn your favorite Altcoins and use them to advertise your website. Primecoin is one of the first 10 supported Altcoins. Please let me know what you think, or contact me if you run into any problems or have any questions.
|
|
|
|
|
BanditryAndLoot
Member


Activity: 70
Merit: 12
Activity: 350
|
 |
November 05, 2014, 05:02:02 AM |
|
Is there some specific way I'm supposed to backup the wallet?
Usually I just copy the wallet file and put it on a flash drive right from the directory, but when I try to restore the wallet with XPM I get wallet data corrupt, can't restore.
|
And it's only at the end of fall, that we discover it was naught but the wind that knew when one particular leaf was to fall from one particular tree, only to land in one distinct spot .. to be left for an eternity, and waste its time in a wait sublime. C0A2A1C4
|
|
|
|
salfter
|
 |
November 10, 2014, 04:03:53 PM |
|
Is there some specific way I'm supposed to backup the wallet?
Usually I just copy the wallet file and put it on a flash drive right from the directory, but when I try to restore the wallet with XPM I get wallet data corrupt, can't restore.
The better way to go would be to dump out all of the private keys in your wallet, or at least the ones that have non-zero balances. To do this, you'll first need to dump all of your wallet addresses. This avoids issues with binary wallet incompatibility (as might happen when coin daemons are built with different bdb versions). Something like this should do the trick: (for i in `primecoind listtransactions "" 9999999 | grep addr | sort | uniq | sed "s/\",//;s/.*\"//"`; do echo -n $i" "; primecoind dumpprivkey $i; done ) 2>&1 | grep -v error
It finds all addresses associated with the transactions in your wallet. It then tries to retrieve private keys. This will fail for other people's addresses, but we filter those out. You should get a space-separated list of addresses and private keys as output. Verify that these addresses contain your wallet's entire balance before you get rid of it.
|
|
|
|
jjiimm_64
Legendary

Activity: 1876
Merit: 1000
|
 |
December 11, 2014, 03:19:33 AM |
|
what miner is being used with gpus for primecoin?
|
1jimbitm6hAKTjKX4qurCNQubbnk2YsFw
|
|
|
|
|
|
splat44
|
 |
December 24, 2014, 10:12:33 PM |
|
Does anyone knows the amount of hour for primecoin earnings to be confirmed while mining?
I am using ypool.
|
|
|
|
|
|
derrend
|
 |
December 29, 2014, 07:54:10 AM |
|
Does anybody know if it is possible to perform merge mining with primecoin? There doesnt seem to be a great amount of information regarding the nuances of this currency and it would be very interesting to know  Thanks
|
|
|
|
|
|
splat44
|
 |
December 29, 2014, 09:03:55 AM |
|
Does anybody know if it is possible to perform merge mining with primecoin? There doesnt seem to be a great amount of information regarding the nuances of this currency and it would be very interesting to know  Thanks This would be impossible to merge mining with primecoin(XPM) as XPM is totally different algorithm for mining! As you might have seen, coins that support scrypt would likely the ones to merge. If there another kind of coins down in history that about being created that supports same algorithm as (XPM) miner then it might be possible to merge at that point but I guess we need to wait! Sorry!
|
|
|
|
|
|
splat44
|
 |
December 29, 2014, 09:13:07 AM |
|
Does anybody know if it is possible to perform merge mining with primecoin? There doesnt seem to be a great amount of information regarding the nuances of this currency and it would be very interesting to know  Thanks This would be impossible to merge mining with primecoin(XPM) as XPM uses totally a different algorithm for mining! As you might have seen, coins that support scrypt would likely the ones to merge. If there another kind of coins down in history that about being created that supports same algorithm as (XPM) miner then it might be possible to merge at that point but I guess we need to wait! Sorry!
|
|
|
|
|
|
derrend
|
 |
December 30, 2014, 01:47:47 AM |
|
This would be impossible to merge mining with primecoin(XPM) as XPM is totally different algorithm for mining! As you might have seen, coins that support scrypt would likely the ones to merge.
If there another kind of coins down in history that about being created that supports same algorithm as (XPM) miner then it might be possible to merge at that point but I guess we need to wait! Sorry!
No problem, thank you for the response  I'm very excited about primecoin, long term it seems to me to have a bright future even though the price is low at the moment. Looking forward to seeing some online applications like a blockchain.info equivalent emerging hopefully. Mining for prime number chains rather than simply wasting energy is a stroke of pure genius, it seems to me that the full potential of what this algorithm represents has yet to be fully understood maybe even by Sunny King himself. Will continue watching with great interest 
|
|
|
|
|
|
splat44
|
 |
December 30, 2014, 02:08:36 AM |
|
This would be impossible to merge mining with primecoin(XPM) as XPM is totally different algorithm for mining! As you might have seen, coins that support scrypt would likely the ones to merge.
If there another kind of coins down in history that about being created that supports same algorithm as (XPM) miner then it might be possible to merge at that point but I guess we need to wait! Sorry!
No problem, thank you for the response  I'm very excited about primecoin, long term it seems to me to have a bright future even though the price is low at the moment. Looking forward to seeing some online applications like a blockchain.info equivalent emerging hopefully. Mining for prime number chains rather than simply wasting energy is a stroke of pure genius, it seems to me that the full potential of what this algorithm represents has yet to be fully understood maybe even by Sunny King himself. Will continue watching with great interest  I am also excited, with GPU mining, I am earning 1 (xpm) every 2nd day on average! Too bad not many merchants deal with XPM yet and still it's one of most traded!
|
|
|
|
|
|
|
Sutiner
Newbie

Activity: 1
Merit: 0
|
 |
January 11, 2015, 10:08:31 AM |
|
Why can not I sync  Prompt please
|
|
|
|
|
|
derrend
|
 |
January 14, 2015, 03:46:41 AM |
|
Quick question, given enough time would all (or most) advanced civilisations discover primecoin? Lets say that europe and china never encountered each other for some reason but both had developed computer technology, wouldn't they eventually each come up with primecoin independently? Then lets pretend they finally met, what would that mean for their blockchains, could they be merged somehow? Are there other implications that result from scenarios such as this and what would be the meaning of them (if any)? On another note, if one of the blockchains was older than the other and more primes had been found, wouldn't it be possible to simply submit (copy and paste) the results from the older one into the younger one and mine coins from it without doing any work? Thanks 
|
|
|
|
|
|
Strannik-74
|
 |
January 19, 2015, 10:22:48 AM |
|
Closing of tradings on TRC/BTC, FTC/BTC, XPM/BTC 19.01.15 00:00 from admin Dear participants of the BTC-e.com exchange! Due to the low volume on TRC/BTC, FTC/BTC, XPM/BTC pairs, trades on those pairs will be closed since February 1, 2015. https://btc-e.com/exchange/trc_btc TRC/BTC https://btc-e.com/exchange/ftc_btc FTC/BTC https://btc-e.com/exchange/xpm_btc XPM/BTC Autamatical withdrawal of TRC, FTC and XPM will be available until March 31, 2015. Sincerely yours, btc-e.com support
|
|
|
|
|
herzmeister
Legendary

Activity: 1764
Merit: 1007
|
 |
January 19, 2015, 12:01:03 PM |
|
Quick question, given enough time would all (or most) advanced civilisations discover primecoin? Lets say that europe and china never encountered each other for some reason but both had developed computer technology, wouldn't they eventually each come up with primecoin independently? Then lets pretend they finally met, what would that mean for their blockchains, could they be merged somehow? Are there other implications that result from scenarios such as this and what would be the meaning of them (if any)? On another note, if one of the blockchains was older than the other and more primes had been found, wouldn't it be possible to simply submit (copy and paste) the results from the older one into the younger one and mine coins from it without doing any work? Thanks  afai remember the prime numbers found are so huge that the chains are quite uniquely random, which would make each blockchain unique enough, which would mean though that the scientific value of those knowing those prime numbers can be questioned
|
|
|
|
#Darren
Sr. Member
  

Activity: 784
Merit: 250
DIA | Data infrastructure for DeFi
|
 |
February 08, 2015, 05:27:30 AM |
|
Is xpm still a popular mining coin, or is it considered a dud at this point?
|
|
|
|
|