2026-01-14 21:51:20 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
2026-01-15 17:54:15 +01:00
|
|
|
MERKLE_DEPTH=20 # depth of the Merkle tree
|
|
|
|
|
LIMIT_BITS=16 # log2 of the maximal possible rate limit per epoch
|
2026-01-14 21:51:20 +01:00
|
|
|
|
2026-01-15 17:03:22 +01:00
|
|
|
# SEED=1234567 # seed for creating fake data
|