Filecoin proofs & sector management in a convenient package.
Warning: Requires a new rust nightly.
> cargo build --release
In case you have errors during the build try to update your nightly version:
rustup update && rustup toolchain install nightly && cargo build --release
# Start the daemon
> filbase daemon
# In another terminal
> filbase sector size
1024
In order to use this tool to run benchmarks, it needs to be compiled with the benchy
feature.
> cargo build --release --features benchy
> ./target/release/filbase benchy --help
> cargo test
The Filecoin Project is dual-licensed under Apache 2.0 and MIT terms:
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)