Author

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

hero member
Activity: 673
Merit: 500
anybody else getting stuck on block 1611 with the new source?
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
REWARD AMOUNT DOUBLE FOR SHORT TERM


To help out everyone because of this duplicate blockchain issue, Reward amount has been doubled from 3000 block to 40000 block.
Now maximum: 50 coins per block

Code:
if(nHeight >= 3000 && nHeight < 40000) 
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 50; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 10; // increase from 5 to 10 per block
}

if(nHeight >= 40000)
{
                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

So once it reaches 40000, reward amount will return back to normal.

Short term? 3000 - 40000 is a lot of blocks (37000)
and if we aren't even on 3000 yet, it will take a long time.
Right?

Looking at roughly month time. Since so many are mining, the amount distributed by pools have been small, it will encourage new users to join Virtual Coin & take advantage of this promotion.
Ah, good idea!
hero member
Activity: 882
Merit: 515
REWARD AMOUNT DOUBLE FOR SHORT TERM


To help out everyone because of this duplicate blockchain issue, Reward amount has been doubled from 3000 block to 40000 block.
Now maximum: 50 coins per block

Code:
if(nHeight >= 3000 && nHeight < 40000) 
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 50; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 10; // increase from 5 to 10 per block
}

if(nHeight >= 40000)
{
                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

So once it reaches 40000, reward amount will return back to normal.

Short term? 3000 - 40000 is a lot of blocks (37000)
and if we aren't even on 3000 yet, it will take a long time.
Right?

Looking at roughly month time. Since so many are mining, the amount distributed by pools have been small, it will encourage new users to join Virtual Coin & take advantage of this promotion.
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
Current status:-
{
"blocks" : 2526,
"currentblocksize" : 1226,
"currentblocktx" : 1,
"difficulty" : 10.18396372,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"hashespersec" : 43741,
"networkhashps" : 249890205,
"pooledtx" : 1,
"testnet" : false
}
If you were replying to my question, I meant that the reward is doubled for 37000 blocks which will take more than 5 days. (not a short time)
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
Current status:-
{
"blocks" : 2526,
"currentblocksize" : 1226,
"currentblocktx" : 1,
"difficulty" : 10.18396372,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"hashespersec" : 43741,
"networkhashps" : 249890205,
"pooledtx" : 1,
"testnet" : false
}

Mine:

{
"blocks" : 2526,
"currentblocksize" : 1226,
"currentblocktx" : 1,
"difficulty" : 10.18396372,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"hashespersec" : 58993,
"networkhashps" : 249890205,
"pooledtx" : 1,
"testnet" : false
}
hero member
Activity: 882
Merit: 515
Current status:-
{
"blocks" : 2526,
"currentblocksize" : 1226,
"currentblocktx" : 1,
"difficulty" : 10.18396372,
"errors" : "",
"generate" : true,
"genproclimit" : 2,
"hashespersec" : 43741,
"networkhashps" : 249890205,
"pooledtx" : 1,
"testnet" : false
}
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
REWARD AMOUNT DOUBLE FOR SHORT TERM


To help out everyone because of this duplicate blockchain issue, Reward amount has been doubled from 3000 block to 40000 block.
Now maximum: 50 coins per block

Code:
if(nHeight >= 3000 && nHeight < 40000) 
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 50; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 10; // increase from 5 to 10 per block
}

if(nHeight >= 40000)
{
                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

So once it reaches 40000, reward amount will return back to normal.

Short term? 3000 - 40000 is a lot of blocks (37000)
and if we aren't even on 3000 yet, it will take a long time.
Right?
hero member
Activity: 882
Merit: 515
New code has been tested, it is stable.

1) Backup your wallet.dat file
2) delete "virtualcoin" folder in roaming
3) delete old exe file.

4) Run new exe file, wait for it to fully sync.
5) close it.
6) copy back the wallet.dat file to "virtualcoin" folder in roaming.
7) Launch exe file.



Not getting network connections :-/
Back to using the conf file and add nodes? If so, can you please update the thread with new info?

Good job Grin

Allow some time, as their looks like over 700 clients are trying to connect & sync at same time.
hero member
Activity: 882
Merit: 515
Yay, just solo mined my first block! (2.5 MHash)
But the reward is still only 5. You said you updated reward code.
I want the reward to stay at 5 but what code did you update?
Thanks

Reward amount changes after 3000. (likely in next few hours)
hero member
Activity: 882
Merit: 515
REWARD AMOUNT DOUBLE FOR SHORT TERM


To help out everyone because of this duplicate blockchain issue, Reward amount has been doubled from 3000 block to 40000 block.
Now maximum: 50 coins per block

Code:
if(nHeight >= 3000 && nHeight < 40000) 
{
                nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
                if (nSubsidy > 25) nSubsidy = 50; // increase from 25 to 50 per block
                if (nSubsidy < 5) nSubsidy = 10; // increase from 5 to 10 per block
}

if(nHeight >= 40000)
{
                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

So once it reaches 40000, reward amount will return back to normal.
legendary
Activity: 1526
Merit: 1001
Crypto since 2014
Yay, just solo mined my first block! (2.5 MHash)
But the reward is still only 5. You said you updated reward code.
I want the reward to stay at 5 but what code did you update?
Thanks
sr. member
Activity: 294
Merit: 250
New code has been tested, it is stable.

1) Backup your wallet.dat file
2) delete "virtualcoin" folder in roaming
3) delete old exe file.

4) Run new exe file, wait for it to fully sync.
5) close it.
6) copy back the wallet.dat file to "virtualcoin" folder in roaming.
7) Launch exe file.



Not getting network connections :-/
Back to using the conf file and add nodes? If so, can you please update the thread with new info?

Good job Grin
hero member
Activity: 882
Merit: 515
New code has been tested, it is stable.

1) Backup your wallet.dat file
2) delete "virtualcoin" folder in roaming
3) delete old exe file.

4) Run new exe file, wait for it to fully sync.
5) close it.
6) copy back the wallet.dat file to "virtualcoin" folder in roaming.
7) Launch exe file.

legendary
Activity: 1526
Merit: 1001
Crypto since 2014
hero member
Activity: 882
Merit: 515
I received no coin at all from the pool with the new wallet !
 Huh

wait for pool OP to update their code.
full member
Activity: 182
Merit: 100
I received no coin at all from the pool with the new wallet !
 Huh
hero member
Activity: 882
Merit: 515
Thanks everyone for been so patience.

Source Code: https://mega.co.nz/#!OIxSgZYQ!dM98h8UDn3C2h7Z78XHkwO04bWWBgvB1MIDORCGInrY
full member
Activity: 238
Merit: 100
AGGGGHHHH! I have been trying to figure out how to mine this for days and it's doing my head in!

You do mine this with cgminer don't you? I just followed the little instructions here as there was no instructions in the op: http://vc.talesfromthescrypt.org/index.php?page=gettingstarted
No, you don't use cgminer. It says that you need it on talesfromthescrypt but it won't work. You need sphminer (a modded cgminer compatible with X11 algo)
Download it here:
Code:
https://mega.co.nz/#!uAp12DYa!vhfp1wDb43mB1KCo_5ZfwXehYhBXeKcVYWbmkTB2ldg (if you are on windows)
Now once you have downloaded the miner, extract the files to a new folder.
In that new folder (the one with all of the files in it) right click > New > Text Document
Copy & paste this in:
Quote
GPU_MAX_ALLOC_PERCENT=100
sgminer -k darkcoin -o stratum+tcp://vc.us.talesfromthescrypt.org:5329 -u . -p
timeout=30
then, File > save as
Save it as Miner.bat (remember to take out the .txt)    DON'T make it "miner.bat.txt"
Now to launch the miner, click on Miner.bat (not the .txt document)
wait for "started sgminer, kernel darkcoin is experimental" to go away
And you should be mining. If it doesn't go away in the first 20 seconds then try again until it works.
To make it mine faster, type "G" then "I" and set the intensity (I recommend 19 for the best hash/s) then press enter and then the spacebar.

Thank you so much, this worked Cheesy. Finally I can mine this coin Smiley. This should be put in the OP.
newbie
Activity: 56
Merit: 0
WINDOWS WALLET MAJOR MANDATORY UPDATE

Release: 9.1.3

* Bug fixes
* Security Update (Virtual Gravity Well)
* Blockchain fix
* Reward code Update
* Algo update

Code:
https://mega.co.nz/#!CNQRHLRS!9M8fW16TwlFOgeiu4AnwhP2nYB9q9zbKQnRcpBm_vmg

Everyone please update on this version immediately.

If you have issues with sync, please backup wallet.dat file.
delete "virtualcoin" folder.
Launch new exe file.

Don't forget to create & use following virtualcoin.conf file.
Code:
testnet=0
listen=1
server=1
daemon=1
rpcuser=vcoinrpc
rpcpassword=YOUR.OWN.RANDOM.PASSWORD
gen=1
genproclimit=2
maxconnections=100
rcpallowip=127.0.0.1
rpcport=20950
port=2095

I'm at this point fully in sync.  Will we get our coins after the pool operators update?  Currently pool is on block 2499.  My wallet is on 1502 so I'm guessing the coins wont show up till the pools are updated.  Is that correct?
sr. member
Activity: 473
Merit: 250
"Proof-of-Asset Protocol"
WINDOWS WALLET MAJOR MANDATORY UPDATE

Release: 9.1.3

* Bug fixes
* Security Update (Virtual Gravity Well)
* Blockchain fix
* Reward code Update
* Algo update

Code:
https://mega.co.nz/#!CNQRHLRS!9M8fW16TwlFOgeiu4AnwhP2nYB9q9zbKQnRcpBm_vmg

Everyone please update on this version immediately.

If you have issues with sync, please backup wallet.dat file.
delete "virtualcoin" folder.
Launch new exe file.

Don't forget to create & use following virtualcoin.conf file.
Code:
testnet=0
listen=1
server=1
daemon=1
rpcuser=vcoinrpc
rpcpassword=YOUR.OWN.RANDOM.PASSWORD
gen=1
genproclimit=2
maxconnections=100
rcpallowip=127.0.0.1
rpcport=20950
port=2095

Great Job Dev, my client is sync... took about 30 secs.
please post source code as well.
Jump to: