Pages:
Author

Topic: [ANN][VNC][Scrypt] Verncoin - Launched! (Read 7735 times)

member
Activity: 201
Merit: 11
November 03, 2016, 01:38:45 AM
to coin exchanger never reached it seems
full member
Activity: 140
Merit: 100
February 17, 2014, 12:05:28 AM
Since when does a scam mean you can't get on cryptsy?
legendary
Activity: 3199
Merit: 1181
February 16, 2014, 09:28:23 AM

FUCK THAT POOL
worst pool ever, avoid at all costs!
you all have been warned!!!

RIP VERN!

I confirm. Scam.
hero member
Activity: 574
Merit: 504
February 16, 2014, 07:35:35 AM

FUCK THAT POOL
worst pool ever, avoid at all costs!
you all have been warned!!!

RIP VERN!

"CASH ME THE FUCK OUT ASSHOLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! send the fucking conformation to [email protected] ASSHOLE! im trashing your pool on every forum, your pool sucks dick!"

Nice lol
newbie
Activity: 40
Merit: 0
February 15, 2014, 08:47:49 AM
exchange??
hero member
Activity: 693
Merit: 500
February 15, 2014, 08:34:14 AM
I started last night. I have 3.1 mhz.
Wallet fine.
great pool
Blocks and payouts works fine in vnc.scryptominers.com for the moment.
The rent of my rig in the first day verncoin mine, is similar to the second to third week of Dogecoin mining. Self payment
I have 50,000 coins since yesterday in few hours, now blocks dropp fast, very fast. I do not understand your translated expressions, but I understand Scam, scam and not because ... Premined is for rewards? or to take a big bag ..... Where is the community of this coin? Who supports this coin?
It is a ghostcoin???

Sorry for my shit translate
hero member
Activity: 504
Merit: 500
Hoqu.io – Tokensale is live
February 15, 2014, 07:35:44 AM

FUCK THAT POOL
worst pool ever, avoid at all costs!
you all have been warned!!!

RIP VERN!
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
February 15, 2014, 12:09:02 AM
bye bye vnc it wasn't nice knowing you.
full member
Activity: 155
Merit: 100
February 14, 2014, 11:57:07 PM
Well, for "fun" - I took a look at the code... Here it is:

Code:
static const int64 MIN_TX_FEE = 100000000;
static const int64 MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64 MAX_MONEY = 50000000000 * COIN; // 50 Billion supply.
inline bool MoneyRange(int64 nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }

So it is only a 50 Billion supply.

Don't know why the OP didn't check this... Huh



Well, because honestly besides simple HTML I don't know code...I wouldn't know where to begin to look for the info you provided above.

I don't know why it is only a fixed 500 coins...
The dev is not available. He was simply paid for the code, and this is what it is. So...if any dev wants to pick up a coin...

I will fix what info I can, on the post and website, but beyond that, I am not a coder, so I am sorry. I wanted it to be a good launch, be part of a launch...

Sorry - didn't mean to be snarky, but it is a gaff and could have saved you some heartache, and a lot of people some time.

I did some more digging - compared the code to doge source...definite match. And I'm afraid that the coin is at end of life.

Code:
int64 static GetBlockValue(int nHeight, int64 nFees, uint256 prevHash)
{
        int64 nSubsidy = 500 * COIN; // 500 coins per block.
        
        std::string cseed_str = prevHash.ToString().substr(7,7);
        const char* cseed = cseed_str.c_str();
        long seed = hex2long(cseed);
        int rand = generateMTRandom(seed, 1500000);
        int rand1 = 0;
        int rand2 = 0;
        int rand3 = 0;
        int rand4 = 0;
        int rand5 = 0;
      
        if(nHeight < 2000)    
        {
                nSubsidy = (1 + rand) * COIN;
        }
        else if(nHeight < 3000)      
        {
                cseed_str = prevHash.ToString().substr(7,7);
                cseed = cseed_str.c_str();
                seed = hex2long(cseed);
                rand1 = generateMTRandom(seed, 1250000);
                nSubsidy = (1 + rand1) * COIN;
        }
        else if(nHeight < 4000)      
        {
                cseed_str = prevHash.ToString().substr(6,7);
                cseed = cseed_str.c_str();
                seed = hex2long(cseed);
                rand2 = generateMTRandom(seed, 1000000);
                nSubsidy = (1 + rand2) * COIN;
        }
        else if(nHeight < 5000)      
        {
                cseed_str = prevHash.ToString().substr(7,7);
                cseed = cseed_str.c_str();
                seed = hex2long(cseed);
                rand3 = generateMTRandom(seed, 750000);
                nSubsidy = (1 + rand3) * COIN;
        }
        else if(nHeight < 6000)      
        {
                cseed_str = prevHash.ToString().substr(7,7);
                cseed = cseed_str.c_str();
                seed = hex2long(cseed);
                rand4 = generateMTRandom(seed, 500000);
                nSubsidy = (1 + rand4) * COIN;
        }
        else if(nHeight < 7000)      
        {
                cseed_str = prevHash.ToString().substr(6,7);
                cseed = cseed_str.c_str();
                seed = hex2long(cseed);
                rand5 = generateMTRandom(seed, 250000);
                nSubsidy = (1 + rand5) * COIN;
        }
 
    return nSubsidy + nFees;
}

Looks like the coin is running on its lowest payout. It reached its min subsidy at a VERY small block size of 7000. That premine is probably a whole lot more than .5%.

My suggestion - close the book on VNC.
newbie
Activity: 11
Merit: 0
February 14, 2014, 11:48:42 PM
well the coin died now then since 1000's blocks premined and now the blocks of a 50 billion minting are only 500? that is the end of this coin i guess.  Strange because the installer and design looks quite good.

also you are not the dev but the marketeer? but have access to the website?

also you said there are some serious bad things about the code, mine at own risk? what did you mean?

Yes, I am a marketer - post man.
I am not the dev...I have ftp access to the one web directory so I could activate the links for the wallet and source.
I said mine at your risk because I was given info about the coin and it proved to be completely wrong. I don''t want anyone to waste their time or hashpower. I'm a miner too - I understand.

I am ashamed.

I do not know anything particular about the code - so I misspoke.   

Sorry community.
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
February 14, 2014, 11:28:08 PM
well the coin died now then since 1000's blocks premined and now the blocks of a 50 billion minting are only 500? that is the end of this coin i guess.  Strange because the installer and design looks quite good.

also you are not the dev but the marketeer? but have access to the website?

also you said there are some serious bad things about the code, mine at own risk? what did you mean?
newbie
Activity: 11
Merit: 0
February 14, 2014, 11:25:30 PM
#99
Well, for "fun" - I took a look at the code... Here it is:

Code:
static const int64 MIN_TX_FEE = 100000000;
static const int64 MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64 MAX_MONEY = 50000000000 * COIN; // 50 Billion supply.
inline bool MoneyRange(int64 nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }

So it is only a 50 Billion supply.

Don't know why the OP didn't check this... Huh



Well, because honestly besides simple HTML I don't know code...I wouldn't know where to begin to look for the info you provided above.

I don't know why it is only a fixed 500 coins...
The dev is not available. He was simply paid for the code, and this is what it is. So...if any dev wants to pick up a coin...

I will fix what info I can, on the post and website, but beyond that, I am not a coder, so I am sorry. I wanted it to be a good launch, be part of a launch...
hero member
Activity: 504
Merit: 500
Hoqu.io – Tokensale is live
February 14, 2014, 06:55:53 PM
#97
not as bad as cryptoapples was before .. lol
FAIL
legendary
Activity: 2674
Merit: 1030
Yes I am a pirate, 300 years too late!
February 14, 2014, 06:51:40 PM
#96
Yep another clusterfuck coin!!!
hero member
Activity: 504
Merit: 500
Hoqu.io – Tokensale is live
February 14, 2014, 06:50:27 PM
#95
but even with 50 BILLION minting the blocks should be way bigger than 500? WTF  more like 500, 000

I agree
+1
legendary
Activity: 2100
Merit: 1167
MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG
February 14, 2014, 06:47:40 PM
#94
but even with 50 BILLION minting the blocks should be way bigger than 500? WTF  more like 500, 000
full member
Activity: 155
Merit: 100
February 14, 2014, 06:36:54 PM
#93
Well, for "fun" - I took a look at the code... Here it is:

Code:
static const int64 MIN_TX_FEE = 100000000;
static const int64 MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64 MAX_MONEY = 50000000000 * COIN; // 50 Billion supply.
inline bool MoneyRange(int64 nValue) { return (nValue >= 0 && nValue <= MAX_MONEY); }

So it is only a 50 Billion supply.

Don't know why the OP didn't check this... Huh

member
Activity: 112
Merit: 10
February 14, 2014, 06:33:12 PM
#92
I just left cryptoapples ... LAUNCH FAILED!
now I come here .. and they change it last minute so the dev hits the lottery ...
wtf goes on anymore!

I should of just stayed mining litebar

If the block reward is 500, it's likely the case that the dev has still only premined 0.5%.

Until a block explorer is up, we won't know about what the block rewards were during the premine period.
Pages:
Jump to: