You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
371 B
19 lines
371 B
pubkey='02ffda5a0147e781308fe66a1774793eacd9b35829073746b217845cfe7577b7dc'
|
|
|
|
# Num of threads for mining kmd
|
|
genproc=8
|
|
|
|
# Homedir if needs to be altered
|
|
# userhome='/home/kolo'
|
|
userhome=$HOME
|
|
|
|
# Your IP. Can be set static
|
|
# myip='123.45.67.89'
|
|
myip=`curl -s4 checkip.amazonaws.com`
|
|
|
|
piddir='/var/run/'
|
|
|
|
# Color
|
|
RED='\033[0;31m'
|
|
GREEN='\033[0;32m'
|
|
NC='\033[0m' # No Color
|
|
|