Loading README.md +6 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,12 @@ Run the above `make config` command for each Onion Service you're mining keys. Configuration and mined keys are stored under the `pool/my-pool` folder, with mined keys at the `pool/my-pool/candidates`. ### Per-pool environment override Custom environment overrides are possible. For the `my-pool` config, place any overrides at the `pools/my-pool/env` file, which are parsed after the default `.env` folder. ### Recompiling If by any change a `mkp224o` recompilation is neeed without triggering Loading TODO.md +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ ## Basic * [x] Logfile support. * [ ] Support for per-pool environment file, that's parsed * [x] Support for per-pool environment file, that's parsed after the project-wide `.env` and can override default configuration. Loading bin/params +7 −1 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ LOGS="$POOL/logs" LOG="$LOGS/$DATE.log" CANDIDATES="$POOL/candidates" DEPENDENCIES="gcc libsodium-dev make autoconf" ENV_LOCAL="$POOL/env" # Default flags used for mkp224o compilation #MKP224O_BUILD_FLAGS="--enable-amd64-51-30k --enable-intfilter --enable-binsearch --enable-besort" Loading @@ -41,7 +42,12 @@ MKP224O_BUILD_FLAGS="--enable-intfilter=native" # Default flags used for mkp224o invocation MKP224O_RUN_FLAGS="-s -d $CANDIDATES -f $FILTERS -B" # Source the environment file # Source the project-wide environment file if [ -e "$ENV" ]; then source $ENV fi # Source the per-pool environment file if [ ! -z "$CONFIG" ] && [ -e "$ENV_LOCAL" ]; then source $ENV_LOCAL fi kvmxfile +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ bootloader="grub" #qemu_opts="" # Number of CPUs smp="4" smp="7" # Enviroment passed to SSH commands #ssh_env="TERM=xterm" Loading Loading
README.md +6 −0 Original line number Diff line number Diff line Loading @@ -58,6 +58,12 @@ Run the above `make config` command for each Onion Service you're mining keys. Configuration and mined keys are stored under the `pool/my-pool` folder, with mined keys at the `pool/my-pool/candidates`. ### Per-pool environment override Custom environment overrides are possible. For the `my-pool` config, place any overrides at the `pools/my-pool/env` file, which are parsed after the default `.env` folder. ### Recompiling If by any change a `mkp224o` recompilation is neeed without triggering Loading
TODO.md +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ ## Basic * [x] Logfile support. * [ ] Support for per-pool environment file, that's parsed * [x] Support for per-pool environment file, that's parsed after the project-wide `.env` and can override default configuration. Loading
bin/params +7 −1 Original line number Diff line number Diff line Loading @@ -33,6 +33,7 @@ LOGS="$POOL/logs" LOG="$LOGS/$DATE.log" CANDIDATES="$POOL/candidates" DEPENDENCIES="gcc libsodium-dev make autoconf" ENV_LOCAL="$POOL/env" # Default flags used for mkp224o compilation #MKP224O_BUILD_FLAGS="--enable-amd64-51-30k --enable-intfilter --enable-binsearch --enable-besort" Loading @@ -41,7 +42,12 @@ MKP224O_BUILD_FLAGS="--enable-intfilter=native" # Default flags used for mkp224o invocation MKP224O_RUN_FLAGS="-s -d $CANDIDATES -f $FILTERS -B" # Source the environment file # Source the project-wide environment file if [ -e "$ENV" ]; then source $ENV fi # Source the per-pool environment file if [ ! -z "$CONFIG" ] && [ -e "$ENV_LOCAL" ]; then source $ENV_LOCAL fi
kvmxfile +1 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,7 @@ bootloader="grub" #qemu_opts="" # Number of CPUs smp="4" smp="7" # Enviroment passed to SSH commands #ssh_env="TERM=xterm" Loading