aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.sh b/config.sh
index 242fe7f..1e72833 100755
--- a/config.sh
+++ b/config.sh
@@ -18,4 +18,7 @@ export AK_ZLIST="$AK_WORKDIR/zlist"
export AK_ZLATEST="$AK_WORKDIR/zlatest"
export AK_LOGSFILE="$AK_WORKDIR/logs"
export AK_FINGERPRINT="$(gpg --list-keys | grep test@test.test -1 | head -n1 | awk '{print $1}')"
+export AK_MINEDBLOCKS="$AK_WORKDIR/mined_blocks/"
+export AK_ZBLOCKSFILE="$AK_WORKDIR/zBlocksFile"
+export AK_ZPAIRSFILE="$AK_WORKDIR/pairsFile"