Pages:
Author

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

sr. member
Activity: 416
Merit: 250
full member
Activity: 644
Merit: 101
full member
Activity: 644
Merit: 101
VERSION 15.1.4 RELEASED

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

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



WINDOWS WALLET:
https://drive.google.com/uc?export=download&confirm=6kPQ&id=0B0du_MpVWXexSUx6Y3Z4TS1xZjQ



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=-
./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


 




In case someone wants to validate if they are of right blockchain....


Help-> DEBUG-> Console
Type:
getblockhash 6532
Code:
000000000035e5675f7347847ae8ae38d519ee9ef8f365e1c5f8d608677e3f9e



.

Thank you Dev
newbie
Activity: 7
Merit: 0

位硬币现在在它是现在是虚拟硬币的时间,这是下一个最好的赌注你的钱。

sr. member
Activity: 473
Merit: 250
"Proof-of-Asset Protocol"
TIP
If you notice low connections (under 10) for your wallet.
Just close the wallet, wait 10 secs & reLaunch it again from Desktop shortcut.
hero member
Activity: 882
Merit: 515
TWITTER:

https://twitter.com/PRVirtualCoin/status/835741926649278465

Plz if possible, re-tweet & like maybe ask your followers to do that as well, hope to see getting listed on one of them.
hero member
Activity: 882
Merit: 515


A Big thanks to Gregofdoom in creating new icons & images to provide face lift to our new version.

.
hero member
Activity: 882
Merit: 515
VERSION 15.1.4 RELEASED

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

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



WINDOWS WALLET:
https://drive.google.com/uc?export=download&confirm=6kPQ&id=0B0du_MpVWXexSUx6Y3Z4TS1xZjQ



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=-
./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


 




In case someone wants to validate if they are of right blockchain....


Help-> DEBUG-> Console
Type:
getblockhash 6532
Code:
000000000035e5675f7347847ae8ae38d519ee9ef8f365e1c5f8d608677e3f9e



.
hero member
Activity: 882
Merit: 515

Wallet updated Smiley
Thanks dev

"version" : 15010400,
    "protocolversion" : 70030,
    "walletversion" : 60000,
    "balance" : 431.83354607,
    "blocks" : 6526,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 98.19126770,
    "testnet" : false,
    "keypoololdest" : 1487949053,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""


Thanks BlackIce.

Once you have Block Explorer updated let us know.
Try to build the both leveldb files using make as mentioned above, maybe that will take care of some of the bugs.
sr. member
Activity: 644
Merit: 250

Wallet updated Smiley
Thanks dev

"version" : 15010400,
    "protocolversion" : 70030,
    "walletversion" : 60000,
    "balance" : 431.83354607,
    "blocks" : 6526,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 98.19126770,
    "testnet" : false,
    "keypoololdest" : 1487949053,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
hero member
Activity: 882
Merit: 515
after the 6000 block of the award was 25 coins, 50 coins now
Block explorer is little bit buggy, as we found out during POS issue. Don't rely on it completely.
Wait for block explorer to be upgrade to new version as well.

It is based on the reward system with diff, once it reaches over certain value, 50 VC is payout.
Another custom algo is added now, even if it is 50, reward drops further 10% every 7500 blocks.

It is designed to reward early miners, just like bitcoin. But with lot of other variables that bitcoin never offered.
If diff falls too low, so will the reward. At the end more miners mining higher the reward & vice versa.
newbie
Activity: 45
Merit: 0
after the 6000 block of the award was 25 coins, 50 coins now
sr. member
Activity: 473
Merit: 250
"Proof-of-Asset Protocol"
VERSION 15.1.4 RELEASED

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

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



WINDOWS WALLET:
https://drive.google.com/uc?export=download&confirm=6kPQ&id=0B0du_MpVWXexSUx6Y3Z4TS1xZjQ



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=-
./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


 




Seems lot faster with the new code, thanks DEV.

Still finding blocks with GPU, proved wrong whoever predicted ASIC miners will take over.  Cool
Still GPU coin.



full member
Activity: 644
Merit: 101
VERSION 15.1.4 RELEASED

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

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



WINDOWS WALLET:
https://drive.google.com/uc?export=download&confirm=6kPQ&id=0B0du_MpVWXexSUx6Y3Z4TS1xZjQ



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=-
./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


 

Working as expected  Grin Grin Grin Grin Grin Grin Grin Grin
member
Activity: 88
Merit: 10
hero member
Activity: 882
Merit: 515
VERSION 15.1.4 RELEASED

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

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



WINDOWS WALLET:
https://drive.google.com/uc?export=download&confirm=6kPQ&id=0B0du_MpVWXexSUx6Y3Z4TS1xZjQ



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=-
./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
Thanks everyone Smiley

It is a very unique code that is written from scratch, so trying to iron out some minor issues related to looping. Github has been updated & will confirm once code is validated.
legendary
Activity: 1834
Merit: 1006
Dev, great job.

Virtual Coin soon exceed all boundaries  Cool
Pages:
Jump to: