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

Activity: 840
Merit: 500


View Profile
April 20, 2015, 09:06:57 PM
 #41

Anyone calculated how much are total coins ?

Code:
PoW supply 433800

This is after block 9000, probably a little less since PoS kicks in @ block 7200.

1714518474
Hero Member
*
Offline Offline

Posts: 1714518474

View Profile Personal Message (Offline)

Ignore
1714518474
Reply with quote  #2

1714518474
Report to moderator
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
whatdidshedo
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
April 20, 2015, 09:08:02 PM
 #42

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 ?


lol i meant how translate website to http:1.234.65.99:00

wurstgelee
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


View Profile
April 20, 2015, 09:08:29 PM
 #43

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.

Code:
X11
0.37725 BTC
Per Gh per day
186.25 Mh/s
currently rented
19.1 Gh/s
available

There are almost NONE rented.

You are either blind or lying.

EmpoEX
Sr. Member
****
Offline Offline

Activity: 419
Merit: 264


View Profile
April 20, 2015, 09:09:30 PM
 #44

Welcome on EmpoEX.


https://empoex.com/trade/LUX-BTC

Code:
[url=https://empoex.com/trade/LUX-BTC][img width=300]https://i.imgur.com/HTfbFXl.png[/img][/url]

Happy trading!

If you use twitter, RT:

https://twitter.com/EmpoExchange/status/590260420415516672
BitLux (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 20, 2015, 09:13:47 PM
 #45

Welcome on EmpoEX.

https://i.imgur.com/HTfbFXl.png
https://empoex.com/trade/LUX-BTC

Code:
[url=https://empoex.com/trade/LUX-BTC][img width=300]https://i.imgur.com/HTfbFXl.png[/img][/url]

Happy trading!

If you use twitter, RT:

https://twitter.com/EmpoExchange/status/590260420415516672


added  Wink
ocminer
Legendary
*
Offline Offline

Activity: 2660
Merit: 1240



View Profile WWW
April 20, 2015, 09:15:51 PM
 #46

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 ?


lol i meant how translate website to http:1.234.65.99:00

Ah, now I know what you mean Smiley

This does not work as the servers have multiple virtual hosts on one IP, but I'm working on something similar like suchpool, will post soon (suprnova.cc/coinname) !

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

Activity: 924
Merit: 1000


Bitfarms.io


View Profile WWW
April 20, 2015, 09:18:17 PM
 #47

Well, we tried Smiley

We invite you to move your hash away, you won't get anything for your rentals on SuchPool given we can't kick blocks at that diff.

Bitfarms.io - Powering Blockchains with Sustainable Energy
whatdidshedo
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
April 20, 2015, 09:19:01 PM
 #48

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 ?


lol i meant how translate website to http:1.234.65.99:00

Ah, now I know what you mean Smiley

This does not work as the servers have multiple virtual hosts on one IP, but I'm working on something similar like suchpool, will post soon (suprnova.cc/coinname) !

i still have no idea why your site not working for me , i'm in US

whatdidshedo
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
April 20, 2015, 09:20:28 PM
 #49

Well, we tried Smiley

We invite you to move your hash away, you won't get anything for your rentals on SuchPool given we can't kick blocks at that diff.

i hear you i was only man on coin miners , let my rental expire no blocks 1gh on it , can' compete against all

Vilchaco
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250



View Profile
April 20, 2015, 09:20:45 PM
 #50

Altcoins are back, confirmed xD
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
April 20, 2015, 09:22:37 PM
 #51



This can be temporary logo.  Smiley
DirtyUniverse
Full Member
***
Offline Offline

Activity: 224
Merit: 100


All I want is a new CLEAN page for just to live!


View Profile
April 20, 2015, 09:25:36 PM
 #52



This can be temporary logo.  Smiley

Awesome.

Ok
kondiomir
Legendary
*
Offline Offline

Activity: 1568
Merit: 1000


Twitter @Acimirov


View Profile
April 20, 2015, 09:26:59 PM
 #53



This can be temporary logo.  Smiley

You've done it ? Smiley
EmpoEX
Sr. Member
****
Offline Offline

Activity: 419
Merit: 264


View Profile
April 20, 2015, 09:28:42 PM
 #54

Welcome on EmpoEX.


https://empoex.com/trade/LUX-BTC

Code:
[url=https://empoex.com/trade/LUX-BTC][img width=300]https://i.imgur.com/HTfbFXl.png[/img][/url]

Happy trading!

If you use twitter, RT:

https://twitter.com/EmpoExchange/status/590260420415516672


added  Wink

Thank you very much.
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
April 20, 2015, 09:28:49 PM
 #55

You've done it ? Smiley

I have some templates and just created version for this coin.  Smiley
But sometimes I made logo from zero.
BitLux (OP)
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
April 20, 2015, 09:39:47 PM
 #56

You've done it ? Smiley

I have some templates and just created version for this coin.  Smiley
But sometimes I made logo from zero.

Thanks, it looks great.

We will use it temporally until we are ready to update.
kondiomir
Legendary
*
Offline Offline

Activity: 1568
Merit: 1000


Twitter @Acimirov


View Profile
April 20, 2015, 09:43:36 PM
 #57

You've done it ? Smiley

I have some templates and just created version for this coin.  Smiley
But sometimes I made logo from zero.


Well,well hidden talent there. Screw mining go graphic design Smiley
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
April 20, 2015, 09:48:35 PM
 #58

Well,well hidden talent there. Screw mining go graphic design Smiley

I'm still an amateur and learning.  Smiley

{
"blocks" : 154,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 736.67505472,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 4400000000,
"netmhashps" : 19060.21245664,
"netstakeweight" : 0.00000000,
"errors" : "",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 9990000,
"testnet" : false
}
DirtyUniverse
Full Member
***
Offline Offline

Activity: 224
Merit: 100


All I want is a new CLEAN page for just to live!


View Profile
April 20, 2015, 09:53:30 PM
 #59

how to solo mine? I rent some rigs Cheesy

Ok
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
April 20, 2015, 09:54:35 PM
 #60

how to solo mine? I rent some rigs Cheesy

No sense to solo already.
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!