Pages:
Author

Topic: ★★★ [ANN][VLC] ValueCoin | The real valuable coin | Launched - page 20. (Read 34564 times)

member
Activity: 69
Merit: 10
Is there a P2Pool to mine?

No not yet. Only a PPLNS pool at http://vlc.01pq.com/

Or you can start solo mining like most people. I have posted a sample .conf file which will work fine for everyone.
member
Activity: 70
Merit: 10
Is there a P2Pool to mine?
member
Activity: 69
Merit: 10
Mining with all i got Cheesy

Gotta mine as many coins as possible before the big guys come in hehe

1050 blocks so far Cheesy

Thank you for the kind words.

Updated original launch post for Bounties information!
sr. member
Activity: 435
Merit: 250
Mining with all i got Cheesy

Gotta mine as many coins as possible before the big guys come in hehe

1050 blocks so far Cheesy
full member
Activity: 406
Merit: 104
Convert Crypto at BestChange
what block currently at?
member
Activity: 69
Merit: 10
Yes please visit the giveaway thread and post your address to get 20 VLC to get you started.
sr. member
Activity: 658
Merit: 250
No success with Solo Mining.

Any Donations please: VEEgURvVEyue8VRpFFQM4wd8BbmK4CxhnT
there's a giveaway thread
member
Activity: 69
Merit: 10
haha Oldminer, i like your sense of humor.

tadakluri, please post your wallet address in the giveaway thread here = https://bitcointalksearch.org/topic/giveaway-vlc-20-valuecoins-per-person-240318
hero member
Activity: 616
Merit: 500
No success with Solo Mining.

Any Donations please: VEEgURvVEyue8VRpFFQM4wd8BbmK4CxhnT
legendary
Activity: 1022
Merit: 1001
Thank you diatonic for creating the block explorer. Will PM you soon.

Sorry about the block reward issue. I wrote the wrong block structure. It is as follows :

Block 0-400 = 0 coins
Block 401-800 = 2 coins
Block 801-1200 = 4 coins
Block 1201-1600 = 8 coins
Block 1600 and above = 16 coins

Updated in original launch post too. Had so much to work on .. made a little error.

Thanks for clarifying. My mother told me years ago I was losing my mind and for a moment there I thought she was right  Smiley
member
Activity: 69
Merit: 10
Thank you fxmulder for setting up a pool. Shall PM you soon.

As for the 2 coins issue, its probably just because of the lack of nodes because the code is all correct.

And as for the premine, i have already mentioned it in the launch post. Please re-read it if you are unsure.

Where does it say you gave yourself a million coins?

"Block reward is 16 coins per block, with a block target time of 30 seconds. A total of 133 million coins will be minted, with block reward halving every ~4 years of which 0.7% were set aside for bounties and services. We want ValueCoin to be a steadily mined currency, not one that is pumped and dumped. We believe the strongest asset a coin can have is active, talented developers."

0.7% of 133 million total is 1million. I have mentioned it all in the post. Please guys, please re-read the original launch post thoroughly.
aa
hero member
Activity: 544
Merit: 500
Litecoin is right coin
One million coin premine on first block and no bounties or "services" listed.
member
Activity: 69
Merit: 10
Thank you diatonic for creating the block explorer. Will PM you soon.

Sorry about the block reward issue. I wrote the wrong block structure. It is as follows :

Block 0-400 = 0 coins
Block 401-800 = 2 coins
Block 801-1200 = 4 coins
Block 1201-1600 = 8 coins
Block 1600 and above = 16 coins

Updated in original launch post too. Had so much to work on .. made a little error.
sr. member
Activity: 266
Merit: 250
Thank you fxmulder for setting up a pool. Shall PM you soon.

As for the 2 coins issue, its probably just because of the lack of nodes because the code is all correct.

And as for the premine, i have already mentioned it in the launch post. Please re-read it if you are unsure.

Where does it say you gave yourself a million coins?
hero member
Activity: 616
Merit: 500
Cheating........... Released before announced time.

Any way I am going to mine.......
member
Activity: 69
Merit: 10
Thank you fxmulder for setting up a pool. Shall PM you soon.

As for the 2 coins issue, its probably just because of the lack of nodes because the code is all correct.

And as for the premine, i have already mentioned it in the launch post. Please re-read it if you are unsure.
sr. member
Activity: 271
Merit: 250
I created a block explorer. It's kind of my thing lately. http://vlc.webboise.com/chain/Valuecoin

Send donations to VAginaaKdXe3GwdAZCA23oLCMHQfsFgzHW

{
    int64 nSubsidy = 16 * COIN;

    if(nHeight == 1)
    {
        nSubsidy = 1000000 * COIN;           <-- dev gave himself 1 million coins, now that's a lot of value  Tongue
    }
    else if(nHeight < 401)
    {
        nSubsidy = 0 * COIN;
    }
    else if(nHeight < 801)
    {
        nSubsidy = 2 * COIN;
    }
    else if(nHeight < 1201)
    {
        nSubsidy = 4 * COIN;
    }
else if(nHeight < 1601)
    {
        nSubsidy = 8 * COIN;
    }
    else
    {

Yep: Exhibit A

EDIT: Thanks for the 5000 VLC for the block explorer!
legendary
Activity: 1022
Merit: 1001
 else if(nHeight < 401)
    {
        nSubsidy = 2 * COIN;
    }
    else if(nHeight < 801)
    {
        nSubsidy = 4 * COIN;
    }
    else if(nHeight < 1201)
    {
        nSubsidy = 8 * COIN;
    }
else if(nHeight < 1601)
    {
        nSubsidy = 16 * COIN;
    }
    else
    {

-Fixed?
sr. member
Activity: 325
Merit: 250
sr. member
Activity: 266
Merit: 250
{
    int64 nSubsidy = 16 * COIN;

    if(nHeight == 1)
    {
        nSubsidy = 1000000 * COIN;           <-- dev gave himself 1 million coins, now that's a lot of value  Tongue
    }
    else if(nHeight < 401)
    {
        nSubsidy = 0 * COIN;
    }
    else if(nHeight < 801)
    {
        nSubsidy = 2 * COIN;
    }
    else if(nHeight < 1201)
    {
        nSubsidy = 4 * COIN;
    }
else if(nHeight < 1601)
    {
        nSubsidy = 8 * COIN;
    }
    else
    {
Pages:
Jump to: