Bitcoin Forum
May 09, 2024, 04:59:18 PM *
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 »
  Print  
Author Topic: [20 gh] NMCBit pool 3% fee prop 6.6% PPS  (Read 63610 times)
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
November 09, 2011, 06:43:32 PM
 #661

Looks like trying to withdraw NMC causes page to keep "loading" but, fails to "404 Not Found".  My NMC balance never changed.

Trying to withdraw BTC...same effect as NMC...except now my balance is 0.

=/
That was easy, I deleted the web site from the security group to access the coin daemons (it explains other issues I was seeing).   Your balance should not be zero because it would have failed to check if there was enough NMC.  Well if it truly failed to send and reduced your balance there will be no Tx number let me know if you see a Tx number for the NMC withdrawal.

If you don't I will delete the withdrawal record and you will be good to go.

Let me know your username as well.

Cheers

Davinci
1715273958
Hero Member
*
Offline Offline

Posts: 1715273958

View Profile Personal Message (Offline)

Ignore
1715273958
Reply with quote  #2

1715273958
Report to moderator
1715273958
Hero Member
*
Offline Offline

Posts: 1715273958

View Profile Personal Message (Offline)

Ignore
1715273958
Reply with quote  #2

1715273958
Report to moderator
1715273958
Hero Member
*
Offline Offline

Posts: 1715273958

View Profile Personal Message (Offline)

Ignore
1715273958
Reply with quote  #2

1715273958
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715273958
Hero Member
*
Offline Offline

Posts: 1715273958

View Profile Personal Message (Offline)

Ignore
1715273958
Reply with quote  #2

1715273958
Report to moderator
Eveofwar
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
November 09, 2011, 06:58:33 PM
 #662

Looks like trying to withdraw NMC causes page to keep "loading" but, fails to "404 Not Found".  My NMC balance never changed.

Trying to withdraw BTC...same effect as NMC...except now my balance is 0.

=/
That was easy, I deleted the web site from the security group to access the coin daemons (it explains other issues I was seeing).   Your balance should not be zero because it would have failed to check if there was enough NMC.  Well if it truly failed to send and reduced your balance there will be no Tx number let me know if you see a Tx number for the NMC withdrawal.

If you don't I will delete the withdrawal record and you will be good to go.

Let me know your username as well.

Cheers

Davinci

My balance for BTC is now 0, NMC has not changed.  Hitting withdraw on either NMC or BTC has the same effect...page spins...fails to load.  Only difference between the two is that the BTC balance is now 0and is showing a Tx payment, but no Txid.  NMC balance does not change on withdraw, but BTC went to 0.  No transaction pending in my client or on bitcoincharts.

PM sent for username.
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
November 09, 2011, 07:06:19 PM
 #663

My balance for BTC is now 0, NMC has not changed.  Hitting withdraw on either NMC or BTC has the same effect...page spins...fails to load.  Only difference between the two is that the BTC balance is now 0and is showing a Tx payment, but no Txid.  NMC balance does not change on withdraw, but BTC went to 0.  No transaction pending in my client or on bitcoincharts.

PM sent for username.

You should be good now. 

Sorry for all the trouble.

Davinci
Clipse
Hero Member
*****
Offline Offline

Activity: 504
Merit: 502


View Profile
November 09, 2011, 07:36:47 PM
 #664

great, i knew it would get resolved eitherway Wink

...In the land of the stale, the man with one share is king... >> Clipse

We pay miners at 130% PPS | Signup here : Bonus PPS Pool (Please read OP to understand the current process)
Eveofwar
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
November 09, 2011, 08:12:59 PM
 #665

My balance for BTC is now 0, NMC has not changed.  Hitting withdraw on either NMC or BTC has the same effect...page spins...fails to load.  Only difference between the two is that the BTC balance is now 0and is showing a Tx payment, but no Txid.  NMC balance does not change on withdraw, but BTC went to 0.  No transaction pending in my client or on bitcoincharts.

PM sent for username.

You should be good now. 

Sorry for all the trouble.

Davinci

Confirmed.

Able to withdraw both BTC and NMC...no more timing out.

+1
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
November 11, 2011, 01:33:43 PM
 #666

It would seem these blocks where not paid proportionally yet...
2011-11-11 10:41:51   509,541   1   03:28:23 hours
2011-11-11 07:13:28   149,399   16   01:08:51 hours
2011-11-11 06:04:37   1,508,424   24   28:08:10 hours

fixing....
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
November 11, 2011, 02:33:32 PM
 #667

I have shut down payouts for BTC for now as the following query keeps failing for proportional payouts...

Code:
                INSERT INTO btc_balance (balance_user_id, balance, block_id, shares, pps, ppsamount)
                    SELECT u.user_id, sum(wh.shares)/lShares * lBlockAmount as balance, lBlock_id, sum(wh.shares) as shares, 0 as pps, 0 as ppsamount
                        FROM user u, pool_worker pw, workerhistory wh
                        WHERE u.user_id = pw.user_id AND pw.pool_worker_id = wh.worker_id AND
                            wh.block_id = lBlock_id and wh.chain_id = aBlockChain AND pw.pps = 0
                        GROUP BY u.user_id;


Yet PPS works fine and so does NMC payouts yet they have the exact same query here is the btc PPS query that works...

Code:
                INSERT INTO btc_balance (balance_user_id, balance, block_id, shares, pps, ppsamount)
                    SELECT u.user_id, sum(wh.shares) * lPPSAmount as balance, lBlock_id, sum(wh.shares) as shares, 1 as pps, lPPSAmount as ppsamount
                        FROM user u, pool_worker pw, workerhistory wh
                        WHERE u.user_id = pw.user_id AND pw.pool_worker_id = wh.worker_id AND
                              wh.block_id = lBlock_id and wh.chain_id = aBlockChain AND pw.pps = 1
                        GROUP BY u.user_id;

I'm staring at the code looking for the flaw if it works for PPS it should work for prop but it does not when I manually do it by replacing the variables with live data it works.

Also the failed result is even stranger...  the sum of all works and shares are inserted into balance_user_id number 0 (zero) and the sum of the shares are correct but not the sum of the balance so I know for sure the workerhistory table is correct at the time the query.   Also PPS insert is executed after Porp query is executed. 

At first I thought that I was using the user_id column in workerhistory that happens to be 0 (zero) but I am not look at the code.      Writing this out has helped I'm going to look at the ACTUAL stored procedure in the database see if it's different.

Thanks for reading my problem solving process if you see anything let me know.

Instant balance update has been a bitch.

martychubbs
Hero Member
*****
Offline Offline

Activity: 742
Merit: 503


View Profile
November 11, 2011, 03:12:31 PM
 #668

My balance for BTC is now 0, NMC has not changed.  Hitting withdraw on either NMC or BTC has the same effect...page spins...fails to load.  Only difference between the two is that the BTC balance is now 0and is showing a Tx payment, but no Txid.  NMC balance does not change on withdraw, but BTC went to 0.  No transaction pending in my client or on bitcoincharts.

PM sent for username.

You should be good now. 

Sorry for all the trouble.

Davinci

Confirmed.

Able to withdraw both BTC and NMC...no more timing out.

+1

Both NMC and BTC are limited.  seems to be intermittent


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




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




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

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

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

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







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








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

       ▄██▄
       ▀██▀

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


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

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

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

██ ██ ██ ██

   ██ ██ ██

      ██ ██

      ██ ██
   
Homepage

      ██ ██

      ██ ██

   ██ ██ ██

██ ██ ██ ██
   
White Paper
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
November 11, 2011, 03:17:52 PM
 #669

Both NMC and BTC are limited.  seems to be intermittent

Are you having problems, I fixed that issue are you saying you did not get paid or what please give details.
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
November 11, 2011, 03:31:41 PM
 #670

Writing this out has helped I'm going to look at the ACTUAL stored procedure in the database see if it's different.

I was right on the money the ACTUAL stored procedure running was incorrect!

Fast BTC payout enabled again!
 Grin
martychubbs
Hero Member
*****
Offline Offline

Activity: 742
Merit: 503


View Profile
November 11, 2011, 05:41:33 PM
 #671

Both NMC and BTC are limited.  seems to be intermittent

Are you having problems, I fixed that issue are you saying you did not get paid or what please give details.

"Only one payments allowed per day" which I am getting for both BTC and NMC... proportional payout issue you are having as previously posted?


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




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




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

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

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

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







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








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

       ▄██▄
       ▀██▀

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


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

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

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

██ ██ ██ ██

   ██ ██ ██

      ██ ██

      ██ ██
   
Homepage

      ██ ██

      ██ ██

   ██ ██ ██

██ ██ ██ ██
   
White Paper
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
November 11, 2011, 06:00:25 PM
 #672

"Only one payments allowed per day" which I am getting for both BTC and NMC...

Normal operations to reduce fees.

proportional payout issue you are having as previously posted?
The issues are all fixed now.

So did you not get your balance updated for a block if so which one.

If you did not receive payment after hitting instant payout let me know.

If receive 500 error after hitting instant payout please say so.

If you have none of those issues please detail what issue your are having.

Thanks

Davinci

Litt
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
November 18, 2011, 09:39:45 PM
 #673

Hey Davinci, I think your btc calculation may be having some issues again?

I was updated on my dashboard for both the payments on nmc blocks below as they should,

2011-11-18 18:35:30   134,296   16   01:01:09 hours
2011-11-18 17:34:21   154,492   26   01:12:45 hours

but the btc payment for block below has not updated on the dashboard yet.

2011-11-18 17:34:35   344,411   25   02:29:08 hours

Can you check if the payments are being made correctly?
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
November 19, 2011, 05:00:41 AM
 #674

Hey Davinci, I think your btc calculation may be having some issues again?

I was updated on my dashboard for both the payments on nmc blocks below as they should,

2011-11-18 18:35:30   134,296   16   01:01:09 hours
2011-11-18 17:34:21   154,492   26   01:12:45 hours

but the btc payment for block below has not updated on the dashboard yet.

2011-11-18 17:34:35   344,411   25   02:29:08 hours

Can you check if the payments are being made correctly?

Dam I thought it was fixed for good I will look at it, thanks for the heads up.
Clipse
Hero Member
*****
Offline Offline

Activity: 504
Merit: 502


View Profile
November 19, 2011, 01:24:36 PM
 #675

Same issue for me, no payout for last btc block.

...In the land of the stale, the man with one share is king... >> Clipse

We pay miners at 130% PPS | Signup here : Bonus PPS Pool (Please read OP to understand the current process)
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
November 19, 2011, 04:02:08 PM
 #676

Same issue for me, no payout for last btc block.
Yep, need to sleep working on it all day today if I have to sorry for all of this.  Looks like I will have to code in an alert system that emails me when this happens.
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
November 19, 2011, 05:02:51 PM
 #677

Same issue for me, no payout for last btc block.
The payout is set I am going to run some more tests this should not be happening.
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
November 23, 2011, 06:04:56 PM
 #678

Fee dropped to zero until further notice.
tinman951
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile
November 23, 2011, 11:07:29 PM
 #679

Fee dropped to zero until further notice.
Is that just the basic fee or the PPs fee as well? Because before it was about a total of 10% fees.
If so, that is all I needed to hear to start again.  Sorry the ghash is so low.

Free micro bitcoins: http://www.bitvisitor.com/?ref=1DFw1VncjVhqdg6GWoQ6Qtc5ncR5RHXxfP
Donate BTC: 18b94MMTWd7bWaUWcq7VHmizgswP2dK6fM
DavinciJ15 (OP)
Hero Member
*****
Offline Offline

Activity: 780
Merit: 510


Bitcoin - helping to end bankster enslavement.


View Profile WWW
November 24, 2011, 02:45:25 AM
 #680

Fee dropped to zero until further notice.
Is that just the basic fee or the PPs fee as well? Because before it was about a total of 10% fees.
If so, that is all I needed to hear to start again.  Sorry the ghash is so low.
The 3% fee is gone so there is a 6.6% fee on PPS.
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 »
  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!