Andrew Osheroff
Andrew Osheroff
Ah gotcha, there are a few separate issues here I think. Trying to split them apart: First issue: `hyperdrive upload ` doesn't interact with FUSE at all (it won't have...
Thanks @lachenmayer, great stuff. I'll go through a few of those and brainstorm changes: 1. The 4/4 thing is just counting the total number of mirror-folder events, but it looks...
@okdistribute @lachenmayer Published `1.13.0` of `hyperdrive-daemon-client` which should fix some of the issues you had, but I might need more info to track down @lachenmayer's download bug: 1. I've renamed...
Hey @reaktivo, Glad you got the other issue fixed and it's working well on the other machine :) Hmm we do have a prebuilt FUSE shared library for ARM that...
Thanks @reaktivo and @bndw. @reaktivo it looks like the FUSE failure doesn't block the rest of the installation (as intended), so your daemon is still running, but you won't be...
Thanks for the info @bndw, we should probably expose a way to start the daemon with a configurable heap size. It looks like I didn't expose a flag for that...
Nice! OK I'll expose a heap size flag for this. Did you run that command from within `~/Hyperdrive`? You'll want to give it a named path (not just '.'), so...
To be clear though if you're planning on using your raspberry pi as an always-online seeder, that command's not gonna cut it (because it's not going to eagerly sync changes...
Hey @akavel @erangell there's no top-level issue tracking it at the moment, but I've added the necessary bits to Hyperdrive ([this PR](https://github.com/hypercore-protocol/hyperdrive/pull/277)) so now it's just a matter of adding...
@akavel Yep `hyperdrive mirror (some-drive-key)` and `hyperdrive unmirror (some-drive-key)` is exactly what the CLI usage will look like! I'll definitely update this issue when it's out :)