Bitcoin Forum
July 04, 2024, 04:14:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 »
41  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♣ LOTTOCOIN ♠♥ OFFICIAL - Multiplayer poker, 2 Casinos on: February 15, 2015, 06:19:08 PM
Were can i check the network hashrate?

Open the debug console of your wallet Menu Help->Debug Window -> Tab Console
type the command getmininginfo
and you will get

19:13:55

getmininginfo


19:13:55

{
"blocks" : 1247538,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.78579137,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 117457594,
"pooledtx" : 2,
"testnet" : false
}


42  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♣ LOTTOCOIN ♠♥ OFFICIAL - Multiplayer poker, 2 Casinos on: February 08, 2015, 08:45:21 AM
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
43  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♣ LOTTOCOIN ♠♥ OFFICIAL - Multiplayer poker, 2 Casinos on: February 07, 2015, 09:11:42 PM
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?
44  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♣ LOTTOCOIN ♠♥ OFFICIAL - Multiplayer poker, 2 Casinos on: February 06, 2015, 05:32:46 PM
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
45  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♣ LOTTOCOIN ♠♥ OFFICIAL - Multiplayer poker, 2 Casinos on: January 30, 2015, 11:17:12 PM

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.



46  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♣ LOTTOCOIN ♠♥ OFFICIAL - Multiplayer poker, 2 Casinos on: January 30, 2015, 10:32:00 AM

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
47  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♣ LOTTOCOIN ♠♥ OFFICIAL - Multiplayer poker, 2 Casinos on: January 30, 2015, 04:52:51 AM
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.
48  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ♦♣ LOTTOCOIN ♠♥ OFFICIAL - Multiplayer poker, 2 Casinos on: January 29, 2015, 08:54:42 PM
Hi,
I lost connection to the lottocoin network today. Has anyone a working node please?

Thanks
joef
49  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TagCoin for Advertising and Rewards on: January 20, 2015, 07:36:16 AM
I finally got a reply from BTER... all is good and updated...I want to say that after contacting all the listed markets---BTER got back to me quickly and updated their wallets.... YIPPEE


Yeah! My TAGs are finally arrived in the BTer wallet now.

@all please don't sell your TAGs to cheap. Better ask for a higher price...  
50  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TagCoin for Advertising and Rewards on: January 19, 2015, 04:33:33 PM
Why you can not put tag coin at crsypty
The cryptsy wallet is running with the outdated blockchain. Thats why the cryptsy wallet is in maintenance mode.
51  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TagCoin for Advertising and Rewards on: January 06, 2015, 03:18:55 PM
Is there any remaining exchange which is able to receive TAG coins?
52  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BITTREX SWAP IN PROGRESS] ★★ Rubycoin ★★ on: November 23, 2014, 11:55:29 AM
On swisscex the old Ruby coin can still be deposited and traded.
How will you prevent to have RubyV1 and RubyV2 running in parallel Huh

In my opinion it was a really bad idea to start another blockchain.
Hope that will not kill the coin.
53  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BITTREX SWAP IN PROGRESS] ★★ Rubycoin ★★ on: November 23, 2014, 11:08:18 AM
Why is there no clear information about that swap on http://www.rubycoin.org/ ?

Mining with the new 2.0.0.0 version, leads to many many blocks, but all with value 0

What I understand, now it is not possible anymore to get out the coins from the old blockchain.
Shall everyone stop mining Ruby now?

54  Economy / Investor-based games / Re: btc-arbs.com - Update: dead HYIP, Refund progress: BTC-arbs still doing refunds on: September 29, 2014, 03:23:32 PM
According to the transaction, it looks like these are the payments
https://blockchain.info/tx/b42f7931d898af27326cb0b4c63375a19b209f4334f38acae408eafeabec6fbd


1D3P2j4JVHTRjoUuZf1RUdFNrz6zhCnuiW - (Unspent) 0.697 BTC
1GN1XMrk3dgP5YJNdoTacBMDyaZYyRJhAe - (Unspent) 0.3243 BTC
134PhLcexM49GRf8Cp9a8bGFq1HMZTTpsu - (Spent) 0.2825 BTC
1FbkJfRhmyKzXAKfxtsE4j1QuKaY7Bzpsz - (Unspent) 0.04 BTC
186or1szdvUnhWzoNNdSaGz9DEtoNQZ5Ej - (Unspent) 0.04 BTC
1By8CMCxapcKCmzqdEQ2naTt1bh9XhE2Vr - (Unspent) 0.05 BTC
17WYJYECHBrF9BSE8FandZ1UgruELgLwAV - (Unspent) 0.02 BTC
1PEWeHcvV6UzQt5JrRUi2zSJueqxfm7sTT - (Unspent) 0.3433 BTC
1CmHXrM78BytxMnf4vCzS8RqHcFyrc7eks - (Unspent) 0.1366 BTC
1BDW2LhVqfPzT9d3so98xa69yroZKxaorY - (Unspent) 1.5268 BTC
1E3ccXpJ1aNbyVuzqpiToHPR92HyeVAD2w - (Unspent) 0.0211 BTC
55  Economy / Investor-based games / Re: btc-arbs.com - Update: dead HYIP, Refund progress: BTC-arbs still doing refunds on: September 29, 2014, 01:46:15 PM
More refunds in 5 minutes. By October 8th, everyone will have received their first refund payment.
Just received my first payment: 0.04 of 4.65 BTC
56  Economy / Service Discussion / Re: bitcoin-trader.biz on: September 16, 2014, 06:39:55 AM
Something wierd, happened, I bought 2 shares friday after the trading day was done, but still got credited 0.29$ for my 2 shares even tho the market was closed at 3 am... I think it's a little bit fishy.. since they lose money by giving me money they didn't use to trade with.... anyone has an explaination ?

thanks

I thought they made money on Bitcoin arbitrage? Bitcoin markets don't close do they?
Bitcoin markets don't close, but BT has already indicated that they don't trade outside of office hours.

(Of course, they don't trade during office hours either, but that's not their official story yet)

Perfect thanks for the explaination, i'll be waiting until the audit report is out before investing more money with them.
BT is trading outside office hours. BT has stated they are not trading at night, because the volume is to low at night time. They even mentioned a time and timezone somewhere in that fb group. Unfortunately hard to find again due to the bad fb user interface.
57  Economy / Investor-based games / Re: btc-arbs.com - Update: dead HYIP, Refund progress 17/07/2014 on: September 03, 2014, 05:48:17 AM
Thanks, I have got received my first PM from BTC-Arbs. He stated I will get my first refund before 9/30.
58  Economy / Investor-based games / Re: btc-arbs.com - Update: dead HYIP, Refund progress 17/07/2014 on: August 07, 2014, 05:08:13 PM
some discrepancy, I got nothing until now  Smiley
59  Economy / Investor-based games / Re: btc-arbs.com - Update: dead HYIP, Refund progress 17/07/2014 on: August 07, 2014, 03:19:13 PM
a. Some stupid person got my refund email shut down. Probably the same person who has been sending threats and attacking the refund process. I don't know why people are fighting the refunds. There is nothing to gain. Everyone will be paid back. If this was a scam I would not be here and would not have repaid more than 100 bitcoins so far.
That means our spreadsheet is quite wrong. The good thing is, we will get fully refunded faster than expected. According to BTC-Arbs it was less than 500 BTC in total. Refunded more then 100 within 2 months. So we may all get refunded till summer next year.
60  Economy / Investor-based games / Re: btc-arbs.com - Update: dead HYIP, Refund progress 17/07/2014 on: August 05, 2014, 01:19:48 PM
The US vituperates a bit, just for testing. They are checking out for ways to keep the Bitcoin small. If the Bitcoin will grow to much, I guess they will be more aggressiv. Bitcoin is made by enthusiasts. There is no real force wich may save the Bitcoin. The US will never accept another currency large enough to be as stromg as the US Dollar. Maybe some of you have noticed, the war in Iraq and Syria started shortly after the decision to sell Oil for Euros only.
Pages: « 1 2 [3] 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!