Bitcoin Forum
November 01, 2024, 09:32:07 AM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TeaCoin [TEA] -@Bittrex - Fast - 0 Premine - 2.5% inflation on: March 29, 2015, 05:31:00 AM
As a holder of TEA,   I'm on board.

BTW, 33 halving intervals remain until the current chain will reset.

What are the 33 halving intervals?  How long will that take?  And, as for the current chain resetting, what does that mean?  What, exactly does that accomplish?  Is that beneficial to a "hard reset" of Teacoin, itself?


Please see this post - https://bitcointalk.org/index.php?topic=840252.0 ... Where I reported it.

Basically, The way the code is written, the block chain will reset the reward every 64 halving intervals.  The original Teacoin developer accelerated  the time between blocks and set the reward to begin at 1000 TEA without doing the math and looking at the way the halving worked.  At the 64th halving interval, the reward started over issuing 1000 TEA/block instead of remaining at 1 TEA. The next halving interval reduced it down to 500/block and so on ...   

It's currently in it's 95th halving interval and rewarding 1 TEA/block but at halving interval 128 the reward will again be 1000 TEA/block.

Other clone coins and Bitcoin itself have the same "bug"... Some have fixed it with a simple "if block height > xxx then fix reward at X"
This is not a problem for Bitcoin until way out in the future. Bitcoin is not on a accelerated halving schedule Smiley

As to when,  I calculated 6 months or so ... Depends on the network.

Either way,  The published number of Teacoin to exist is not true.  (Currently X2)

102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TeaCoin [TEA] -@Bittrex - Fast - 0 Premine - 2.5% inflation on: March 29, 2015, 02:11:42 AM
As a holder of TEA,   I'm on board.

BTW, 33 halving intervals remain until the current chain will reset.
103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TeaCoin [TEA] -@Bittrex - Fast - 0 Premine - 2.5% inflation on: March 29, 2015, 12:29:27 AM
Yes, the certificate on rockytrade expired on 3/14/2015 and needs to be updated.  That is what your browser is complaining about.

BTW, I'm not endorsing Rockytrade ...  For those who don't want to take the chance, I'll tell you that the price is 0.00000001 per Tea.
104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TeaCoin [TEA] -@Bittrex - Fast - 0 Premine - 2.5% inflation on: March 28, 2015, 04:43:46 PM
The exchanges I know on are Europex and Rockytrade ...  Can't say much for the price.

https://www.europex.eu/#!coin/btc/tea
https://www.rockytrade.net/index.php?page=trade&market=134

For the Windows-QT wallet,  This is the latest ZIP I have and used ...
https://drive.google.com/file/d/0B1XWTNNbRnggNGphem4yUi1OZ2M/view?usp=sharing

I don't usually post links to compiled code as I would not use them myself but standard disclaimer of use at your own risk.
105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TeaCoin [TEA] -@Bittrex - Fast - 0 Premine - 2.5% inflation on: March 28, 2015, 04:28:39 PM
I wouldn't exchange it at the moment,  Wink  Only markets that I know of are on https://www.europex.eu/#!coin/btc/tea and https://www.allcrypt.com/market?id=600# (going away soon).   I'm holding and going to continue to Mine the chain.

Would love to see a revival, a new fixed wallet with updated checkpoints and a growing community.

  

revival ++

Q. Where are the pools?

At this time pools are not needed as difficulty is low.  Just open the wallet and on the debug/console use "setgenerate true X" (where X is the number of CPU cores to mine with)  or solo mine it directly with your miner.


for those needing connections/info....

teacoind getinfo
Code:
{
    "version" : 89907,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "blocks" : 1896012,
    "timeoffset" : -85,
    "connections" : 9,
    "proxy" : "",
    [b]"difficulty" : 1.55653991[/b],
    "testnet" : false,
    "keypoololdest" : 1427432283,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}

teacoind getpeerinfo
Code:
    {
        "addr" : "69.60.67.155:39730",
        "services" : "00000001",
        "lastsend" : 1427559711,
        "lastrecv" : 1427559711,
        "bytessent" : 2303311,
        "bytesrecv" : 459193,
        "conntime" : 1427432309,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.7/",
        "inbound" : true,
        "startingheight" : 1891675,
        "banscore" : 0
    },
    {
        "addr" : "50.197.11.193:34832",
        "services" : "00000001",
        "lastsend" : 1427559711,
        "lastrecv" : 1427559710,
        "bytessent" : 2340400,
        "bytesrecv" : 582746,
        "conntime" : 1427432328,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.7/",
        "inbound" : true,
        "startingheight" : 1891675,
        "banscore" : 0
    },
    {
        "addr" : "84.19.184.96:57486",
        "services" : "00000001",
        "lastsend" : 1427559711,
        "lastrecv" : 1427559711,
        "bytessent" : 2229784,
        "bytesrecv" : 1173191,
        "conntime" : 1427432906,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.7/",
        "inbound" : true,
        "startingheight" : 1891701,
        "banscore" : 0
    },
    {
        "addr" : "204.210.138.87:49831",
        "services" : "00000001",
        "lastsend" : 1427559711,
        "lastrecv" : 1427559711,
        "bytessent" : 2257865,
        "bytesrecv" : 441097,
        "conntime" : 1427433115,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.7/",
        "inbound" : true,
        "startingheight" : 1891711,
        "banscore" : 0
    },
    {
        "addr" : "162.243.222.64:51660",
        "services" : "00000001",
        "lastsend" : 1427559711,
        "lastrecv" : 1427559711,
        "bytessent" : 1971808,
        "bytesrecv" : 271454,
        "conntime" : 1427465862,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.7/",
        "inbound" : true,
        "startingheight" : 1891935,
        "banscore" : 0
    },
    {
        "addr" : "91.121.165.120:35911",
        "services" : "00000001",
        "lastsend" : 1427559711,
        "lastrecv" : 1427559711,
        "bytessent" : 2118812,
        "bytesrecv" : 420771,
        "conntime" : 1427465882,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.7/",
        "inbound" : true,
        "startingheight" : 1891935,
        "banscore" : 0,
        "syncnode" : true
    },
    {
        "addr" : "99.249.105.131:49654",
        "services" : "00000001",
        "lastsend" : 1427559711,
        "lastrecv" : 1427559710,
        "bytessent" : 1956901,
        "bytesrecv" : 329675,
        "conntime" : 1427490972,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.7/",
        "inbound" : true,
        "startingheight" : 1892078,
        "banscore" : 0
    },
    {
        "addr" : "24.253.79.196:61199",
        "services" : "00000001",
        "lastsend" : 1427559711,
        "lastrecv" : 1427559711,
        "bytessent" : 1874582,
        "bytesrecv" : 298182,
        "conntime" : 1427493674,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.7/",
        "inbound" : true,
        "startingheight" : 1892078,
        "banscore" : 0
    },
    {
        "addr" : "188.134.72.213:41649",
        "services" : "00000001",
        "lastsend" : 1427559710,
        "lastrecv" : 1427559361,
        "bytessent" : 1152,
        "bytesrecv" : 231,
        "conntime" : 1427559360,
        "version" : 70001,
        "subver" : "/Satoshi:0.8.99.7/",
        "inbound" : true,
        "startingheight" : 1895991,
        "banscore" : 0
    }
]
106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GameCoin (GME) - Current version = v0.8.4.2 on: March 26, 2015, 01:50:59 AM
Worried my pool might be on a fork but it matches the current block on http://www.coin-base.org/game

Is anyone able to confirm the current block? Right now my wallets reporting 253878, current block can be viewed here http://tompool.org:8080/gmemine/public/index.php?page=statistics&action=pool


My current stats below ...  We are together, in sync.


gamecoind getinfo
{
    "version" : 80402,
    "protocolversion" : 80402,
    "walletversion" : 60000,
    "balance" : xxxxxxxx.xxxxxxx,
   "blocks" : 253932,
    "connections" : 6,
    "proxy" : "",
    "difficulty" : 3.71124388,
    "testnet" : false,
    "keypoololdest" : 1417542064,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00010000,
    "errors" : ""
}

 gamecoind getpeerinfo
[
    {
        "addr" : "85.25.197.186:33699",
        "services" : "00000001",
        "lastsend" : 1427334431,
        "lastrecv" : 1427334430,
        "conntime" : 1425379104,
        "version" : 80402,
        "subver" : "/GameCoin:0.8.4.2/",
        "inbound" : true,
        "releasetime" : 0,
        "startingheight" : 245994,
        "banscore" : 0
    },
    {
        "addr" : "72.46.152.250:36462",
        "services" : "00000001",
        "lastsend" : 1427334429,
        "lastrecv" : 1427334429,
        "conntime" : 1426285074,
        "version" : 80402,
        "subver" : "/GameCoin:0.8.4.2/",
        "inbound" : true,
        "releasetime" : 0,
        "startingheight" : 250600,
        "banscore" : 0
    },
    {
        "addr" : "71.175.81.45:50737",
        "services" : "00000001",
        "lastsend" : 1427334431,
        "lastrecv" : 1427334429,
        "conntime" : 1426352097,
        "version" : 80402,
        "subver" : "/GameCoin:0.8.4.2/",
        "inbound" : true,
        "releasetime" : 0,
        "startingheight" : 249649,
        "banscore" : 0
    },
    {
        "addr" : "50.254.61.142:63807",
        "services" : "00000001",
        "lastsend" : 1427334431,
        "lastrecv" : 1427334431,
        "conntime" : 1427222876,
        "version" : 80402,
        "subver" : "/GameCoin:0.8.4.4/",
        "inbound" : true,
        "releasetime" : 0,
        "startingheight" : 253448,
        "banscore" : 0
    },
    {
        "addr" : "115.196.129.17:5514",
        "services" : "00000001",
        "lastsend" : 1427334431,
        "lastrecv" : 1427334431,
        "conntime" : 1427264813,
        "version" : 80402,
        "subver" : "/GameCoin:0.8.4.2/",
        "inbound" : true,
        "releasetime" : 0,
        "startingheight" : 253603,
        "banscore" : 0
    },
    {
        "addr" : "204.187.101.237:56680",
        "services" : "00000001",
        "lastsend" : 1427334431,
        "lastrecv" : 1427334430,
        "conntime" : 1427333656,
        "version" : 80402,
        "subver" : "/GameCoin:0.8.4.4/",
        "inbound" : true,
        "releasetime" : 0,
        "startingheight" : 253913,
        "banscore" : 0
    }
]
107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DUCK]DuckDuckCoin - Patched KGW - Trophy Coin 4 Hunters and Bird Watchers. on: March 20, 2015, 05:28:29 PM
What happened in DUCKland?
108  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TeaCoin [TEA] -@Bittrex - Fast - 0 Premine - 2.5% inflation on: March 15, 2015, 08:45:35 PM
I'll keep the chain on lifesupport,  do what you can to bring it back.

109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TeaCoin [TEA] -@Bittrex - Fast - 0 Premine - 2.5% inflation on: March 15, 2015, 08:35:43 AM
I wouldn't exchange it at the moment,  Wink  Only markets that I know of are on https://www.europex.eu/#!coin/btc/tea and https://www.allcrypt.com/market?id=600# (going away soon).   I'm holding and going to continue to Mine the chain.

Would love to see a revival, a new fixed wallet with updated checkpoints and a growing community.

 
110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Quick confirmations - 0.9.2.4 on: March 15, 2015, 08:25:06 AM
This sounds very positive.  I wish you success in this project.   
111  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: 【BOT】C.A.T. Cryptocurrency Automatic Trader 2.8 |145+Trusts| now On BitFinex! on: March 14, 2015, 05:24:01 AM
Thanks Sampey,  Look forward to the new features.

112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][NYC] New York Coin FORUM on: March 12, 2015, 03:45:02 AM
can anyone from this forum give an indication on how many coins are left to mine out of the 100b that were put there

just asking that all.

and is there anymore new from the foundation on this coin.... 

I believe in this coin,  just would like an update on what's going on..

how many people are still mining this coin...??

and last question how long does anyone think it might take to mine all of these coins

weeks months or years


I mine occasionally and have a private pool for NYC.  PM if interested. 
113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TeaCoin [TEA] -@Bittrex - Fast - 0 Premine - 2.5% inflation on: March 12, 2015, 01:52:45 AM
I also have an slight interest as a holder of 742274.5212948 TEA and climbing.  Been mining this coin while testing sole pools, mainly due it's low difficulty, but became 'attached'.  I just like it.

Anyone else out there on the block chain? Would like to see it revived/fixed.
114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZET] Zetacoin - SHA256 coin - Quick confirmations - 0.9.2.4 on: March 09, 2015, 04:29:37 PM
I'm trying to run ckpool on zetacoind.
I think this could be a great tool for zetacoin mining community.

Compiled last zetacoind also latest ckpool.
ckpool connects to zetacoind fine.

The problem is with submitting blocks:
Code:
ERROR: AcceptBlock() : block height mismatch in coinbase
ERROR: ProcessBlock() : AcceptBlock FAILED

I guess (I hope Smiley) it is just the matter of changing few constants in ckpool...
Looking through both source codes but can not pinpoint the required change...

Any ideas?

Thanks


Personally,  I'm using NOMP.   Easy setup.  https://github.com/zone117x/node-open-mining-portal


I must admit NOMP works great for solomining - running for a week now with no problems. Less CPU, simpler solution than p2pool I was using earlier.
Still think ckpool would do even better but I lack knowledge to make proper changes in the source code Sad.
Anyway, thanks for pointing me to NOMP.


Your welcome.  That is what we are here for to help each other.  Adding coins to NOMP is also painless and setting up the auto switch feature is nice.  I can then switch all my personal hashpower with a single command, on a scheduled cron or profitability.
115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: HTML5 Coin Maintained Ann on: March 01, 2015, 08:34:24 AM
The rainbot and sprinklebot were really something to see today.

Thank you.  It makes the exchange stand above the rest.

116  Alternate cryptocurrencies / Announcements (Altcoins) / Re: FireFlyCoin Launched! on: February 28, 2015, 06:11:44 AM
No problem,  Your welcome.

The benefits of having a private pool = some connections to the network.  Smiley
117  Alternate cryptocurrencies / Announcements (Altcoins) / Re: FireFlyCoin Launched! on: February 28, 2015, 02:12:28 AM

Double check the ABE explorer values below, I never validated this install but this is what it shows....
Currency   Code   Block   Time   Started                   Age (days)                   Coins Created       Avg Coin Age      % CoinDD
fireflycoin   FFC   1068323   2015-02-27 04:22:27   2013-08-03   572.47   128177065.99999988   214.47   13.6229%


Some addnodes.....

fireflycoind getpeerinfo | grep addr
        "addr" : "71.103.145.178:5534",
        "addr" : "95.85.49.195:5534",
        "addr" : "91.121.165.120:5534",
        "addr" : "142.0.37.237:5534",
        "addr" : "199.68.197.33:5534",
        "addr" : "108.61.10.90:5534",
        "addr" : "72.46.152.250:5534",
        "addr" : "47.17.84.135:5534",
118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] TeaCoin [TEA] -@Bittrex - Fast - 0 Premine - 2.5% inflation on: February 23, 2015, 04:07:59 AM
Just noticed this market on AllCrypt.  TEA/DOGE

https://www.allcrypt.com/market?id=602

When did they add this one?
119  Alternate cryptocurrencies / Announcements (Altcoins) / Re: FireFlyCoin Launched! on: February 21, 2015, 05:08:25 AM
hello
please someone...
i need the windows wallet for Firefly coin...help me please...upload it somewhere online...
thanks and kind Regards

Only if you trust me ....

https://drive.google.com/file/d/0B1XWTNNbRnggb0JuRHVUazJtTHM/view?usp=sharing
120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Orbitcoin v1.5.0.0 ~ NeoScrypt ~ Green Stake on: February 19, 2015, 03:23:26 AM
No idea where that second pool is ....  or 3rd .... Grin
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!