Pages:
Author

Topic: OFFICIAL: ✔✔✔✔✔✔✔✔✔✔ VIRTUALCOIN (VC) ✔✔✔✔✔✔✔✔✔ | RANKED TOP 10 | v16.1.2(today) - page 8. (Read 102008 times)

full member
Activity: 241
Merit: 100
Run installer of 15.1.4 & then replace exe with the new version.

Always make backup of your wallet.dat file. just copy it somewhere safe just in case.

okay.. i only replaced the qt exe file in appdata with this new 20MB file that I downloaded.
havent run the installer. but when I opened this new file, all looks fine.. :-)

how do i know, its done correctly?

1. Backup your wallet.dat file which has coins.
2. Run 15.1.4 Installer
3. Replace exe file with new file.
4. Launch
5. (optional) if you do not see your coins, close wallet & copy your backup wallet.dat to appdata folder.

Should be straight forward.



got it.. seems alright,.. all coins in place..

OKAY heres an issue that I see now..

Address:
VKxy6HuABSU6MxRtwcAYUDWSmTTbUCXFSN

Explorer:
Total Sent (VC)   Total Received (VC)   Balance (VC)
2431.32986048   7608.17101240   5176.84115192

Wallet:
Balance (VC): 5392.62845758

Why is a difference of 215 VC? These numbers should tally right?

the last transaction at both wallet and explorer are both the same. no problem there. just the balances are incorrect.
full member
Activity: 241
Merit: 100
Run installer of 15.1.4 & then replace exe with the new version.

Always make backup of your wallet.dat file. just copy it somewhere safe just in case.

okay.. i only replaced the qt exe file in appdata with this new 20MB file that I downloaded.
havent run the installer. but when I opened this new file, all looks fine.. :-)

how do i know, its done correctly?

1. Backup your wallet.dat file which has coins.
2. Run 15.1.4 Installer
3. Replace exe file with new file.
4. Launch
5. (optional) if you do not see your coins, close wallet & copy your backup wallet.dat to appdata folder.

Should be straight forward.



got it.. seems alright,.. all coins in place..
hero member
Activity: 2016
Merit: 591
Leading Crypto Sports Betting & Casino Platform
Hi dev.
Is there your twitter campaign still active? I have seen on your spreadsheet just a little participants was joined. So, did you want get more enthusiastic from us? May I can contact my community to support it.

Regards
Hyudien
hero member
Activity: 882
Merit: 515
Run installer of 15.1.4 & then replace exe with the new version.

Always make backup of your wallet.dat file. just copy it somewhere safe just in case.

okay.. i only replaced the qt exe file in appdata with this new 20MB file that I downloaded.
havent run the installer. but when I opened this new file, all looks fine.. :-)

how do i know, its done correctly?

1. Backup your wallet.dat file which has coins.
2. Run 15.1.4 Installer
3. Replace exe file with new file.
4. Launch
5. (optional) if you do not see your coins, close wallet & copy your backup wallet.dat to appdata folder.

Should be straight forward.

full member
Activity: 241
Merit: 100
Run installer of 15.1.4 & then replace exe with the new version.

Always make backup of your wallet.dat file. just copy it somewhere safe just in case.

okay.. i only replaced the qt exe file in appdata with this new 20MB file that I downloaded.
havent run the installer. but when I opened this new file, all looks fine.. :-)

how do i know, its done correctly?
hero member
Activity: 882
Merit: 515
Run installer of 15.1.4 & then replace exe with the new version.

Always make backup of your wallet.dat file. just copy it somewhere safe just in case.
full member
Activity: 241
Merit: 100
VERSION 16.1.2 RELEASED (April 20th 2017)

Total 293 changes were implemented in this version.
10% inflation added, reward drops 10% every 17500 blocks.
Maturity: 20

For Linux users, Pool, Explorer & Exchange use
https://github.com/vcoin-z/virtualcoin.git



WINDOWS WALLET:
http://download.virtualcoin.ca/virtualcoin-qt.exe

Go to

Code:
%APPDATA%\VirtualCoin\
Replace with this new file.



LINUX WALLET (32bit OS):
http://download.virtualcoin.ca/virtualcoind-32

LINUX WALLET (64bit OS):
http://download.virtualcoin.ca/virtualcoind-64



Steps:
git clone https://github.com/vcoin-z/virtualcoin.git
cd virtualcoin/src/leveldb
sudo rm libleveldb.a
sudo rm libmemenv.a
sudo chmod 775 build_detect_platform
cd ..
sudo make -f makefile.unix clean
cd leveldb
sudo make libleveldb.a libmemenv.a
cd ..
sudo make -f makefile.unix USE_UPNP=1 USE_QRCODE=-
sudo strip virtualcoind
./virtualcoind


## You need to have gedit installed in order to auto create virtualcoin.conf file below.

gedit ~/.virtualcoin/virtualcoin.conf
testnet=0
listen=1
server=1
daemon=1
gen=1
genproclimit=1
rpcuser=vcoinrpc
rpcpassword=myrandompassword
maxconnections=100
rcpallowip=127.0.0.1
port=443
rpcport=10000


Final:
sudo ./virtualcoind -port=443 -reindex


 

Hi dev,

I've never had to do this before.. (never really had a wallet on the computer before :-))
So I need to install all of it again? or just this one exe file has to be replaced?

will it not be a new address/wallet? hope no coins will be lost?

Don't worry nothing lost or will loose.
It will not change, other than Maturity went from 2000 to 20 & you will see you coins mature in few hrs. Don't send or receive as old wallets will not be able to confirm.

This will take care of most of the troubles reported.

ok dev..
downloading from the link provided..
so i will replace the exe in the appdata folder, anything else I need to do?
hero member
Activity: 882
Merit: 515
VERSION 16.1.2 RELEASED (April 20th 2017)

Total 293 changes were implemented in this version.
10% inflation added, reward drops 10% every 17500 blocks.
Maturity: 20

For Linux users, Pool, Explorer & Exchange use
https://github.com/vcoin-z/virtualcoin.git



WINDOWS WALLET:
http://download.virtualcoin.ca/virtualcoin-qt.exe

Go to

Code:
%APPDATA%\VirtualCoin\
Replace with this new file.



LINUX WALLET (32bit OS):
http://download.virtualcoin.ca/virtualcoind-32

LINUX WALLET (64bit OS):
http://download.virtualcoin.ca/virtualcoind-64



Steps:
git clone https://github.com/vcoin-z/virtualcoin.git
cd virtualcoin/src/leveldb
sudo rm libleveldb.a
sudo rm libmemenv.a
sudo chmod 775 build_detect_platform
cd ..
sudo make -f makefile.unix clean
cd leveldb
sudo make libleveldb.a libmemenv.a
cd ..
sudo make -f makefile.unix USE_UPNP=1 USE_QRCODE=-
sudo strip virtualcoind
./virtualcoind


## You need to have gedit installed in order to auto create virtualcoin.conf file below.

gedit ~/.virtualcoin/virtualcoin.conf
testnet=0
listen=1
server=1
daemon=1
gen=1
genproclimit=1
rpcuser=vcoinrpc
rpcpassword=myrandompassword
maxconnections=100
rcpallowip=127.0.0.1
port=443
rpcport=10000


Final:
sudo ./virtualcoind -port=443 -reindex


 

Hi dev,

I've never had to do this before.. (never really had a wallet on the computer before :-))
So I need to install all of it again? or just this one exe file has to be replaced?

will it not be a new address/wallet? hope no coins will be lost?

Don't worry nothing lost or will loose.
It will not change, other than Maturity went from 2000 to 20 & you will see you coins mature in few hrs. Don't send or receive as old wallets will not be able to confirm.

This will take care of most of the troubles reported.
full member
Activity: 241
Merit: 100
VERSION 16.1.2 RELEASED (April 20th 2017)

Total 293 changes were implemented in this version.
10% inflation added, reward drops 10% every 17500 blocks.
Maturity: 20

For Linux users, Pool, Explorer & Exchange use
https://github.com/vcoin-z/virtualcoin.git



WINDOWS WALLET:
http://download.virtualcoin.ca/virtualcoin-qt.exe

Go to

Code:
%APPDATA%\VirtualCoin\
Replace with this new file.



LINUX WALLET (32bit OS):
http://download.virtualcoin.ca/virtualcoind-32

LINUX WALLET (64bit OS):
http://download.virtualcoin.ca/virtualcoind-64



Steps:
git clone https://github.com/vcoin-z/virtualcoin.git
cd virtualcoin/src/leveldb
sudo rm libleveldb.a
sudo rm libmemenv.a
sudo chmod 775 build_detect_platform
cd ..
sudo make -f makefile.unix clean
cd leveldb
sudo make libleveldb.a libmemenv.a
cd ..
sudo make -f makefile.unix USE_UPNP=1 USE_QRCODE=-
sudo strip virtualcoind
./virtualcoind


## You need to have gedit installed in order to auto create virtualcoin.conf file below.

gedit ~/.virtualcoin/virtualcoin.conf
testnet=0
listen=1
server=1
daemon=1
gen=1
genproclimit=1
rpcuser=vcoinrpc
rpcpassword=myrandompassword
maxconnections=100
rcpallowip=127.0.0.1
port=443
rpcport=10000


Final:
sudo ./virtualcoind -port=443 -reindex


 

Hi dev,

I've never had to do this before.. (never really had a wallet on the computer before :-))
So I need to install all of it again? or just this one exe file has to be replaced?

will it not be a new address/wallet? hope no coins will be lost?
hero member
Activity: 882
Merit: 515
VERSION 16.1.2 RELEASED (April 20th 2017)

Total 293 changes were implemented in this version.
10% inflation added, reward drops 10% every 17500 blocks.
Maturity: 20

For Linux users, Pool, Explorer & Exchange use
https://github.com/vcoin-z/virtualcoin.git



WINDOWS WALLET:
http://download.virtualcoin.ca/virtualcoin-qt.exe

Go to

Code:
%APPDATA%\VirtualCoin\
Replace with this new file.



LINUX WALLET (32bit OS):
http://download.virtualcoin.ca/virtualcoind-32

LINUX WALLET (64bit OS):
http://download.virtualcoin.ca/virtualcoind-64



Steps:
git clone https://github.com/vcoin-z/virtualcoin.git
cd virtualcoin/src/leveldb
sudo rm libleveldb.a
sudo rm libmemenv.a
sudo chmod 775 build_detect_platform
cd ..
sudo make -f makefile.unix clean
cd leveldb
sudo make libleveldb.a libmemenv.a
cd ..
sudo make -f makefile.unix USE_UPNP=1 USE_QRCODE=-
sudo strip virtualcoind
./virtualcoind


## You need to have gedit installed in order to auto create virtualcoin.conf file below.

gedit ~/.virtualcoin/virtualcoin.conf
testnet=0
listen=1
server=1
daemon=1
gen=1
genproclimit=1
rpcuser=vcoinrpc
rpcpassword=myrandompassword
maxconnections=100
rcpallowip=127.0.0.1
port=443
rpcport=10000


Final:
sudo ./virtualcoind -port=443 -reindex


 
hero member
Activity: 882
Merit: 515
hero member
Activity: 882
Merit: 515
IF YOU ARE RUNNING POOLS, PLEASE UPGRADE TO NEW CODE.

So now do not mining VC?  Or yes ?

Not recommended, let pool upgrade to new code. Also waiting for coinexchange.io to upgrade as well.

What about the coins already mined? Lost?

Don't worry, it would not impact.

If you are solo mining, please do not send coins till pools & exchange update. As coins will mature in your wallet, but not on exchange if they are running old code.
hero member
Activity: 882
Merit: 515
Guys, if you have downloaded in last hour or so from this post, please re-download Windows wallet again.

legendary
Activity: 1834
Merit: 1006
IF YOU ARE RUNNING POOLS, PLEASE UPGRADE TO NEW CODE.

So now do not mining VC?  Or yes ?

Not recommended, let pool upgrade to new code. Also waiting for coinexchange.io to upgrade as well.

What about the coins already mined? Lost?
hero member
Activity: 882
Merit: 515
Their was a minor change that was missed in Windows wallet, will be releasing updated wallet in few mins.
hero member
Activity: 882
Merit: 515
IF YOU ARE RUNNING POOLS, PLEASE UPGRADE TO NEW CODE.

So now do not mining VC?  Or yes ?

Not recommended, let pool upgrade to new code. Also waiting for coinexchange.io to upgrade as well.
legendary
Activity: 1834
Merit: 1006
IF YOU ARE RUNNING POOLS, PLEASE UPGRADE TO NEW CODE.

So now do not mining VC?  Or yes ?
hero member
Activity: 882
Merit: 515
IF YOU ARE RUNNING POOLS, PLEASE UPGRADE TO NEW CODE.
hero member
Activity: 882
Merit: 515
VERSION 16.1.2 RELEASED

Total 293 changes were implemented in this version.
10% inflation added, reward drops 10% every 17500 blocks.
Maturity: 20

For Linux users, Pool, Explorer & Exchange use
https://github.com/vcoin-z/virtualcoin.git



WINDOWS WALLET:
http://download.virtualcoin.ca/virtualcoin-qt.exe

LINUX WALLET (32bit OS):
http://download.virtualcoin.ca/virtualcoind-32

LINUX WALLET (64bit OS):
http://download.virtualcoin.ca/virtualcoind-64



Steps:
git clone https://github.com/vcoin-z/virtualcoin.git
cd virtualcoin/src/leveldb
sudo rm libleveldb.a
sudo rm libmemenv.a
sudo chmod 775 build_detect_platform
cd ..
sudo make -f makefile.unix clean
cd leveldb
sudo make libleveldb.a libmemenv.a
cd ..
sudo make -f makefile.unix USE_UPNP=1 USE_QRCODE=-
sudo strip virtualcoind
./virtualcoind


## You need to have gedit installed in order to auto create virtualcoin.conf file below.

gedit ~/.virtualcoin/virtualcoin.conf
testnet=0
listen=1
server=1
daemon=1
gen=1
genproclimit=1
rpcuser=vcoinrpc
rpcpassword=myrandompassword
maxconnections=100
rcpallowip=127.0.0.1
port=443
rpcport=10000


Final:
sudo ./virtualcoind -port=443 -reindex


 
Pages:
Jump to: