Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Zclassic, Zcash Fork No Premine, No 20% Founders Tax
by
jk_14
on 15/11/2016, 22:08:45 UTC

missing ZCLs... what is going on?

Code:
root@kopiemtu:~/ZCASH# ps -ef | grep zcash
root      2686  2676 11 22:00 pts/0    00:00:31 ./zcashd -rescan
root      8310 32750  0 22:05 pts/3    00:00:00 grep --color=auto zcash
root@kopiemtu:~/ZCASH#

I didn't create new t-address, I have used existing one:

Code:
root@kopiemtu:~/ZCASH# ./zcash-cli getaddressesbyaccount ""
[
    "t1W5wd9Y3bg5R7so3XRGtb5nareobRNZyuA"
]
root@kopiemtu:~/ZCASH#

and sent 2 ZCL to that address:

https://classic.zcha.in/accounts/t1W5wd9Y3bg5R7so3XRGtb5nareobRNZyuA


so why balance is still zero?

Code:
root@kopiemtu:~/ZCASH# ./zcash-cli getinfo
{
    "version" : 1000150,
    "protocolversion" : 170002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 11005,
    "timeoffset" : 0,
    "connections" : 8,
    "proxy" : "",
    "difficulty" : 373267.78451076,
    "testnet" : false,
    "keypoololdest" : 1479075731,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "relayfee" : 0.00005000,
    "errors" : ""
}
root@kopiemtu:~/ZCASH#