Bitcoin Forum
May 05, 2024, 07:21:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6]  All
  Print  
Author Topic: [ANN][VNC][Scrypt] Verncoin - Launched!  (Read 7727 times)
NMiner (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
February 15, 2014, 03:48:42 AM
 #101

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.
1714893699
Hero Member
*
Offline Offline

Posts: 1714893699

View Profile Personal Message (Offline)

Ignore
1714893699
Reply with quote  #2

1714893699
Report to moderator
1714893699
Hero Member
*
Offline Offline

Posts: 1714893699

View Profile Personal Message (Offline)

Ignore
1714893699
Reply with quote  #2

1714893699
Report to moderator
1714893699
Hero Member
*
Offline Offline

Posts: 1714893699

View Profile Personal Message (Offline)

Ignore
1714893699
Reply with quote  #2

1714893699
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714893699
Hero Member
*
Offline Offline

Posts: 1714893699

View Profile Personal Message (Offline)

Ignore
1714893699
Reply with quote  #2

1714893699
Report to moderator
1714893699
Hero Member
*
Offline Offline

Posts: 1714893699

View Profile Personal Message (Offline)

Ignore
1714893699
Reply with quote  #2

1714893699
Report to moderator
StakeHunter
Full Member
***
Offline Offline

Activity: 155
Merit: 100


View Profile
February 15, 2014, 03:57:07 AM
 #102

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.
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
February 15, 2014, 04:09:02 AM
 #103

bye bye vnc it wasn't nice knowing you.

NJRiot
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


Hoqu.io – Tokensale is live


View Profile
February 15, 2014, 11:35:44 AM
 #104


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

RIP VERN!







            
     ████████████████   ███████████████
   ████             ███   ███        ████
  ████   ██████████   ███  █████████    ███
 ███    ███     █████  ███  ███   ████   ███
███   ███   ███    ███  ███  ████    ███   ██
███  ██   ████████  ███  ███████████  ███   ██
██   ██  ████   ████  ██  █████   ███  ███   ██
██  ███  ██       ██  ███  ██       ██  ███  ██
██  ███  ██       ██  ███  ██       ██  ███  ██
██  ███  ██       ██  ███  ██       ██  ███  ██
██  ███  ██       ██  ███  ██       ██  ███  ██
██  ███  ██       ██  ███  ██       ██  ███  ██
██  ███  ██       ███████████       ██  ███  ██
██  ███  ██                         ██  ███  ██
██  ███  ██                         ██  ███  ██
██  ███  ██                         ██  ███  ██
██  ███  ██       ███████████       ██  ███  ██
██  ███  ██       ██  ███  ██       ██  ███  ██
██  ███  ██       ██  ███  ██       ██  ███  ██
██  ███  ██       ██  ███  ██       ██  ███  ██
██  ███  ██       ██  ███  ██       ██  ███  ██
██  ███  ██       ██  ███  ██       ██  ███  ██
███  ██  ████   ████  ███  ████   ███   ███  ██
████  ██    ██████████  ███  ███████   ███   ██
████  ████    ███  ███  ████    ██    ███   ██
 ████   █████  ███  ███   █████    █████  ███
  ████   █████████  ████   ██████████   ████
   █████        ███   █████           ████
      ███████████████    ████████████████





Get free
.100 HQX





...............................Decentralized affiliate platform.............................
▬ ▮ ▮ ▮ ▮  ▬▬▬▬▬▬▬ ▮ ▮ ▮ ▮ ▬▬▬▬▬▬▬ ▮ ▮ ▮ ▮ ▬▬▬▬▬▬▬ ▮ ▮ ▮ ▮ ▬▬▬▬▬▬ ▮ ▮ ▮ ▮ ▬▬▬▬▬▬ ▮ ▮ ▮ ▮ ▬▬▬▬▬▬ ▮ ▮ ▮ ▮ ▬
Facebook   Twitter   ANN Thread   White Paper   Telegram   Medium





Litejavichu
Hero Member
*****
Offline Offline

Activity: 693
Merit: 500



View Profile
February 15, 2014, 12:34:14 PM
 #105

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

snakom23
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
February 15, 2014, 12:47:49 PM
 #106

exchange??
Danz0r77
Hero Member
*****
Offline Offline

Activity: 574
Merit: 504


View Profile
February 16, 2014, 11:35:35 AM
 #107


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 njriot0138@yahoo.com ASSHOLE! im trashing your pool on every forum, your pool sucks dick!"

Nice lol
Rocou
Legendary
*
Offline Offline

Activity: 3193
Merit: 1181


View Profile
February 16, 2014, 01:28:23 PM
 #108


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

RIP VERN!

I confirm. Scam.
ickyt2012
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
February 17, 2014, 04:05:28 AM
 #109

Since when does a scam mean you can't get on cryptsy?

Cryptocurrency.... because hey, fiat money is just imaginary too
seba4seba
Newbie
*
Offline Offline

Activity: 59
Merit: 0


View Profile WWW
February 19, 2014, 08:13:51 AM
 #110

VernCoin was added to AltCoinCalendar.info
Mogul59
Member
**
Offline Offline

Activity: 201
Merit: 11


View Profile
November 03, 2016, 05:38:45 AM
 #111

to coin exchanger never reached it seems
Pages: « 1 2 3 4 5 [6]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!