Skip to content

Commit

Permalink
Cleanup rust-fil-proofs config
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed Feb 28, 2025
1 parent 27f82f1 commit 8f0694e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions rust-fil-proofs.config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,3 @@ rows_to_discard = 2

# This enables multicore SDR replication
use_multicore_sdr = true

# 0. Code Review

# 1. Test out windowed PoSt
# 2. Verify where to adjust in the Polka-Storage code (i don't know what SECTOR_COUNT in PoSt actually means)
# - Sector Count in Partitions means actually how many sectors in a partition
# - currently we can verify 10 per block, so the number of supported partitions is = BLOCKS_IN_A_DEADLINE * 10 as a upper upper bound
# - 30 min = 10 blocks ina minute = 300 blocks * 10 = 3000, but SP probably takes more than 6 secs to produce a proof
# - to be able to do more calculationes, I need to test out windowed Post with the params

# 1. Adjust layers (?) to more (bump security even more)


# RUST_LOG=debug ./target/release/polka-storage-provider-client proofs porep --sr25519-key "//Charlie" --seal-proof 1GiB --proof-parameters-path ./target/porep_params_1GiB --sector-id 1 --seal-randomness-height 20 --pre-commit-block-number 30 --cache-directory /tmp/tst-cache ./examples/big_file_184k.car baga6ea4seaqhx2sxpfc2f3k2o75m3acskihug7me3g4coyw6adjqnd6ioszfqay
# RUST_LOG=debug ./target/release/polka-storage-provider-client proofs post --sr25519-key "//Charlie" --post-type 1GiB --proof-parameters-path ./target/post_params_1GiB --sector-number 1 --challenge-block 50 --cache-directory /tmp/tst-cache ./1.sector.sealed bagboea4b5abcaep6goq3swejyfjgmwhx5x2qlf565f437mxbgq72msyd6mv7ixdg
# 2 sec raw of PoSt time without tweaking PoSt params

0 comments on commit 8f0694e

Please sign in to comment.