Author

Topic: [OLD] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 # - page 168. (Read 458255 times)

hero member
Activity: 737
Merit: 500
BTW did the pool just go down for some time as uptime is now about 3hrs where it was like 5 days before etc. ?

No significant downtime as far as I am aware:  http://stats.pingdom.com/4cr8bt233281/376272
hero member
Activity: 518
Merit: 500
Can anyone tell me what this means exactly?

"N9MJ9HJgpohZKW2E79Jr7zWZTnDMhA6rDn":{"balance":3978459462,"oldest":1320204828,"newest":1320527401.23},

I haven't received any payments.

[edit] Think I figured it out... 39.78 nmc balance.  I am so smrt.

Yes you are right. BTW did the pool just go down for some time as uptime is now about 3hrs where it was like 5 days before etc. ?
member
Activity: 112
Merit: 10
Can anyone tell me what this means exactly?

"N9MJ9HJgpohZKW2E79Jr7zWZTnDMhA6rDn":{"balance":3978459462,"oldest":1320204828,"newest":1320527401.23},

I haven't received any payments.

[edit] Think I figured it out... 39.78 nmc balance.  I am so smrt.
member
Activity: 95
Merit: 10
I registered my NMC address 3 weeks ago, since then I received 2 payments into my NMC wallet, but now for a long time no payment and I don't see my address in http://eligius.st/~luke-jr/raw/5/NMC/balances.json

Is it normal?

Sry for mby dumb question and thx for any answer

I registered my name coin address a couple days ago, I also do not see it in the file.
legendary
Activity: 1708
Merit: 1020
if I do not mine for a while so the pool forgets my bitcoin address and then come back will I have to reregister the namecoin address? Is there any way to check the connected namecoin address?


thanks for your help, though you did not quite give me the answer I was looking for.

I will just assume the namecoin address is connected to the bitcoin address forever and check it after the next nmc payout.

newbie
Activity: 29
Merit: 0
I registered my NMC address 3 weeks ago, since then I received 2 payments into my NMC wallet, but now for a long time no payment and I don't see my address in http://eligius.st/~luke-jr/raw/5/NMC/balances.json

Is it normal?

Sry for mby dumb question and thx for any answer
sr. member
Activity: 252
Merit: 250
If you want to check you NMC stats and don't natively read json, you can use the following Python script (5 minutes hack, only tested on Linux, no warranties). Write your own address, of course.

Code:
#!/usr/bin/env python

import json, urllib2, datetime

address = 'YOUR-NMC-ADDRESS'
url = 'http://eligius.st/~luke-jr/raw/5/NMC/balances.json'

data = json.load(urllib2.urlopen(url, timeout=5))
print "Address  : " + address
print "Balance  : " + str(data[address]['balance']/100000000.0)
print "Everpaid : " + str(data[address]['everpaid']/100000000.0)
print "Oldest   : " + str(datetime.datetime.fromtimestamp(data[address]['oldest']))
print "Newest   : " + str(datetime.datetime.fromtimestamp(data[address]['newest']))
hero member
Activity: 714
Merit: 500
if I do not mine for a while so the pool forgets my bitcoin address and then come back will I have to reregister the namecoin address? Is there any way to check the connected namecoin address?


check this out:
http://eligius.st/~luke-jr/nmc-register.suphp
legendary
Activity: 1708
Merit: 1020
if I do not mine for a while so the pool forgets my bitcoin address and then come back will I have to reregister the namecoin address? Is there any way to check the connected namecoin address?
full member
Activity: 168
Merit: 100
I just consider NMC reward as a gift.

Well not when it goes down LOL. Any idea why this is happening ?

How did you check your NMC balance?
hero member
Activity: 518
Merit: 500
I just consider NMC reward as a gift.

Well not when it goes down LOL. Any idea why this is happening ?
hero member
Activity: 714
Merit: 500
I just consider NMC reward as a gift.
hero member
Activity: 518
Merit: 500
I believe NMC is paid out when your balance is over 42.xx NMC


Yes but why did my balance decreases when I mine etc. ?
full member
Activity: 168
Merit: 100
I believe NMC is paid out when your balance is over 42.xx NMC
donator
Activity: 229
Merit: 106
May be. In my case, everpaid match my wallet balance and value of balance grow as I mine.
hero member
Activity: 518
Merit: 500
what is the value of everpaid right after balance?

There seems to be none. Maybe because I just registered my NMC address ?
donator
Activity: 229
Merit: 106
what is the value of everpaid right after balance?
hero member
Activity: 518
Merit: 500
donator
Activity: 229
Merit: 106
hero member
Activity: 518
Merit: 500
It means you have 8.59040062 NMC balance

OK that is very nice ! Loving Eligius so far. Solo merged mining should be even better etc. Eligius is certainly better than deepbit or slush ( both of which I have tried ). Nice work Luke. God bless you man !

Very strange thing is going on here. It seems now that after like 4 hours have passed my NMC balance is 472264280 where it was much higher before. How can a balance decrease if I am still mining Huh
Jump to: