Taylor Hornby
Taylor Hornby
I pulled all of the leastauthority.com-ish issues into their own tickets. The remainder should go in Tahoe-LAFS tickets. I'll see about doing that.
I just set up Tarsnap for the Zcash project's server, and I liked it a lot better. The main reasons are: - You just say "back up this directory" and...
The 30-day trial period isn't mentioned at all on the homepage. It should be.
Related: #297.
There's an interesting security problem that arises when you turn on compression. (Aside to explain the attack.) Suppose a client is receiving some compressed data that contains a secret, and...
I think we should make darksidewalletd use the first block's coinbase height as the start height and the sapling activation height by default, then in most cases `submitblocks.sh` won't require...
If we had an ASIC we could forcefully reorg testnet, but we probably don't want to rely on that because (a) it may interrupt other testing going on on testnet...
My only remarks from a security point of view is that it adds complexity to lightwalletd, and if it's optional, as @str4d points out in the other ticket, network adversaries...
For production deployment I think we only need x86_64 Linux. But we want it to build for devs on Mac (#229 is one blocker to that).
It looks like lightwalletd is configured to talk connect to zcashd via the hostname `zcashd`, but that hostname didn't exist when it tried to do so. It's most likely a...