Bitcoin Forum
April 27, 2024, 10:18:28 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 »  All
  Print  
Author Topic: [ANN] BitLux [LUX] X11 | Web & Android Wallet | 132K LUX | NOW ON BITTREX |  (Read 30032 times)
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
April 20, 2015, 08:41:31 PM
 #21

yor link dead for me as well

Works fine for me. Check coinminers.
1714213108
Hero Member
*
Offline Offline

Posts: 1714213108

View Profile Personal Message (Offline)

Ignore
1714213108
Reply with quote  #2

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

Posts: 1714213108

View Profile Personal Message (Offline)

Ignore
1714213108
Reply with quote  #2

1714213108
Report to moderator
1714213108
Hero Member
*
Offline Offline

Posts: 1714213108

View Profile Personal Message (Offline)

Ignore
1714213108
Reply with quote  #2

1714213108
Report to moderator
1714213108
Hero Member
*
Offline Offline

Posts: 1714213108

View Profile Personal Message (Offline)

Ignore
1714213108
Reply with quote  #2

1714213108
Report to moderator
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
April 20, 2015, 08:42:45 PM
 #22

https://lux.suprnova.cc is now UP, please add to OP !

You forgot to add stratum to first page.  Wink
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
April 20, 2015, 08:44:26 PM
 #23

https://lux.suprnova.cc is now UP, please add to OP !

You forgot to add stratum to first page.  Wink

Added Smiley

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
whatdidshedo
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
April 20, 2015, 08:45:12 PM
Last edit: April 20, 2015, 08:55:24 PM by whatdidshedo
 #24

yor link dead for me as well

Works fine for me. Check coinminers.

i'm on it , thanks and  such pool no blocks as usual(for couple minutes i managed to stay on before kicked me out and nicehash canceled my order

so coin miners 3rd is the charm

PS: i like such pool my beef is with nicehash canceling my cheap fixed order

also being only worker on coin-miners doesn't look good for me lol

Starin
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


Infected Mushroom


View Profile WWW
April 20, 2015, 08:48:29 PM
 #25

Wow, someone with 5500 mhs already. I really started to think there are x11 asic miners that we don't know of. Tongue

ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
April 20, 2015, 08:50:01 PM
 #26

The Reward Schedule of this coin is pretty interesting:

Code:
  if (pindexBest->nHeight+1 <= 800)
    {
      nSubsidy = 44 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 1600)
    {
      nSubsidy = 33 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 2400)
    {
      nSubsidy = 25 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 3200)
    {
      nSubsidy = 19 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 4000)
    {
      nSubsidy = 14 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 4800)
    {
      nSubsidy = 10 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 5600)
    {
      nSubsidy = 8 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 6400)
    {
      nSubsidy = 6 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 7200)
    {
      nSubsidy = 4 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 9000)
    {
      nSubsidy = 1 * COIN;
      return nSubsidy + nFees;
    }

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
April 20, 2015, 08:51:51 PM
 #27

The Reward Schedule of this coin is pretty interesting:

Code:
  if (pindexBest->nHeight+1 <= 800)
    {
      nSubsidy = 44 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 1600)
    {
      nSubsidy = 33 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 2400)
    {
      nSubsidy = 25 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 3200)
    {
      nSubsidy = 19 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 4000)
    {
      nSubsidy = 14 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 4800)
    {
      nSubsidy = 10 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 5600)
    {
      nSubsidy = 8 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 6400)
    {
      nSubsidy = 6 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 7200)
    {
      nSubsidy = 4 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 9000)
    {
      nSubsidy = 1 * COIN;
      return nSubsidy + nFees;
    }

The early bird gets the worm.  Smiley
BitLux (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 20, 2015, 08:53:32 PM
 #28

Pools added to 1st post, thanks guys.

We are glad to see that we had a smooth launch, enjoy  Grin
xinbinbin
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
April 20, 2015, 08:54:16 PM
 #29

nice coin
wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
April 20, 2015, 08:54:32 PM
 #30

The Reward Schedule of this coin is pretty interesting:

Code:
  if (pindexBest->nHeight+1 <= 800)
    {
      nSubsidy = 44 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 1600)
    {
      nSubsidy = 33 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 2400)
    {
      nSubsidy = 25 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 3200)
    {
      nSubsidy = 19 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 4000)
    {
      nSubsidy = 14 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 4800)
    {
      nSubsidy = 10 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 5600)
    {
      nSubsidy = 8 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 6400)
    {
      nSubsidy = 6 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 7200)
    {
      nSubsidy = 4 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 9000)
    {
      nSubsidy = 1 * COIN;
      return nSubsidy + nFees;
    }

The early bird gets the worm.  Smiley

*chirp* *chirp*

Wink

ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
April 20, 2015, 08:55:03 PM
 #31

The Reward Schedule of this coin is pretty interesting:

Code:
  if (pindexBest->nHeight+1 <= 800)
    {
      nSubsidy = 44 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 1600)
    {
      nSubsidy = 33 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 2400)
    {
      nSubsidy = 25 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 3200)
    {
      nSubsidy = 19 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 4000)
    {
      nSubsidy = 14 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 4800)
    {
      nSubsidy = 10 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 5600)
    {
      nSubsidy = 8 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 6400)
    {
      nSubsidy = 6 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 7200)
    {
      nSubsidy = 4 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 9000)
    {
      nSubsidy = 1 * COIN;
      return nSubsidy + nFees;
    }

The early bird gets the worm.  Smiley

You've nailed it ;-)

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
xinbinbin
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
April 20, 2015, 08:57:55 PM
 #32

sell 200=0.35BTC,to pm Cool
whatdidshedo
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
April 20, 2015, 08:59:44 PM
 #33

The Reward Schedule of this coin is pretty interesting:

Code:
  if (pindexBest->nHeight+1 <= 800)
    {
      nSubsidy = 44 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 1600)
    {
      nSubsidy = 33 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 2400)
    {
      nSubsidy = 25 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 3200)
    {
      nSubsidy = 19 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 4000)
    {
      nSubsidy = 14 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 4800)
    {
      nSubsidy = 10 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 5600)
    {
      nSubsidy = 8 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 6400)
    {
      nSubsidy = 6 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 7200)
    {
      nSubsidy = 4 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 9000)
    {
      nSubsidy = 1 * COIN;
      return nSubsidy + nFees;
    }

The early bird gets the worm.  Smiley

You've nailed it ;-)


hey OC, how do i get those numbers from your site to try, like 1.255.565 that stuff

ihascryptos
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


Am i broke yet?


View Profile
April 20, 2015, 09:00:44 PM
 #34

All X11 rigs on both services were rented out by a handful of people an hour prior to launch. HUGE inside job. No profit to be seen here.  I advise Smallfish Crypto followers to pass on this.


I like tacos!
kondiomir
Legendary
*
Offline Offline

Activity: 1568
Merit: 1000


Twitter @Acimirov


View Profile
April 20, 2015, 09:03:00 PM
 #35

Anyone calculated how much are total coins ?
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
April 20, 2015, 09:04:20 PM
 #36

All X11 rigs on both services were rented out by a handful of people an hour prior to launch. HUGE inside job. No profit to be seen here.  I advise Smallfish Crypto followers to pass on this.

Many rigs are offline on miningrig rentals.

Rented not much

ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
April 20, 2015, 09:04:53 PM
 #37

The Reward Schedule of this coin is pretty interesting:

Code:
  if (pindexBest->nHeight+1 <= 800)
    {
      nSubsidy = 44 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 1600)
    {
      nSubsidy = 33 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 2400)
    {
      nSubsidy = 25 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 3200)
    {
      nSubsidy = 19 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 4000)
    {
      nSubsidy = 14 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 4800)
    {
      nSubsidy = 10 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 5600)
    {
      nSubsidy = 8 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 6400)
    {
      nSubsidy = 6 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 7200)
    {
      nSubsidy = 4 * COIN;
      return nSubsidy + nFees;
    }
    else if (pindexBest->nHeight+1 <= 9000)
    {
      nSubsidy = 1 * COIN;
      return nSubsidy + nFees;
    }

The early bird gets the worm.  Smiley

You've nailed it ;-)


hey OC, how do i get those numbers from your site to try, like 1.255.565 that stuff

Hmm.. I read this sentence now about 10 times.. But I honestly don't understand what you mean Smiley Can you explain ?

suprnova pools - reliable mining pools - #suprnova on freenet
https://www.suprnova.cc - FOLLOW us @ Twitter ! twitter.com/SuprnovaPools
wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
April 20, 2015, 09:05:19 PM
 #38

All X11 rigs on both services were rented out by a handful of people an hour prior to launch. HUGE inside job. No profit to be seen here.  I advise Smallfish Crypto followers to pass on this.



Bullshit. Still lots of rigs available @ betarigs.

louiseth1
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


Bitfarms.io


View Profile WWW
April 20, 2015, 09:06:20 PM
 #39

Hard to get blocks over here...

Bitfarms.io - Powering Blockchains with Sustainable Energy
ihascryptos
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


Am i broke yet?


View Profile
April 20, 2015, 09:06:40 PM
 #40

All X11 rigs on both services were rented out by a handful of people an hour prior to launch. HUGE inside job. No profit to be seen here.  I advise Smallfish Crypto followers to pass on this.



Bullshit. Still lots of rigs available @ betarigs.

I see what i see. You see what you see.  As for me i am not paying 4x inflated prices on whats left of the pickings.  thats what the team wants.

I like tacos!
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 »  All
  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!