now generating DAG files
but I don't know where I can found that mined coins ??
where is my wallet address ?
I have to start Vec wallet what we used before ?
Every time you run start_gvec.bat your wallet address will be at the top of the console window.
instance: Gvec/v1.3.6/windows/go1.6.2
datadir: C:\Users\yourname\AppData\Roaming\Vector
coinbase: 0x62e8fc4f03ca2e11a095d6012a66630241040e01 <--- your address
To backup your wallet, go to your roaming/Vector folder and copy the keystore folder to a safe location.
*console commands*
Check your balance:
web3.fromWei(vec.getBalance(vec.coinbase), "vec")send coins:
personal.unlockAccount(vec.accounts[0], "password")vec.sendTransaction({from: vec.accounts[0], to: "recipient_address", value: web3.toWei(1, "vec")})Do not send coins you mine on this fork to yobit until the swap is done.The old Vec wallet will not work with this ether chain, if you have coins in the old wallet, just send them to yobit before the swap and shut it down.
I followed all the steps, When I check balance it showed the coins in red color.. But when try to send and receive from another computer.. It is throwing error.
> { "0x9cd10f0062ceb6254d67fbdd83a2a7bbca59098c", value: web3.toWei(1, "vec")})
Exceeds block gas limit
at InvalidResponse (<anonymous>:-81464:-124)
at send (<anonymous>:-155982:-124)
at sendTransaction (<anonymous>:-133048:-124)
at <anonymous>:1:1
>
Here I am just trying to send 1 coin, I have more than 5coins in wallet.
so I am not sure what's wrong happened.