ReCat
|
|
July 09, 2013, 04:20:29 PM |
|
big rigs are nerfed.
|
BTC: 1recatirpHBjR9sxgabB3RDtM6TgntYUW Hold onto what you love with all your might, Because you can never know when - Oh. What you love is now gone.
|
|
|
testz
Legendary
Offline
Activity: 1764
Merit: 1018
|
|
July 09, 2013, 04:21:38 PM |
|
Here is what I'm using to transfer the balances to my main wallet from my other instances every hour: #!/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: ./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.
|
|
|
|
vingaard
Legendary
Offline
Activity: 1246
Merit: 1011
|
|
July 09, 2013, 04:23:53 PM |
|
Here is what I'm using to transfer the balances to my main wallet from my other instances every hour: #!/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: ./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...
|
|
|
|
Ethera
Member
Offline
Activity: 69
Merit: 10
|
|
July 09, 2013, 04:45:19 PM |
|
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...
|
|
|
|
Arcas
|
|
July 09, 2013, 04:46:30 PM |
|
I found 3 blocks last night with my i7 3770. Yay I feel special.
|
|
|
|
Arcas
|
|
July 09, 2013, 04:49:39 PM |
|
Can someone tell me how to find your Pr/S? I don't know the command.
|
|
|
|
Beaflag VonRathburg
|
|
July 09, 2013, 04:50:29 PM |
|
Can someone tell me how to find your Pr/S? I don't know the command.
getprimespersec
|
|
|
|
bidji29
|
|
July 09, 2013, 04:51:15 PM |
|
I don't find a block for 5h30 and then i find two consecutive block!
|
|
|
|
shinkicker
|
|
July 09, 2013, 04:57:52 PM |
|
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
|
|
|
|
nullbitspectre1848
|
|
July 09, 2013, 04:59:02 PM |
|
I've been mining for 14 hours without a single thing........... If anyone cares to help me get going: AKavmUBtbZaqQtN4g5D4QUspdHjaE3MVdp
|
|
|
|
vingaard
Legendary
Offline
Activity: 1246
Merit: 1011
|
|
July 09, 2013, 05:06:51 PM |
|
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)
|
|
|
|
Carra23
Legendary
Offline
Activity: 980
Merit: 1000
Need a campaign manager? PM me
|
|
July 09, 2013, 05:08:35 PM |
|
Has the difficulty shot up? Haven't got anything for over a day.
|
|
|
|
Xaltotun
|
|
July 09, 2013, 05:09:11 PM |
|
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.
|
|
|
|
vingaard
Legendary
Offline
Activity: 1246
Merit: 1011
|
|
July 09, 2013, 05:09:38 PM |
|
Has the difficulty shot up? Haven't got anything for over a day.
write in Debug Window getdifficulty
|
|
|
|
Arcas
|
|
July 09, 2013, 05:12:53 PM |
|
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 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!
|
|
|
|
Plazma
|
|
July 09, 2013, 05:16:16 PM |
|
|
BTC: 1A1Mwjfw2mTko4N2UuVQ3RK4hXJunsPA3j XMP: AcT3PK4wofjCMt6irN4HXENUqPvoBJRWk3
|
|
|
nhminer
|
|
July 09, 2013, 05:17:01 PM |
|
Can someone "Prime" the pump for me...
AaNkbNUNMGWB1ptmxA4vgDLDagF2zZqT3G
|
BCH - 1EshwUEg9LRbY5WMSw7bkBGQUYQeenkcet
|
|
|
Entz
Full Member
Offline
Activity: 210
Merit: 100
I not use any kind of messenger beware of scammers
|
|
July 09, 2013, 05:18:05 PM |
|
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...
|
|
|
|
maco
|
|
July 09, 2013, 05:44:55 PM |
|
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... Does it even help for sure? what does maxsieve size do?
|
|
|
|
willphase
|
|
July 09, 2013, 05:48:20 PM |
|
I copy same wallet.dat to all computers and get all mined XMP into one wallet.
it's likely that after 100 blocks mined, the keys for the addresses of each mined block will start to diverge, since bitcoin (and probably primecoin) doesn't have deterministic wallets. Recommend that you keep all copies of all wallets that contain primecoins just incase this ever happens. Will
|
|
|
|
|