Pages:
Author

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

legendary
Activity: 1036
Merit: 1000
DARKNETMARKETS.COM
Code:
received block 53abc4b3bdd97c8923c3dc99b104123d992e03ade72559469733b918a52dffad
Committing 3 changed transactions to coin database...
SetBestChain: new best=53abc4b3bdd97c8923c3dc99b104123d992e03ade72559469733b918a52dffad  height=68336  difficulty=8.989365 log2Work=22.588917  log2ChainWork=36.340584  tx=85191  date=2013-07-20 03:30:07 progress=0.001598
ProcessBlock: ACCEPTED
getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
CTxMemPool::accept() : accepted ab9cd68be05c660b91b96c42a34c0678330c448f688bd01dde1b7a5e39a2a6d4 (poolsz 1)
received block 3bed147e1f0541953fdeca7fa1b3cc201bfcd85ebc7593297d8480173cef4f93
Committing 5 changed transactions to coin database...
SetBestChain: new best=3bed147e1f0541953fdeca7fa1b3cc201bfcd85ebc7593297d8480173cef4f93  height=68337  difficulty=8.9893658 log2Work=22.588943  log2ChainWork=36.340689  tx=85193  date=2013-07-20 03:30:36 progress=0.001598
2013-07-20 03:30:38 primemeter     80622 prime/h    558983 test/h
ProcessBlock: ACCEPTED
getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
received block a9bab666600487cc1ade2d4b9575ec9ec8e663a1e9f6af6e7bd49a1a174e464f
Committing 1 changed transactions to coin database...
SetBestChain: new best=a9bab666600487cc1ade2d4b9575ec9ec8e663a1e9f6af6e7bd49a1a174e464f  height=68338  difficulty=8.9893669 log2Work=22.588981  log2ChainWork=36.340793  tx=85194  date=2013-07-20 03:30:37 progress=0.001598
ProcessBlock: ACCEPTED
getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
Added 2 addresses from 94.23.192.222: 314 tried, 12205 new
Added 1 addresses from 184.73.83.7: 314 tried, 12205 new
received block 90dcaf0c503b611c7f90f7ad221206f26e5a5293f40cecd6663b417b1ce56500
Committing 1 changed transactions to coin database...
SetBestChain: new best=90dcaf0c503b611c7f90f7ad221206f26e5a5293f40cecd6663b417b1ce56500  height=68339  difficulty=8.989369 log2Work=22.589051  log2ChainWork=36.340898  tx=85195  date=2013-07-20 03:31:41 progress=0.001598
ProcessBlock: ACCEPTED
getblocks -1 to 0000000000000000000000000000000000000000000000000000000000000000 limit 500
Added 1 addresses from 76.118.177.28: 314 tried, 12205 new

What's that is mean all this "getblocks -1 to 00000000000 limit 500"?
sr. member
Activity: 378
Merit: 250
Is there no way to set the sievesize using the debug window console? I am not running this from command line.

Add it to your .conf file.
Don't have a .conf file.

Start menu, type %appdata%, hit enter (assuming win 7).
Go to primecoin folder, there create a txt document.
Name it, primecoin.conf (remove the .txt extension), edit it with right click.
Type the following lines inside:

server=1
sievesize=2000000
gen=1
rpcuser=whateveryouwant
rpcpassword=whateveryouwant
genproclimit=-1

Save it, and run primecoin-qt, it'll start mining right away. Tweak the sieve as you wish.

Alright, I was trying to avoid fooling with a .conf file but if its the only way...

Edit: .conf file doesn't work. Is there no command for the console window? How can you set the generate and everything else there but not the sievesize? Cause it really seems to me that there is just something wrong with the way I am mining rather than my pps. With others getting consistent results every day or every other day at the same pps as me, I have to have a setting wrong which is just producing trash results.

Edit: I got it working after saving the .conf file like 20 times under "All files".
hero member
Activity: 812
Merit: 1000
Is there no way to set the sievesize using the debug window console? I am not running this from command line.

Add it to your .conf file.
Don't have a .conf file.

Start menu, type %appdata%, hit enter (assuming win 7).
Go to primecoin folder, there create a txt document.
Name it, primecoin.conf (remove the .txt extension), edit it with right click.
Type the following lines inside:

server=1
sievesize=2000000
gen=1
rpcuser=whateveryouwant
rpcpassword=whateveryouwant
genproclimit=-1

Save it, and run primecoin-qt, it'll start mining right away. Tweak the sieve as you wish.
sr. member
Activity: 378
Merit: 250
Is there no way to set the sievesize using the debug window console? I am not running this from command line.

Add it to your .conf file.
Don't have a .conf file.
legendary
Activity: 1554
Merit: 1222
brb keeping up with the Kardashians
Is there no way to set the sievesize using the debug window console? I am not running this from command line.

Add it to your .conf file.

What's the syntax?
hero member
Activity: 860
Merit: 1004
BTC OG and designer of the BitcoinMarket.com logo
Is there no way to set the sievesize using the debug window console? I am not running this from command line.

Add it to your .conf file.
sr. member
Activity: 378
Merit: 250
Is there no way to set the sievesize using the debug window console? I am not running this from command line.
legendary
Activity: 1066
Merit: 1098
OK, Thanks.  What does "Currentblocktx" : 0 mean?

I'm gonna guess that it's the number of transactions currently associated with the block...
sr. member
Activity: 378
Merit: 250
OK, Thanks.  What does "Currentblocktx" : 0 mean?
legendary
Activity: 1205
Merit: 1010
today XPM/BTC had more trading volume than LTC/BTC !!! thats insane Smiley
http://www.cryptocoincharts.info/#jump-xpm-btc

The stats for xpm seems off there, right now the volume on xpm from the 4 exchanges webpage:

Code:
mcxnow:   80k xpm / 1100 btc
cryptsy:  45k xpm /
coins-e:  25k xpm /
vircurex:         / 180 btc

Still the total is over 2000 btc though.
legendary
Activity: 1904
Merit: 1002
is it okay to use the same wallet.dat on all my mining rigs and mine at the same time?

It will be okay until you get past your keypool (default of 100 addresses).  After that, the wallet files will diverge and start using independent keys.
hero member
Activity: 924
Merit: 1005
Product Marketing & Promotion / Software Developer
I have given up mining and instead just started buying.
sr. member
Activity: 406
Merit: 250
Is there a hardware comparison chart yet? I'm hitting around 6200 PPS with an AMD Phenom II x4 960T (unlocked to 6 cores).

That's a great idea. Although PPS varies a lot and is kind of a meaningless measure, considering it varies by client and seivesize.
sr. member
Activity: 435
Merit: 250
I havent been able to mine any xpm at all Sad
legendary
Activity: 1554
Merit: 1222
brb keeping up with the Kardashians
Is there a hardware comparison chart yet? I'm hitting around 6200 PPS with an AMD Phenom II x4 960T (unlocked to 6 cores).
hero member
Activity: 905
Merit: 1001
today XPM/BTC had more trading volume than LTC/BTC !!! thats insane Smiley
http://www.cryptocoincharts.info/#jump-xpm-btc
sr. member
Activity: 378
Merit: 250
OK, Thanks.  What does "Currentblocktx" : 0 mean?
full member
Activity: 420
Merit: 100
is it okay to use the same wallet.dat on all my mining rigs and mine at the same time?
newbie
Activity: 37
Merit: 0
Why does block generation remain 200%+ of the target rate?  Since diff isnt rising quickly now I assume new power no longer being added to the network at high rates.  so shouldn't the network have adjusted difficulty well enough by now to keep block generation close to target?

I'm going by cryptometer.org charts: http://cryptometer.org/primecoin_90_day_charts.html
legendary
Activity: 1066
Merit: 1098
I feel like I am not doing the mining correctly. Am I correct to be mining from within primecoin-qt through the debug window by simply setting "setgenerate true -1"?


That's correct.  You can type 'getprimespersecond' or 'getmininginfo' to make sure you are actually mining.  It varies a lot, and is not a good indicator of how fast you are mining, but as long as it's higher than zero, you should be ok.
Pages:
Jump to: