Verified Commit 9f3ffcc8 authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Feat(example): limit the number of keys per pool at each run

parent 5f241d98
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Local configuration for the example.org vanity pool
# Parameters defined here will override those in the main config.

# Limit the number of keys per pool at each run
MKP224O_RUN_FLAGS="$MKP224O_RUN_FLAGS -n 5"

# Ensure that regex support is enabled
MKP224O_BUILD_FLAGS="--enable-intfilter=native --enable-regex=yes"