Can somebody help with cli wallet on Ubuntu?
Trying to sync wallet, ./yenten-cli getinfo says "blocks": 3, waited for 1 hour, still the same(
can I download full blockchain somewhere?
diman@yenten:~/yenten$ ./yenten-cli getinfo
{
"deprecation-warning": "WARNING: getinfo is deprecated and will be fully removed in 0.16. Projects should transition to using getblockchaininfo, getnetworkinfo, and getwalletinfo before upgrading to 0.16",
"version": 2000100,
"protocolversion": 70015,
"walletversion": 139900,
"balance": 0.00000000,
"blocks": 3,
"timeoffset": 0,
"connections": 3,
"proxy": "",
"difficulty": 6.103423947912204e-05,
"testnet": false,
"keypoololdest": 1534929137,
"keypoolsize": 2000,
"paytxfee": 0.00000000,
"relayfee": 0.00001000,
"errors": ""
}