catalyst-core icon indicating copy to clipboard operation
catalyst-core copied to clipboard

feat: Quadratic scaling option| NPG-000

Open cong-or opened this issue 10 months ago • 0 comments
trafficstars

Quadratic scaling option:

Generate encrypted tally with gamma scaling


BLOCK0=/tmp/fund9-leader-1/artifacts/block0.bin
FRAGMENTS_STORAGE=/tmp/fund9-leader-1/persist/leader-1
GAMMA=0.1
PRECISION=5

./target/release/offline --fragments $FRAGMENTS_STORAGE --block0 $BLOCK0  --gamma $GAMMA --precision $PRECISION

cong-or avatar Jan 21 '25 13:01 cong-or