Bitcoin Forum
May 05, 2024, 06:15:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 ... 200 »
  Print  
Author Topic: [OLD] Eligius: ASIC, no registration, no fee CPPSRB BTC + 105% PPS NMC, 877 #  (Read 458140 times)
bulanula
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
November 04, 2011, 09:33:10 AM
 #641

I just consider NMC reward as a gift.

Well not when it goes down LOL. Any idea why this is happening ?
1714889740
Hero Member
*
Offline Offline

Posts: 1714889740

View Profile Personal Message (Offline)

Ignore
1714889740
Reply with quote  #2

1714889740
Report to moderator
1714889740
Hero Member
*
Offline Offline

Posts: 1714889740

View Profile Personal Message (Offline)

Ignore
1714889740
Reply with quote  #2

1714889740
Report to moderator
1714889740
Hero Member
*
Offline Offline

Posts: 1714889740

View Profile Personal Message (Offline)

Ignore
1714889740
Reply with quote  #2

1714889740
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714889740
Hero Member
*
Offline Offline

Posts: 1714889740

View Profile Personal Message (Offline)

Ignore
1714889740
Reply with quote  #2

1714889740
Report to moderator
1714889740
Hero Member
*
Offline Offline

Posts: 1714889740

View Profile Personal Message (Offline)

Ignore
1714889740
Reply with quote  #2

1714889740
Report to moderator
1714889740
Hero Member
*
Offline Offline

Posts: 1714889740

View Profile Personal Message (Offline)

Ignore
1714889740
Reply with quote  #2

1714889740
Report to moderator
plastic.elastic
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
November 04, 2011, 09:37:20 AM
 #642

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?

Tips gladly accepted: 1LPaxHPvpzN3FbaGBaZShov3EFafxJDG42
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1019



View Profile
November 04, 2011, 09:45:41 AM
 #643

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?
finway
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
November 04, 2011, 10:10:04 AM
 #644

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

ovidiusoft
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
November 04, 2011, 06:00:29 PM
 #645

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']))
czebrda
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
November 04, 2011, 10:11:36 PM
 #646

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
phelix
Legendary
*
Offline Offline

Activity: 1708
Merit: 1019



View Profile
November 05, 2011, 08:02:10 AM
 #647

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.

Idzy
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
November 05, 2011, 02:38:05 PM
 #648

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.

Successful Transactions with: 21after2
Sargasm
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
November 05, 2011, 09:17:48 PM
 #649

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.
bulanula
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
November 06, 2011, 01:10:32 AM
 #650

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. ?
twmz
Hero Member
*****
Offline Offline

Activity: 737
Merit: 500



View Profile
November 06, 2011, 04:44:04 AM
 #651

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

Was I helpful?  1TwmzX1wBxNF2qtAJRhdKmi2WyLZ5VHRs
WoT, GPG

Bitrated user: ewal.
bulanula
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
November 06, 2011, 09:43:36 AM
Last edit: November 07, 2011, 01:16:05 PM by bulanula
 #652

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

Nice website. Never knew about it. Thanks.

BTW what is the minimum payout for NMC right now ? Is it 42 or 46 as claimed earlier or ... Huh
finway
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
November 08, 2011, 02:04:28 AM
Last edit: November 08, 2011, 01:44:37 PM by finway
 #653

These days cgminer shows  
" long poll failed for http://mining.eligius.st:8337/LP/, sleeping for 30s"
often , What's the problem?

-g 4

solved ,  "-g 4" cause that.

bulanula
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
November 08, 2011, 01:18:28 PM
 #654

So what is the NMC minimum payout value ?
sadpandatech
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
November 08, 2011, 01:31:44 PM
 #655

It's very recently done, but without a fee so we need to find the block to confirm it before it will show up.

Edit: Also, the minimum payout will be 42.94967296 NMC for now.
So what is the NMC minimum payout value ?

If you're not excited by the idea of being an early adopter 'now', then you should come back in three or four years and either tell us "Told you it'd never work!" or join what should, by then, be a much more stable and easier-to-use system.
- GA

It is being worked on by smart people.  -DamienBlack
martychubbs
Hero Member
*****
Offline Offline

Activity: 742
Merit: 503


View Profile
November 08, 2011, 06:48:33 PM
 #656

I've had a 1+ BTC for a day and have yet to get a payout.  I thought first block after ~.68, me gets payed?  What the haps on that?


              ▄▄▄▄▄▄▄▄
          ▄▄████████████▄▄
       ▄████████████████████▄
     ▄██████████████▀█████████▄
   ▄███████████████   ██████████▄
  ▐█████████████████   ██████████▌
 ▐█████████████████▀    ██████████▌
 ███████████████▀        ██████████
▐████████████▀     ▄███   █████████▌
████████████    ▄████▀██▄███████████
██████████▀██▄████▀    █████████████
█████████   ███▀     ▄██████████████
▐█████████        ▄████████████████▌
 ██████████    ▄███████████████████
 ▐██████████   ███████████████████▌
  ▐██████████   █████████████████▌
   ▀██████████▄█████████████████▀
     ▀████████████████████████▀
       ▀████████████████████▀
          ▀▀████████████▀▀
              ▀▀▀▀▀▀▀▀




     █
    ██
   ████
  ██▌███
 ▐██▌███▌
 ███ ██▀▌
 ▀██ █▄██
 █▄█ ███▀
 ▀██ ██▄█
 █▄█ ███▌
  ██▌███
  ▐█▌██
   ▐█▌
    █
    █
     ▀
 




░░██████
░░██████
░░██████

░░░░░░░░░░░██████
░░░░░░░░░░░██████
░░░░░░░░░░░██████

██████
██████
██████

░░░░░░░░░░░░░░░░░░░██████
░░░░░░░░░░░░░░░░░░░██████
░░░░░░░░░░░░░░░░░░░██████
 







        ▄▄██████▄▄
       ▐██▀    ▀██▌
       ██        ██
       ██        ██
       ██        ██
      ██████████████
      █████  ███████     ██ 
  ██  █  ████████  █ ██   
      ███████  █████    ██   
      ██████████████
 








▄██▄
▀██▀         ▄██▄
             ▀██▀

       ▄██▄
       ▀██▀

           ▄██▄
  ▄██▄     ▀██▀
  ▀██▀
 


           ▄▄█▄▄   ▄
█▄        ████████▀▄
███      █████████▀
▐███▄    ████████▌
▄▄█████▄▄▄███████▌
  ▀█████████████
  ▄▄██████████▀
    ▄████████▀
▀▀████████▀
    ▀▀▀
 

    ▄█▀▀ ▄▄▄▄▄▄ ▀▀█▄
   ▐█▄████████████▄█▌
  ▐██████████████████▌
  █████▀▀▀████▀▀▀█████
 █████     ██     █████
▐██████▄▄▄████▄▄▄██████▌
 ████▄▀▀▀██████▀▀▀▄████
  ▀▀████        ████▀▀
      ▀▀        ▀▀
 

         █▀▀▄▄▄█▄
         █    ▀█▀
       ▄▄█▄▄
▄██▄▄████████▄▄██▄
█████▀▀████▀▀█████
 ███▄  ▄██▄  ▄███
  ▀████▀██▀████▀
    ▀███▄▄███▀
       ▀▀▀▀

██ ██ ██ ██

   ██ ██ ██

      ██ ██

      ██ ██
   
Homepage

      ██ ██

      ██ ██

   ██ ██ ██

██ ██ ██ ██
   
White Paper
bulanula
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
November 08, 2011, 08:08:40 PM
 #657

I've had a 1+ BTC for a day and have yet to get a payout.  I thought first block after ~.68, me gets payed?  What the haps on that?

Same here mate. Payout queue is a bit odd. Got paid at around 1.1 BTC every time but now I am at 1.5 BTC and still not paid. LOL !
sadpandatech
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
November 08, 2011, 08:10:44 PM
 #658

I've had a 1+ BTC for a day and have yet to get a payout.  I thought first block after ~.68, me gets payed?  What the haps on that?

Same here mate. Payout queue is a bit odd. Got paid at around 1.1 BTC every time but now I am at 1.5 BTC and still not paid. LOL !

   Its a 'sliding' window, if you will, that your .68 needs to be in. Meaning that the block that put you over .68 has to be paid before it triggers your payment. The slider is usually a few blocks behind, more so for long rounds.  Hope that makes any sense. ;p

If you're not excited by the idea of being an early adopter 'now', then you should come back in three or four years and either tell us "Told you it'd never work!" or join what should, by then, be a much more stable and easier-to-use system.
- GA

It is being worked on by smart people.  -DamienBlack
plastic.elastic
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
November 09, 2011, 03:49:15 AM
 #659

I need help,

My HD is corrupted. The wallet i have backed up was from Nov 4th.

Can i still receive the coins from Nov 4?






Tips gladly accepted: 1LPaxHPvpzN3FbaGBaZShov3EFafxJDG42
iongchun
Member
**
Offline Offline

Activity: 75
Merit: 10


View Profile
November 09, 2011, 09:49:38 AM
 #660

I need help,

My HD is corrupted. The wallet i have backed up was from Nov 4th.

Can i still receive the coins from Nov 4?

As long as you generate the receiving address before Nov 4,
I think your coins will not be lost.

Bitcoin: 1NFMpJUW7sTKmnVKj12MxhPvCvzAKQ5gUV
Namecoin: N5Tnt3JyMeizsoAFAZDr7CSxjzDtPSisK8
Mining with P2Pool. Graph. Blocks.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 [33] 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 ... 200 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!