Pages:
Author

Topic: How to mine PrimeCoin Mini-Guide (Read 13519 times)

newbie
Activity: 12
Merit: 0
April 02, 2014, 07:39:36 PM
#43
Howdee folks!  After installing PrimeCoin and running it, I found that I'm not getting any info (PPS) within the console window.  Any thoughts?  Cores are blazing away so I know its doing something.  Thanks

{
"blocks" : 472048,
"blocksperday" : 0.01386972,
"chainsperday" : 0.02395706,
"currentblocksize" : 3958,
"currentblocktx" : 7,
"difficulty" : 10.43424481,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"pooledtx" : 7,
"sieveextensions" : 9,
"sievefilterprimes" : 7849,
"sievesize" : 917504,
"testnet" : false
}
newbie
Activity: 12
Merit: 0
January 11, 2014, 04:46:46 AM
#42
Hey guys I'm trying to solomine xpm for the first time. And after I launch qt I've got my CPU running at 100% BUT getmininginfo shows primespersec is 0. My CPU - Core i7 2600K overclocked. How can I ensure that I'm mining?

{
"blocks" : 353416,
"chainspermin" : 0,
"chainsperday" : 0.00000000,
"currentblocksize" : 1906,
"currentblocktx" : 4,
"difficulty" : 10.32599312,
"errors" : "",
"generate" : true,
"genproclimit" : 7,
"primespersec" : 0,
"pooledtx" : 4,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1000000,
"testnet" : false
}

This stats

I was trying to mine at pools and still console shows 0.0 stats but looks like pool receive my shares...

Solved.
newbie
Activity: 12
Merit: 0
January 10, 2014, 05:29:38 PM
#41
Hey guys I'm trying to solomine xpm for the first time. And after I launch qt I've got my CPU running at 100% BUT getmininginfo shows primespersec is 0. My CPU - Core i7 2600K overclocked. How can I ensure that I'm mining?

{
"blocks" : 353416,
"chainspermin" : 0,
"chainsperday" : 0.00000000,
"currentblocksize" : 1906,
"currentblocktx" : 4,
"difficulty" : 10.32599312,
"errors" : "",
"generate" : true,
"genproclimit" : 7,
"primespersec" : 0,
"pooledtx" : 4,
"sieveextensions" : 9,
"sievepercentage" : 10,
"sievesize" : 1000000,
"testnet" : false
}

This stats

I was trying to mine at pools and still console shows 0.0 stats but looks like pool receive my shares...
newbie
Activity: 3
Merit: 0
January 01, 2014, 06:19:45 PM
#40
i bumped into the noblockchain avaible shit. u just hav to manualy add nodes
full member
Activity: 210
Merit: 100
July 13, 2013, 11:52:03 PM
#39
thanks
newbie
Activity: 19
Merit: 0
July 13, 2013, 10:17:25 PM
#38
For some reason the primecoin qt client says no block source available and wont download the blockchain so i can get started. I changed the ports on my router and still no luck. Anyone else encounter this and have a solution?
full member
Activity: 322
Merit: 113
Sinbad Mixer: Mix Your BTC Quickly
July 11, 2013, 01:59:28 AM
#37
Somebody mentioned optimization of the miner. Does anyone have detailed directions how to get primecoin-qt.exe on Windows, optimized? Thanks
Honestly, I just made a linux VM (within Windows, Virtualbox) to run it until windows binaries are updated.
PPS went from 120 to ~620, even though it's in VM.
sr. member
Activity: 296
Merit: 250
July 11, 2013, 01:54:11 AM
#36
I threw in the genproclimit=6 on my 8 core CPU so the GPU mining is not reduced:


primecoin.conf file
rpcuser=****username***
rpcpassword=****password***
rpcport=***any port(mine is 8001)****
gen=1
genproclimit=6


Somebody mentioned optimization of the miner. Does anyone have detailed directions how to get primecoin-qt.exe on Windows, optimized? Thanks
newbie
Activity: 42
Merit: 0
July 09, 2013, 11:23:05 PM
#35
Heres how to mine primecoin in a few simple steps

1. Download the precompiled binaries or do a git clone and compile your own executables like how would be done to litecoin.

2 visit the appdata folder
Windows: press the windows key and R. After this type %appdata% and make a folder called primecoin. In this folder create the primecoin.conf file shown below.

Linux: visit the users home folder and press control and h to show hidden files. create a folder called primecoin and create primecoin.conf in that folder

primecoin.conf file
rpcuser=****username***
rpcpassword=****password***
rpcport=***any port(mine is 8001)****
gen=1


I created the primcoin.conf file in my primecoin folder (Just pasted stuff into notepad and saved in already existing primecoin folder from wallet installation).

Not sure what to put for rpcuser and rpc password. Also Not sure what to do after file is created.

I'm a complete novice at mining so any additional steps would be helpful.
user/pass for most users doesn't mean much, you can put whatever you want there. It's just if you use a program like cgminer, that's what info you put it. There's no external miners right now, so it doesn't matter much right now. Just put fill it in with whatever.

Once it's saved, this is the file that your client uses for its settings. Just start up your client and it will now mine (because of the gen=1 line in the .conf), that's it!
HOw can I tell if it's working?

Type "getmininginfo" into the Console (help>>Debug Window>>Console) If it says "generate" : true, and "primespersec" : something it is working.
sr. member
Activity: 422
Merit: 250
July 09, 2013, 11:09:13 PM
#34
Heres how to mine primecoin in a few simple steps

1. Download the precompiled binaries or do a git clone and compile your own executables like how would be done to litecoin.

2 visit the appdata folder
Windows: press the windows key and R. After this type %appdata% and make a folder called primecoin. In this folder create the primecoin.conf file shown below.

Linux: visit the users home folder and press control and h to show hidden files. create a folder called primecoin and create primecoin.conf in that folder

primecoin.conf file
rpcuser=****username***
rpcpassword=****password***
rpcport=***any port(mine is 8001)****
gen=1


I created the primcoin.conf file in my primecoin folder (Just pasted stuff into notepad and saved in already existing primecoin folder from wallet installation).

Not sure what to put for rpcuser and rpc password. Also Not sure what to do after file is created.

I'm a complete novice at mining so any additional steps would be helpful.
user/pass for most users doesn't mean much, you can put whatever you want there. It's just if you use a program like cgminer, that's what info you put it. There's no external miners right now, so it doesn't matter much right now. Just put fill it in with whatever.

Once it's saved, this is the file that your client uses for its settings. Just start up your client and it will now mine (because of the gen=1 line in the .conf), that's it!
HOw can I tell if it's working?
full member
Activity: 224
Merit: 100
July 09, 2013, 01:25:44 PM
#33
I have Primecoin running full load on the CPU and GUIminer running full load on the GPU's.  I did have a couple of computers restart yesterday doing this, no problems in the last 24 hours with the computer fans all cranked up.
newbie
Activity: 40
Merit: 0
July 09, 2013, 01:21:21 PM
#32
hi to all Smiley

then primecoin works just with cpu or with gpu too?

Im confused  Grin
sr. member
Activity: 294
Merit: 250
July 09, 2013, 07:02:37 AM
#30
will there be a mac os x client in near future?
full member
Activity: 322
Merit: 113
Sinbad Mixer: Mix Your BTC Quickly
July 09, 2013, 06:18:47 AM
#29
Heres how to mine primecoin in a few simple steps

1. Download the precompiled binaries or do a git clone and compile your own executables like how would be done to litecoin.

2 visit the appdata folder
Windows: press the windows key and R. After this type %appdata% and make a folder called primecoin. In this folder create the primecoin.conf file shown below.

Linux: visit the users home folder and press control and h to show hidden files. create a folder called primecoin and create primecoin.conf in that folder

primecoin.conf file
rpcuser=****username***
rpcpassword=****password***
rpcport=***any port(mine is 8001)****
gen=1


I created the primcoin.conf file in my primecoin folder (Just pasted stuff into notepad and saved in already existing primecoin folder from wallet installation).

Not sure what to put for rpcuser and rpc password. Also Not sure what to do after file is created.

I'm a complete novice at mining so any additional steps would be helpful.
user/pass for most users doesn't mean much, you can put whatever you want there. It's just if you use a program like cgminer, that's what info you put it. There's no external miners right now, so it doesn't matter much right now. Just put fill it in with whatever.

Once it's saved, this is the file that your client uses for its settings. Just start up your client and it will now mine (because of the gen=1 line in the .conf), that's it!
member
Activity: 97
Merit: 10
July 09, 2013, 06:12:15 AM
#28
Thanks!  This helped out.  I disabled one of my 8 cores and cgminer is running at full speed!

If I have and I7 3770K and also a GPU 7970.  Could I run the Primecoin miner and also cgminer?   One mining primecoin and cgminer mining another Alt Coin?
Yes, though one may throttle the other. My general rule on my rigs is to mine with your CPU cores - 1. If you have 4 cores, mine with 3. It'll keep your cgminer chugging along at full (or near full) speed and you'll still be able to mine with the CPU.
sr. member
Activity: 422
Merit: 250
July 09, 2013, 06:02:16 AM
#27
Heres how to mine primecoin in a few simple steps

1. Download the precompiled binaries or do a git clone and compile your own executables like how would be done to litecoin.

2 visit the appdata folder
Windows: press the windows key and R. After this type %appdata% and make a folder called primecoin. In this folder create the primecoin.conf file shown below.

Linux: visit the users home folder and press control and h to show hidden files. create a folder called primecoin and create primecoin.conf in that folder

primecoin.conf file
rpcuser=****username***
rpcpassword=****password***
rpcport=***any port(mine is 8001)****
gen=1


I created the primcoin.conf file in my primecoin folder (Just pasted stuff into notepad and saved in already existing primecoin folder from wallet installation).

Not sure what to put for rpcuser and rpc password. Also Not sure what to do after file is created.

I'm a complete novice at mining so any additional steps would be helpful.
hero member
Activity: 770
Merit: 500
July 09, 2013, 05:53:51 AM
#26
If I have and I7 3770K and also a GPU 7970.  Could I run the Primecoin miner and also cgminer?   One mining primecoin and cgminer mining another Alt Coin?

I'm mining LTC with Guiminer-Scrypt and Primecoins with qt on the CPU. 2 Days now and still no problems.
full member
Activity: 322
Merit: 113
Sinbad Mixer: Mix Your BTC Quickly
July 09, 2013, 05:50:17 AM
#25
If I have and I7 3770K and also a GPU 7970.  Could I run the Primecoin miner and also cgminer?   One mining primecoin and cgminer mining another Alt Coin?
Yes, though one may throttle the other. My general rule on my rigs is to mine with your CPU cores - 1. If you have 4 cores, mine with 3. It'll keep your cgminer chugging along at full (or near full) speed and you'll still be able to mine with the CPU.
member
Activity: 97
Merit: 10
July 09, 2013, 05:40:37 AM
#24
If I have and I7 3770K and also a GPU 7970.  Could I run the Primecoin miner and also cgminer?   One mining primecoin and cgminer mining another Alt Coin?
Pages:
Jump to: