Pages:
Author

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

donator
Activity: 2352
Merit: 1060
between a rock and a block!
so I added NMC addy to my config yesterday for fun... nothing paid out yet however as of now.  how often are NMC paid out, any place I can see stats related to NMC?

Don't know your answer, but i think it is linked to your btc minimum payout option, i lowered that and then i started to receive nmc daily.

Also make sure that "NMC_Address=blablblahblah" is actually displayed on your my eligius page, near the submit changes button. I had to submit my info. a couple times to get it to work.
I definitely see the NMC addy here, where you set your options: http://eligius.st/~wizkid057/newstats/mystats.php?cmd=options

but when looking at my user stats page, only btc info is available, not NMC, but I suspect this is normal as not all features have been enabled yet...

I have the payout set to default, so does this mean that NMC will payout when their balance is equivalent to btc's minimum payout value?
legendary
Activity: 1063
Merit: 1048
so I added NMC addy to my config yesterday for fun... nothing paid out yet however as of now.  how often are NMC paid out, any place I can see stats related to NMC?

Don't know your answer, but i think it is linked to your btc minimum payout option, i lowered that and then i started to receive nmc daily.

Also make sure that "NMC_Address=blablblahblah" is actually displayed on your my eligius page, near the submit changes button. I had to submit my info. a couple times to get it to work.

I believe NMC payouts are still being done manually by Wizkid, and there is no regularity as to when he hits the payout button.
member
Activity: 108
Merit: 15
so I added NMC addy to my config yesterday for fun... nothing paid out yet however as of now.  how often are NMC paid out, any place I can see stats related to NMC?

Don't know your answer, but i think it is linked to your btc minimum payout option, i lowered that and then i started to receive nmc daily.

Also make sure that "NMC_Address=blablblahblah" is actually displayed on your my eligius page, near the submit changes button. I had to submit my info. a couple times to get it to work.
donator
Activity: 2352
Merit: 1060
between a rock and a block!
so I added NMC addy to my config yesterday for fun... nothing paid out yet however as of now.  how often are NMC paid out, any place I can see stats related to NMC?
hero member
Activity: 634
Merit: 500
the value of estimated total went back and not forward, my miner was always On with the Eligius Pool without any kind of modification.
I see this happening  alot of times, the Value is Higher in one moment and after a few minuts or hours is Lower.

You share of the payout (your estimated earnings) per block/over time will become lower as more people join the pool and/or add higher hash rate. The only way to keep your estimated earnings the same is to continuously increase your hash rate.

This holds true no matter what pool you are on.
member
Activity: 67
Merit: 10
in next technological revolution i will be there
Hi everyone,

I would like that someone can provide this information:


Yesterday at midnight i had this Stats information:

As of last block:             0.11139676 BTC   94.60%
Estimated Change:    +0.03508486 BTC   -0.03%
Estimated Total:      0.14648162 BTC   94.57%


today(after 10 hours) i have this:

As of last block:             0.10320620 BTC   95.08%
Estimated Change:    +0.03362026 BTC   +0.01%
Estimated Total:             0.13682646 BTC   95.09%


the value of estimated total went back and not forward, my miner was always On with the Eligius Pool without any kind of modification.
I see this happening  alot of times, the Value is Higher in one moment and after a few minuts or hours is Lower.

I would appreciate if someone can explain me this.

regards,
sr. member
Activity: 728
Merit: 253
A Blockchain Mobile Operator With Token Rewards
I have a Saturn, which we all know hashes around 250-280Gh/s. How often would I get paid and how much if I join this pool? This is why I haven't stayed with this pool because of the lack of info. BTC Guild kind of corners the market in everything you need on one page, and I'm looking for that type info if I tried to mine at Eligius.

Seriously? Like, you haven't tried going to the Eligius website?

I can understand your frustration...

1) you need to set up your miner first before you can click "my Eligius" and enter your bitcoin address.
2) at that point, you can see how much you're hashing and how much they're paying you.
3) you can also make changes, only if you know how to sign a message
4) you can also connect your name coin address - which i find makes next to nothing =(

Anyways, hope i was able to help... I recently found all this out through trial and error and testing out the miner.
legendary
Activity: 1274
Merit: 1000
Personal text my ass....
I have a Saturn, which we all know hashes around 250-280Gh/s. How often would I get paid and how much if I join this pool? This is why I haven't stayed with this pool because of the lack of info. BTC Guild kind of corners the market in everything you need on one page, and I'm looking for that type info if I tried to mine at Eligius.
member
Activity: 84
Merit: 10
From 8:00 AM CET my Bitfury  rig stop revive jobs from Eligius pool. Avalon rig in different  location/network stop work in this some time for few min. than  run smoothly till now.
On Bitfury I try different accounts, IP addresses, connect to other network, synchronize time, nothing work. When switch to others pools like slush, run without any problem.
The problem disappeared after 8 PM.
Maybe the reason was the daylight savings time change?
Same problem here, since two days. sometimes it works, sometimes dont. Can someone tell me what to do? I have no idea whats wrong. I use a 360GHash-rig.

Ciao

Enrico
hero member
Activity: 807
Merit: 500
They are also making payment to namecoin addresses with BTCe.
The problem with online wallet service addresses is that they don't necessarily support mining transactions.  That having been said, some transactions are manually sent, and sent transactions will be received at any wallet.  Because of this, you may well see some payments and not others on an online service and not know it.  That having been said, I don't know if they ever mine coins directly to NMC addreses the way they do to BTC addresses.
sr. member
Activity: 728
Merit: 253
A Blockchain Mobile Operator With Token Rewards
I can confirm they are making payment...just got my first one.  They are also making payment to namecoin addresses with BTCe.
legendary
Activity: 1063
Merit: 1048
And if the stats are down again for whatever reason, remember, the pool has a JSON API as well.

http://eligius.st/~luke-jr/raw/7/cppsrb.json
http://eligius.st/~luke-jr/raw/7/balances.json (big file, >3.5M)

Use something like

Code:
python -c 'import json, urllib2; print json.loads(urllib2.urlopen("http://eligius.st/~luke-jr/raw/7/cppsrb.json").read())["1AddiCt8ghkH8zwPpcv8W8SxcQEoGTSJFS"]'

or

Code:
python -c 'import json, urllib2; print json.loads(urllib2.urlopen("http://eligius.st/~luke-jr/raw/7/balances.json").read())["1AddiCt8ghkH8zwPpcv8W8SxcQEoGTSJFS"]'

to get your particulars.

Seems to return the same wrong values you see on the webpage when it's broken (like now).
full member
Activity: 139
Merit: 100
And if the stats are down again for whatever reason, remember, the pool has a JSON API as well.

http://eligius.st/~luke-jr/raw/7/cppsrb.json
http://eligius.st/~luke-jr/raw/7/balances.json (big file, >3.5M)

Use something like

Code:
python -c 'import json, urllib2; print json.loads(urllib2.urlopen("http://eligius.st/~luke-jr/raw/7/cppsrb.json").read())["1AddiCt8ghkH8zwPpcv8W8SxcQEoGTSJFS"]'

or

Code:
python -c 'import json, urllib2; print json.loads(urllib2.urlopen("http://eligius.st/~luke-jr/raw/7/balances.json").read())["1AddiCt8ghkH8zwPpcv8W8SxcQEoGTSJFS"]'

to get your particulars.
full member
Activity: 139
Merit: 100
When I tested out Eligius a few days ago and found out I did not like it I switched back to original pool. Right now I have a a very little amount of BTC that I earned on Eligius that I want to send to my wallet. How do I do this? I even checked the payout schedule/log and can't find anything there.

It will pay out after 7 days of no activity (activity includes shelves shares becoming active)
member
Activity: 93
Merit: 10
I have been showing this message for 3 days now:

Approximately 0.00000000 BTC remaining to enter payout queue. Maintaining your 3 hour hashrate average, this will take at least another a few seconds at current network difficulty of 390928787.64.

Is Eligius not paying anyone else out? I moved off and just left a single 333mh asicminer pointed at it incase they wouldn't payout unless I mined there.

1FYJhSxnBMc94jK1ZF8EgVoj4HD3GvTDa9
sr. member
Activity: 728
Merit: 253
A Blockchain Mobile Operator With Token Rewards
Can you change the min payout for name coin too?  I don't see it in the config?
sr. member
Activity: 447
Merit: 250
When I tested out Eligius a few days ago and found out I did not like it I switched back to original pool. Right now I have a a very little amount of BTC that I earned on Eligius that I want to send to my wallet. How do I do this? I even checked the payout schedule/log and can't find anything there.
It looks like the minimum for payout is 0.01048576.

You can set the payout by going to "My Eligius" page, then selecting "Configurable Options", then set the minimum payout and sign the message to save the new settings.
sr. member
Activity: 728
Merit: 253
A Blockchain Mobile Operator With Token Rewards
Thanks guys - wait...your post confuses me about name coin... so does that mean i can't merge mine?
legendary
Activity: 2576
Merit: 1186
Reminder: Whether it works in practice or not, exchange addresses have always been unsupported for mining to on Eligius. Namecoin is a domain name system, not a currency.
legendary
Activity: 1063
Merit: 1048
You will probably have to open an acct on BTC-E so you can have a Namecoin wallet address to enter in that field....that is probably the easiest place to sell them if that is your intention.



Or you can run the namecoin client, and get a namecoin address directly from it, the same as you would get a bitcoin address from your bitcoin client.
Pages:
Jump to: