Bitcoin Forum
May 26, 2024, 04:56:15 PM *
News: Latest Bitcoin Core release: 27.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 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
701  Alternate cryptocurrencies / Altcoin Discussion / Re: ★★★ [ANN][VLC] ValueCoin | The real valuable coin | Launched on: June 24, 2013, 04:09:54 AM
We are in talks with a major exchange to get VLC listed for trading. Should get listed soon.

this is a new coin, better let people mine for a while before going to an exchange...
702  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] [Exchange] Launch of Coins-E.com: exchange with over 15 coins already. on: June 23, 2013, 08:27:53 PM
One problem noted, is that the digits are not properly designed for Infinitecoin (IFC), you should probably treat the trade in K-IFC (1000 IFC), because now the sell order already to your lowest digit, lol  Smiley
703  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] [Exchange] Launch of Coins-E.com: exchange with over 15 coins already. on: June 23, 2013, 07:44:12 PM
nice exchange...
704  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing Alphacoin - the newest altcoin has arrived!! on: June 23, 2013, 08:16:34 AM
Looks like alphacoin is easy to mine Wink
705  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] NuCoin | Release is now! on: June 23, 2013, 08:03:12 AM
Full of errors:

Quote
Info:
Total # of coins: 7000000000
Coins per block: 300
Re-target time: 2 min
Block time: 2 min

From code:

Quote

int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 300 * COIN;

    return nSubsidy + nFees;
}

static const int64 nTargetTimespan = 1 * 24 * 60 * 60; // NuCoin: 1 days
static const int64 nTargetSpacing = 120; // NuCoin: 2 minute blocks

1. Re-target is every day per code, not 2mins
2. No subsidy? infinite coins??

Looks like an error coin based on smallchange
706  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Infinitecoin - IFC - Launched!! 524,288 coins per block!!! on: June 22, 2013, 10:45:58 PM
This coin should go to exchange now...
707  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Infinitecoin - IFC - Launched!! 524,288 coins per block!!! on: June 22, 2013, 07:26:23 AM
funny to mine this one Wink
708  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RCH] RichCoin - The Coin continue add value to your wealth | Launched on: June 22, 2013, 07:25:10 AM
Still in 58-coin zone, will get to 68 coin zone in a few hours  Smiley

block time a little too long...
709  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN][STB] Stablecoin now listed on Cryptsy.com on: June 22, 2013, 07:22:25 AM
Yes still waiting for ALF and INF ....

Can cryptsy handle the long digits of INF? Wink

the Huge totals that come with infinite coin are the current restriction. yes there are work arounds but other features are currently in the works.

Can cryptsy make some enhancements? or it can always treat 1000 as a unit for trading, this way will have no issues Wink

For SBC looks like only dumps, no one buying, but that could be normal in the beginning...
710  Economy / Auctions / Re: 3 Block Erupter USB Starting Bid 1.85 BTC! per miner 35 hour auction on: June 21, 2013, 09:05:32 PM
3 @ 1.89
711  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][RCH] RichCoin - The Coin continue add value to your wealth | Launched on: June 21, 2013, 05:15:18 PM
gold coin rain, lol Grin
712  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing Alphacoin - the newest altcoin has arrived!! on: June 19, 2013, 10:28:59 PM
this is a great coin, time to get in before it is late Smiley
713  Alternate cryptocurrencies / Altcoin Discussion / Re: [FLO] Florin coin GIVEAWAY 10 FLO on: June 19, 2013, 10:25:58 PM
thanks
FSHZMgShZg3FUidMRt4UvKHMQvyHW9w2LQ
714  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] Cryptsy API and new coins on: June 19, 2013, 06:07:46 AM
Any plan for IFC and ALF?
715  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing Alphacoin - the newest altcoin has arrived!! on: June 19, 2013, 12:53:48 AM
BTW, this is a good solo mining candidate. Smiley
yes doing it now.
716  Alternate cryptocurrencies / Announcements (Altcoins) / Re: Announcing Alphacoin - the newest altcoin has arrived!! on: June 18, 2013, 06:21:19 PM
this one should be the next one, I guess
717  Alternate cryptocurrencies / Altcoin Discussion / Re: Emerald giveaway threads: post your wallet address for 40 emeralds! on: June 16, 2013, 08:42:36 PM
Es8BYEm77uUNTERgZbatF3u8ucSxh7foRM
718  Alternate cryptocurrencies / Altcoin Discussion / Re: Argentum DEV, SHAME ON YOU!!!! on: June 16, 2013, 07:40:13 PM
Yes stealing code is absolutely a shame to the alt coin community
719  Alternate cryptocurrencies / Altcoin Discussion / Re: Stablecoin, heavily premined, 1.2+ million coins premined!! on: June 15, 2013, 11:06:44 PM
Hello there,

my two cents:

The "premine" happend in the genesis block:

        const char* pszTimestamp = "June 7 2013, The Times, Prince Philip admitted to hospital for two weeks";
        CTransaction txNew;
        txNew.vin.resize(1);
        txNew.vout.resize(1);
        txNew.vin[0].scriptSig = CScript() << 486604799 << CBigNum(4) << vector<unsigned char>((const unsigned char*)pszTimestamp, (const unsigned char*)pszTimestamp + strlen(pszTimestamp));
        txNew.vout[0].nValue = 1250000 * COIN;
        txNew.vout[0].scriptPubKey = CScript() << ParseHex("0449D77B9B62E0DB1FD6150ECFC5722F31FEE52E585DE31B5AEFAD2CAC415D5698991F8F0B0CBBA 7B9F4431BBE79B684876EDFBD369554ACC4182753FA48A3CD80") << OP_CHECKSIG;
        CBlock block;
        block.vtx.push_back(txNew);
        block.hashPrevBlock = 0;
        block.hashMerkleRoot = block.BuildMerkleTree();
        block.nVersion = 1;
        block.nTime = 1370579804;
        block.nBits = 0x1e0fffff;
        block.nNonce = 2788;

Now there is a funny thing about this genesis block. The coins of the genesis block can not be spent! At least this is the case for bitcoin.

 - https://en.bitcoin.it/wiki/Genesis_block
 - http://bitcoin.stackexchange.com/questions/10009/why-cant-the-genesis-block-coinbase-be-spent
 - the first ever bitcoin address with the first ever 50 bitcoins (still there) http://blockexplorer.com/address/1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa

As Litecoin is a fork of Bitcoin and StableCoin is a fork of whichever coin which is a fork of Litecoin...

@FUDers and Dev: do your homework

lol, you don't think dev is that dumb, premined in the genesis block and can't spend it?

Look at the code, they added a force write of the genesis block into the transaction chain (end of the init.cpp - Satoshi did not write the genesis block into the transaction chain, that's why you can't spend it), and because this is a unchecked block, they disabled the validation check too. Not sure if this will make the coin very vulnerable for a fake blockchain attack. But anyway, the genesis block can be spent for sure for this coin, don't worry about it.  Grin
720  Alternate cryptocurrencies / Altcoin Discussion / Re: Stablecoin, heavily premined?? 1.2+ million coins premined!! on: June 15, 2013, 04:39:28 AM
I can say it is NOT announced premine. For that reason I thought there's no premining and I even recommended to others that it is a fair coin. Now liar, shame on you, you even dare come out and defend your cheating! I agree with other people, it is 100% cheating.

Otherwise explain, why you bother to delete the code that give you the premining? and why the block coin counts you announced in the first page did not include your premined block? clearly you on purpose hide it!
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 26 27 28 29 30 31 32 33 34 35 [36] 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!