Pages:
Author

Topic: ♦♣ LOTTOCOIN ♠♥ OFFICIAL - Multiplayer poker, 2 Casinos - page 8. (Read 142976 times)

legendary
Activity: 1890
Merit: 1031
I think i have, coins are mining really well.

Would you be so kind and provide the nodes you are using?
Command getpeerinfo will show all nodes you are currently connected.
Or do you mine with genesis mining and can't see the nodes?

Thank you in advance
I am afraid the last option.
newbie
Activity: 1
Merit: 0
I'm getting up to 17 connections to the network today (varies a bit). At this moment I actually have 18.
Mining is good. New blocks reported every 30s or so.
member
Activity: 93
Merit: 10
I think i have, coins are mining really well.

Would you be so kind and provide the nodes you are using?
Command getpeerinfo will show all nodes you are currently connected.
Or do you mine with genesis mining and can't see the nodes?

Thank you in advance
legendary
Activity: 1890
Merit: 1031
Is it true mining lottocoin is almost to his end?

What will happend to the network after that? i am surely not let my 155MH/s for free on this coin.

No it is not true. lottocoin will halve the block reward any 90 days until the reward is 1. The 1 LOT per block will stay forever.

Thats the code which calculates the block reward:
Quote
static const int64 nMinSubsidy = 1 * COIN;

int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash)
{
   // normal payout
    int64 nSubsidy = 256 * COIN;

   std::string cseed_str = prevHash.ToString().substr(12,7);
   const char* cseed = cseed_str.c_str();
   long seed = hex2long(cseed);
   int rand = generateMTRandom(seed, 65280);

   nSubsidy = (256 + rand) * COIN;

   if(nHeight == 1)
   {
      nSubsidy = CIRCULATION_MONEY * TAX_PERCENTAGE;
   }
   else if(nHeight < 8640)
   {
      nSubsidy *= 2;
   }

   cseed_str = prevHash.ToString().substr(10,7);
   seed = hex2long(cseed);
   rand = generateMTRandom(seed, 28799);

   if(rand > 20000 && rand < 20011)
      nSubsidy = 1048576 * COIN;
   else if(rand > 11000 && rand < 11021)
      nSubsidy = 262144 * COIN;
   else if(rand > 25000 && rand < 25241)
      nSubsidy = 131072 * COIN;

   nSubsidy >>= (nHeight / 259200);
    if (nSubsidy < nMinSubsidy)
    {
        nSubsidy = nMinSubsidy;
    }

   return nSubsidy + nFees;
}

But if nobody is mining anymore, then the network will disappear.

My connection is very bad. The connection is to slow and stucks for minutes and sometimes even for hours.  If I find some blocks, after a while other blocks came in which invalidates my blocks.

Has anyone a usefull connection?

I think i have, coins are mining really well.
member
Activity: 93
Merit: 10
Is it true mining lottocoin is almost to his end?

What will happend to the network after that? i am surely not let my 155MH/s for free on this coin.

No it is not true. lottocoin will halve the block reward any 90 days until the reward is 1. The 1 LOT per block will stay forever.

Thats the code which calculates the block reward:
Quote
static const int64 nMinSubsidy = 1 * COIN;

int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash)
{
   // normal payout
    int64 nSubsidy = 256 * COIN;

   std::string cseed_str = prevHash.ToString().substr(12,7);
   const char* cseed = cseed_str.c_str();
   long seed = hex2long(cseed);
   int rand = generateMTRandom(seed, 65280);

   nSubsidy = (256 + rand) * COIN;

   if(nHeight == 1)
   {
      nSubsidy = CIRCULATION_MONEY * TAX_PERCENTAGE;
   }
   else if(nHeight < 8640)
   {
      nSubsidy *= 2;
   }

   cseed_str = prevHash.ToString().substr(10,7);
   seed = hex2long(cseed);
   rand = generateMTRandom(seed, 28799);

   if(rand > 20000 && rand < 20011)
      nSubsidy = 1048576 * COIN;
   else if(rand > 11000 && rand < 11021)
      nSubsidy = 262144 * COIN;
   else if(rand > 25000 && rand < 25241)
      nSubsidy = 131072 * COIN;

   nSubsidy >>= (nHeight / 259200);
    if (nSubsidy < nMinSubsidy)
    {
        nSubsidy = nMinSubsidy;
    }

   return nSubsidy + nFees;
}

But if nobody is mining anymore, then the network will disappear.

My connection is very bad. The connection is to slow and stucks for minutes and sometimes even for hours.  If I find some blocks, after a while other blocks came in which invalidates my blocks.

Has anyone a usefull connection?
legendary
Activity: 1890
Merit: 1031
Is it true mining lottocoin is almost to his end?

What will happend to the network after that? i am surely not let my 155MH/s for free on this coin.
member
Activity: 93
Merit: 10
Does anyone know what to do when the wallet states:


It doesn't sync it seems. I have version 1.1

Maybe you are not connected to the right blockchain. Actually I am connected with
node 69.146.108.212:16383
Unfortunately there is only a single node left for me
legendary
Activity: 1148
Merit: 1000
A Wound in Eternity
Does anyone know what to do when the wallet states:



It doesn't sync it seems. I have version 1.1
member
Activity: 93
Merit: 10

How much longer before Lotto mines out?  We should be close.

The time between 2 blocks is 30 sec. The current block height can be displayed, using the wallet debug window. Just enter getinfo as command. Currently we have block 1196408.

Block halving is any 259200 blocks. That is approximately any 90 days.
The next block halving will be at block 1296000.
That's in ~34,6 days = 5th of March 2015.



legendary
Activity: 3052
Merit: 1530
www.ixcoin.net

How much longer before Lotto mines out?  We should be close.
member
Activity: 93
Merit: 10

what kind of this block? its not double and dont have a special superblock's icon



Date: 07.01.2015 14:30
Source: Generated
Credit: 16384.00 LOT
Net amount: +16384.00 LOT
Transaction ID: baf8e227cbd6e3f9ea5036ce61e0ce8b22dd6d56b0b1674397caf40ded6390ca

In average twice a day such a block with 16384 will be provided.
One time per day there is even a block with 65536 LOT
member
Activity: 93
Merit: 10
I was lucky,

a single node is alive again  Smiley

193.81.152.10:16383

And later it changed to
./lottocoind getpeerinfo
[
    {
        "addr" : "121.73.161.148:16383",
        "services" : "00000001",
        "lastsend" : 1422612788,
        "lastrecv" : 1422612789,
        "conntime" : 1422612674,
        "version" : 60001,
        "subver" : "/Satoshi:1.4.0/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 1194635,
        "banscore" : 0
    },
    {
        "addr" : "42.2.147.24:16383",
        "services" : "00000001",
        "lastsend" : 1422612788,
        "lastrecv" : 1422612790,
        "conntime" : 1422612675,
        "version" : 60001,
        "subver" : "/Satoshi:1.0.0/",
        "inbound" : false,
        "releasetime" : 0,
        "startingheight" : 1194635,
        "banscore" : 0
    }
]

Maybe this info helps someone.
member
Activity: 93
Merit: 10
Hi,
I lost connection to the lottocoin network today. Has anyone a working node please?

Thanks
joef
legendary
Activity: 3052
Merit: 1530
www.ixcoin.net

How much longer before LOTTO is mined out?  We should be very close right now?  TIA!
this still alive?

Alive?

It looks strong.  And manipulated.

Great combo!
member
Activity: 84
Merit: 10

How much longer before LOTTO is mined out?  We should be very close right now?  TIA!
this still alive?
legendary
Activity: 3052
Merit: 1530
www.ixcoin.net

How much longer before LOTTO is mined out?  We should be very close right now?  TIA!
full member
Activity: 352
Merit: 100
You need a mobile application for mobile phones to play poker. Would play everything and the value of the coin would be increased.  Roll Eyes
newbie
Activity: 13
Merit: 0
http://minemanic.com/lot/


The node for this coin is not available, is it dead ?
newbie
Activity: 16
Merit: 6

what kind of this block? its not double and dont have a special superblock's icon

http://i.imgur.com/FKb3Wov.png

Date: 07.01.2015 14:30
Source: Generated
Credit: 16384.00 LOT
Net amount: +16384.00 LOT
Transaction ID: baf8e227cbd6e3f9ea5036ce61e0ce8b22dd6d56b0b1674397caf40ded6390ca
RJF
hero member
Activity: 616
Merit: 500
Online since '89...
Can anybody give me a link to the total network hashrate.

Here: https://hash-to-coins.com/index.php

It's currently about 200 MH/s. Scroll down to LOT and read MHashs. Most pools will show you...


So i have 2/3 of all hashpower?
So 46MH/s are you guys.. and i do all the hard work here!?


(we can change the name to Zetacoin instead of lottocoin)



It would appear that way, at the moment anyway. Most of the pools listed on the OP are off line. I could only find 2 working. I'm sure there are others not listed that are online, at least, I hope so....
Pages:
Jump to: