Pages:
Author

Topic: ✪✪✪ VIRTUAL COIN ✪✪✪ | P2P VIRTUAL MONEY | VC | X11 | ReLaunch: Date Feb 2017 ✪✪ - page 20. (Read 192493 times)

legendary
Activity: 1624
Merit: 1001
All cryptos are FIAT digital currency. Do not use.
Looks pretty fake to me. lol

When magnified by 500-600%:
- the photoshop like layering becomes visible
- the logo and lettering are not properly aligned with the cup
- there is no reflection/ gloss effect to be seen on the printed area

hero member
Activity: 830
Merit: 500





Look this,you think this is fake??NO..!!!this is REAL support promotion for $VC - @rudolfaxl good job  Cool
hero member
Activity: 830
Merit: 500
I told you guys..!!!

#VC still in trust, and VC is the best FUTURE besides BITCOIN Grin!!!




+1
  Cool why..and why..??STILL in trust but no body care??to bad...?? Grin

hero member
Activity: 830
Merit: 500
hero member
Activity: 830
Merit: 500
Trial re-design logo VC :


VERY GOOD, seems VC will have more support LOGO coin  Grin, awesomee..good job Grin
hero member
Activity: 830
Merit: 500
Need some more interest in this! There are 3M coins available,  the chance of stock piling now is a good way to potentially have a larger investment later.
+ I agree 10000%  Grin
sr. member
Activity: 342
Merit: 250
Need some more interest in this! There are 3M coins available,  the chance of stock piling now is a good way to potentially have a larger investment later.
hero member
Activity: 824
Merit: 1000
hero member
Activity: 830
Merit: 500



WOW..this logo looks bright,..i give VOTE to adopt this logo for NEW spirit VC,may not have to use the color orange..but This LOGO is very good!!!
yes.. this logo is very good, orange is good color : bright and brave,but we can change with other color,it's not problem i think. more Important is this logo for new spirit VC (like you say)  Grin . I agreee 1000%  Grin
hero member
Activity: 824
Merit: 1000



WOW..this logo looks bright,..i give VOTE to adopt this logo for NEW spirit VC,may not have to use the color orange..but This LOGO is very good!!!
hero member
Activity: 830
Merit: 500
Can you explain me block reward please ?
First, the FP gives bad information because we are now with this formula ( same has DRK ) :
Code:
if(nHeight >= 6000) 
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 20; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 5; // increase from 5 to 10 per block
}

Next lines in the code are
Code:
 // yearly decline of production by 20% per year, projected 3M coins max by year 20XX.
    for(int i = 17520; i <= nHeight; i += 17520) nSubsidy *= 0.80;

But first year isn't done, so there is not 20% reduction in theory !?

My compute give me reward > 20 because there is a limitation
 
Code:
if (nSubsidy > 25) nSubsidy = 20; // increase from 25 to 50 per block

On pool reward is ~4.2

So what is the good formula Huh

Thanks

it is very unique, please don't compare with another coin.

Their is a 20% drop not year after year, but after 17520 blocks.
~4.2 will go further down in coming weeks & it will allow existing miners to benefit. Sooner someone joins VC & sooner they mine, more rewards they will get, hope this helps.

Basis formula is the same has DRK and some others x11 clones, it's a fact !

May be you can correct data on the first post to adjust with real things Smiley
x11 not only can used for DRK..many coin uses X11, so you can't call other coin clones because this Crypto business is Free open source ,be famous or not, let people's decide Grin
hero member
Activity: 830
Merit: 500





 Grin Very good - Very good, nice like your domain name bitcoinwallet.id  Grin .. +1010101010101010 for VC, maybe someday i can buy your domain name with VC  Grin, GOOD job
legendary
Activity: 1372
Merit: 1001

 
I like this LOGOS boss!!!...ready for VC
sr. member
Activity: 661
Merit: 250
Can you explain me block reward please ?
First, the FP gives bad information because we are now with this formula ( same has DRK ) :
Code:
if(nHeight >= 6000) 
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 20; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 5; // increase from 5 to 10 per block
}

Next lines in the code are
Code:
 // yearly decline of production by 20% per year, projected 3M coins max by year 20XX.
    for(int i = 17520; i <= nHeight; i += 17520) nSubsidy *= 0.80;

But first year isn't done, so there is not 20% reduction in theory !?

My compute give me reward > 20 because there is a limitation
 
Code:
if (nSubsidy > 25) nSubsidy = 20; // increase from 25 to 50 per block

On pool reward is ~4.2

So what is the good formula Huh

Thanks

it is very unique, please don't compare with another coin.

Their is a 20% drop not year after year, but after 17520 blocks.
~4.2 will go further down in coming weeks & it will allow existing miners to benefit. Sooner someone joins VC & sooner they mine, more rewards they will get, hope this helps.

Basis formula is the same has DRK and some others x11 clones, it's a fact !

May be you can correct data on the first post to adjust with real things Smiley
legendary
Activity: 1372
Merit: 1001
hero member
Activity: 882
Merit: 515
Can you explain me block reward please ?
First, the FP gives bad information because we are now with this formula ( same has DRK ) :
Code:
if(nHeight >= 6000) 
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 20; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 5; // increase from 5 to 10 per block
}

Next lines in the code are
Code:
 // yearly decline of production by 20% per year, projected 3M coins max by year 20XX.
    for(int i = 17520; i <= nHeight; i += 17520) nSubsidy *= 0.80;

But first year isn't done, so there is not 20% reduction in theory !?

My compute give me reward > 20 because there is a limitation
 
Code:
if (nSubsidy > 25) nSubsidy = 20; // increase from 25 to 50 per block

On pool reward is ~4.2

So what is the good formula Huh

Thanks

it is very unique, please don't compare with another coin.

Their is a 20% drop not year after year, but after 17520 blocks.
~4.2 will go further down in coming weeks & it will allow existing miners to benefit. Sooner someone joins VC & sooner they mine, more rewards they will get, hope this helps.
hero member
Activity: 867
Merit: 522
sr. member
Activity: 661
Merit: 250
Can you explain me block reward please ?
First, the FP gives bad information because we are now with this formula ( same has DRK ) :
Code:
if(nHeight >= 6000) 
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 20; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 5; // increase from 5 to 10 per block
}

Next lines in the code are
Code:
 // yearly decline of production by 20% per year, projected 3M coins max by year 20XX.
    for(int i = 17520; i <= nHeight; i += 17520) nSubsidy *= 0.80;

But first year isn't done, so there is not 20% reduction in theory !?

My compute give me reward > 20 because there is a limitation
 
Code:
if (nSubsidy > 25) nSubsidy = 20; // increase from 25 to 50 per block

On pool reward is ~4.2

So what is the good formula Huh

Thanks
Pages:
Jump to: