Follow the Zcash beta guide, to download, compile and install.
There are issues with IPv6 sockets with WSL, so you must disable it. Use this zcash.conf file:
daemon=1
txindex=1
testnet=1
addnode=betatestnet.z.cash
rpcuser=username
rpcpassword=password
server=1
rpcallowip=127.0.0.1
rpcbind=127.0.0.1
rpcport=18232
bind=0.0.0.0
port=18233
onlynet=ipv4
#gen=1
#genproclimit=6
Run zcashd and use zcash-cli as normal. You can uncomment the #gen and #genproclimit lines to mine.
Hmm, how many threads? What am I doing wrong haha. Although the 400 seemed to be due to me running the benchmark alongside 8 threads, I set my threads to 2 for the benchmark, which gives me 80-120 seconds. Still much more than you
The version discussed here is for Windows 10 64bit Anniversary Edition only. Itās basically a full compatibility layer for running Linux applications on Windows and isnāt available on other versions of Windows as far as I can tell. Been messing with it for a few days and it works really well, compiled a few shell only programs and they run fine with no noticeable slow down. Not done any extensive testing though.
Works nice. Thanks! I went step by step and no issues. Mine 6+ zec in a 6 hour period. Not sure if that is good but I was pleased with the result. Had no idea Microsoft worked with Canonical to make this bash shell environment thingā¦ Pretty cool stuff.
strange. I just did a new build and got the same result. Connections = 0. I turned off windows firewall and windows defender but still the same result. Still troubleshooting.
Itās quite unreliable for me as well, sometimes it connects, sometimes it doesnāt.
I also couldnāt really seem to send my mined coins to another transparent address (transaction rejected)
Sending to a hidden address at least the transaction worked, now I have 0 balance in both addresses
That was like half an hour after the transaction, wasnāt able to check since and to wait for more confirmations.
freshly mined coins can ONLY be sent from the coinbase transparent address (a UXTO taddr in the docs) to a hidden address (zaddr). Once they are sent to a zaddr they can then be sent to another taddr. Thatās by design, and I donāt have the URL for the posts about it in front of me.