Bitcoin Forum
October 03, 2025, 03:28:34 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 13, 2015, 02:36:48 AM
The correct block height is 1586.
Anyone who does not have that number please delete your blockchain and reconnect.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 12, 2015, 03:14:01 PM
luckysevensd getinfo
{
    "version" : 70707,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0,
    "blocks" : 1581,
    "timeoffset" : 0,
    "connections" : 4,
    "proxy" : "",
    "difficulty" : 0.21232926,
    "testnet" : false,
    "keypoololdest" : 1439188409,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : "Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may nee
d to upgrade."
}

Well the good news is that you are in sync with the main node.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 12, 2015, 05:49:06 AM
 

 
LuckySevens website screenshots.
Link below
http://LuckySevens.website



4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 12, 2015, 12:04:41 AM
hi friends,
following your comments today but I was unavailable to answer. Hopefully now we can shed some light on some of your questions or concerns.

According to the only block explorer left, at current block 879, money supply : 17779316.99993023
Remove premine: 17 777 777
We left with 1539 coins mined.
As of now only YoBit has 2000+ for sale at the lowest price.


P.S. Not even talking about 5.5k you already sold. LOL

I have explained our reason to keep a pre-mine amount and have been honest about this since the beginning.

What you mention is speculative talk based on your own opinion. First off, I personally do not own the full pre-mine. We are a team, 2 official and at least as much unofficial. Also, large bounties have been paid. Those who helped us get this project off the ground have received fair shares and there is more to come. That's what bounties are for.  The remaining supply goes to miner.

Who sell what at which price is their business.


Literally the same dev, look here - https://bitcointalk.org/index.php?topic=1148229.0

Same writing style and technique. (making a newb account with the coin name+Dev with small amounts of activity.)
DarkEther is the same scam.

Silly. Our graphics guy does better than that :p



That was going to be the name of our project, until we discovered them LK7...


We have yet to see those illusive 7, 77 blocks. I have only seen 2 of 777 so far. Considering every 7th block must be 7 coins, there is something definitely wrong in the code...

True, I was also expecting a bonus on average every 7th block.

Is this only BAD LUCK ?.. Here is the code.

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 0.7777777 * COIN;
int64 rRandy = rand() % 777 + 1;
    if(nHeight == 1) 
    {
        nSubsidy = 17777777 * COIN; //Pre-mine
    }
    else if(nHeight == 7) 
    {
        nSubsidy = 7 * COIN; //Hard coded bonus
    }
else if(nHeight == 77) 
    {
        nSubsidy = 77 * COIN; //Hard coded bonus
    }
else if(nHeight == 777) 
    {
        nSubsidy = 777 * COIN; //Hard coded bonus
    }
else if(nHeight == 7777) 
    {
        nSubsidy = 7777 * COIN; //Hard coded bonus
    }
else if(nHeight == 77777) 
    {
        nSubsidy = 77777 * COIN; //Hard coded bonus
    }
else if(nHeight == 777777) 
    {
        nSubsidy = 777777 * COIN; //Hard coded bonus
    }
else if(rRandy == 1) 
    {
        nSubsidy = 777777 * COIN; // 1 on 777 chances
    }
else if(rRandy <= 11) 
    {
        nSubsidy = 777 * COIN; // 1 on 77 chances
    }
else if(rRandy <= 111) 
    {
        nSubsidy = 7 * COIN; // 1 on 7 chances
    }

    return nSubsidy + nFees;
}



And finally, as a show of our hard work and dedication, here is the awesome LuckySevens website.

http://LuckySevens.website


5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 11, 2015, 03:34:29 AM
My nodes are still in sync at 547 right now. Looking into the issue with those 2 pools.
Suprnova @ 523


In my pool: 568

http://pool.rodlycirus.org/pool/L7S/
so is main node 568
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 11, 2015, 02:34:29 AM
My nodes are still in sync at 547 right now. Looking into the issue with those 2 pools.
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 11, 2015, 02:09:22 AM
All pools are back in sync.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 11, 2015, 01:40:20 AM
I didn't know. Thanks. I noted for the next update.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 11, 2015, 12:34:22 AM
LuckySevens [L7S] is listed: https://yobit.net/en/trade/L7S/BTC
LuckySevens Dice: https://yobit.net/en/dice/L7S
Added!
Thanks YoBit.Net
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 11, 2015, 12:14:56 AM
Why bounties are not listed ? Maybe i can do something to earn something, waiting for dev...

Things are going soo fast today have not yet found the time to list bounties. Let me know if there's anything you can do to help!

LuckySevens at LuckyFaucets.com
Up and running!

0.7777777 to 7 L7S

Every 7 hours
Added Smiley
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 10, 2015, 10:36:23 PM
Added. I thank you!
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 10, 2015, 03:58:57 PM

Added, thanks ocminer.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 10, 2015, 03:51:21 PM


Listed on Lumecamp Exchange!

BTC Market: https://lumecamp.com/market/L7S_BTC

Happy trading!

Added, thanks
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 10, 2015, 12:29:25 PM
i made logo and graphics, and i expect my bounty!
my recommendation to all is to make something for the coin to take bounties.


I noticed that, hard to not recognize your designs Wink




I can make a blockexplorer with richlist and marketstab (when added to a market of course )


Send you a pm dev! Wink

I just replied on your pm, check it

btw i will announce bounties later today.

waiting these days website to be ready, so i need to pay that bounty too.

Trust me this coin has a future, i will not leave, and certainly i will not stop updating new stuff.
There is features that are too early to be announced. Please have gentle approach, and help in development and marketing if you can, every effort will be paid. That's why we have premine Wink
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 10, 2015, 09:00:32 AM
Roadmap published.

Premine will be distributed trough bounties. Mostly for every poker, slotmachine ,casino games, website, and other useful stuff.
We develop our source, so we do not need wallet updates, but we want to give bounties, cos we need our coin to be well distributed, and to become community/gamble/lucky coin.
To gain interest, we need that premine, however, we do not make ICO, so we do not ask for btc.

Roadmap



16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 10, 2015, 06:36:06 AM
Coin added to my pool:

http://wmikrut.com


Thanks


17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 10, 2015, 04:11:18 AM
Faucet is dry hope to be running soon

http://hashmode.net/faucets/luckysevens/


EDIT
Minimum payout => 0.07
Maximum payout => 0.35
Per 24 Hr
When it gets running

Thnks! funded the faucet.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 10, 2015, 02:58:16 AM
Coin Added
http://luckysevens.hashmode.net/
PPLNS 1% Pool Fee Daily Backups
Added!
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 10, 2015, 02:08:08 AM
Almost 1/3 of total coins are pre-mined ? what's your plan ? scam us ?
We are holding some value on this coin, to provide some proof or real value to potential investors.

Added
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] L7S LuckySevens [Pure POW + BONUS] on: August 10, 2015, 01:23:49 AM
getting a runtime error

Anyone else ?

watching !! looks awesome dude
Thanks. This is no ordinary coin.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!