Author

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

full member
Activity: 210
Merit: 100
I not use any kind of messenger beware of scammers
Here's a diff/patch I made off a freash git clone with the changes mentioned and some makefile changes I used.
Thanks! Works great. I left my max sieve size at 1000000u but otherwise applied what you had. Now to do some testing...
sr. member
Activity: 473
Merit: 250
Can someone "Prime" the pump for me...


AaNkbNUNMGWB1ptmxA4vgDLDagF2zZqT3G
full member
Activity: 224
Merit: 100
hero member
Activity: 1036
Merit: 524
I don't find a block for 5h30 and then i find two consecutive block!

Hope I get some luck. I have my i52500k running all 4 cores, my wifes pentium and a work laptop all churning away. Not a single block yet  Cry
Yeah, it's very random. I didn't find a block for about 8 hours on my i7 and then found two within 10 minutes. Good luck!
legendary
Activity: 1246
Merit: 1011
Has the difficulty shot up? Haven't got anything for over a day.

write in Debug Window

getdifficulty

sr. member
Activity: 371
Merit: 252
Heh, my old P4 2.6 Ghz machine found a block this morning. Been running it since launch along with my other spares. I'm up to about 100 coins so far between them all.
legendary
Activity: 980
Merit: 1000
Need a campaign manager? PM me
Has the difficulty shot up? Haven't got anything for over a day.
legendary
Activity: 1246
Merit: 1011
Ok!!... I think I got it... I think I have to sacrifice a virgin in a pyre meanwhile I performance a tribal dance in order to get more blocks... ok... so... I'll tell you the results in a while (when I can find a f***ing virgin... of course)  Grin
full member
Activity: 141
Merit: 100
I've been mining for 14 hours without a single thing........... Angry

If anyone cares to help me get going:

AKavmUBtbZaqQtN4g5D4QUspdHjaE3MVdp
full member
Activity: 140
Merit: 100
I don't find a block for 5h30 and then i find two consecutive block!

Hope I get some luck. I have my i52500k running all 4 cores, my wifes pentium and a work laptop all churning away. Not a single block yet  Cry
sr. member
Activity: 392
Merit: 250
I don't find a block for 5h30 and then i find two consecutive block!
sr. member
Activity: 472
Merit: 250
Can someone tell me how to find your Pr/S? I don't know the command.

getprimespersec
hero member
Activity: 1036
Merit: 524
Can someone tell me how to find your Pr/S? I don't know the command.
hero member
Activity: 1036
Merit: 524
I found 3 blocks last night with my i7 3770. Yay I feel special.
member
Activity: 69
Merit: 10
big rigs are nerfed.

so what you saying? it is actualy not about computing primes, but being equal? so how about this, you run your client and doesnt matter how fast you can compute, you just participate in lottery.. and those with bigger gear to compute, actually has a less chance to get anything.

yay, let me get my xt from the basement, should be a moneymaker!

what an idiocy...
legendary
Activity: 1246
Merit: 1011
Here is what I'm using to transfer the balances to my main wallet from my other instances every hour:
Code:
#!/usr/bin/env python

import subprocess
import sys
from decimal import Decimal

daemon, addr = sys.argv[1], sys.argv[2]

balance = Decimal(subprocess.check_output([daemon, 'getbalance']))

if balance > Decimal('1'):
    cansend = balance - Decimal('0.01')
    subprocess.check_call([daemon, 'sendtoaddress', addr, str(cansend)])

Run it with:
Code:
./bal.py ./primecoind YOURMAINADDRESS

while sleep 1h; do python ./bal.py ./primecoind YOURMAINADDRESS; done


Obviously first parameter is the path to primecoind, second parameter is the address to send XPMs to.

By the way it looks like the max fee (for fresh coins) is 0.01. Good.

I copy same wallet.dat to all computers and get all mined XMP into one wallet.

I've done the same...  Wink
legendary
Activity: 1764
Merit: 1018
Here is what I'm using to transfer the balances to my main wallet from my other instances every hour:
Code:
#!/usr/bin/env python

import subprocess
import sys
from decimal import Decimal

daemon, addr = sys.argv[1], sys.argv[2]

balance = Decimal(subprocess.check_output([daemon, 'getbalance']))

if balance > Decimal('1'):
    cansend = balance - Decimal('0.01')
    subprocess.check_call([daemon, 'sendtoaddress', addr, str(cansend)])

Run it with:
Code:
./bal.py ./primecoind YOURMAINADDRESS

while sleep 1h; do python ./bal.py ./primecoind YOURMAINADDRESS; done


Obviously first parameter is the path to primecoind, second parameter is the address to send XPMs to.

By the way it looks like the max fee (for fresh coins) is 0.01. Good.

I copy same wallet.dat to all computers and get all mined XMP into one wallet.
sr. member
Activity: 406
Merit: 250
member
Activity: 69
Merit: 10
same as here
{
"blocks" : 4903,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 46,
"pooledtx" : 0,
"testnet" : false
}

thats a 2 processor 6 core each server.. realy? that stat is after 2 hours hashing.. my lame i5 gives out this

{
"blocks" : 4906,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"errors" : "",
"generate" : true,
"genproclimit" : -1,
"primespersec" : 52,
"pooledtx" : 0,
"testnet" : false
}


this is a mistake or something? and those 2 processors 6 cores shows 100% constantly...

realy?
sr. member
Activity: 294
Merit: 250
whats wrong?

{
"blocks" : 4895,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"primespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}
Jump to: