https://github.com/zettel-kasten/zettel ... inux64.zip
This guide assumes Zettel will be launched from /home/<user>/zettelkasten
Code: Select all
cd ~
mkdir zettelkasten
cd zettelkasten
Code: Select all
wget https://github.com/zettel-kasten/zettelkasten/releases/download/v0.9.21.1/zettelkasten-daemon-linux64.zip
unzip zettelkasten-daemon-linux64.zip
Code: Select all
mkdir ~/.zettelkasten
Code: Select all
echo "rpcuser=someuserany
rpcpassword=somepasswordany
daemon=1
server=1
genproclimit=-1" > ~/.zettelkasten/zettelkasten.conf
Code: Select all
./zettelkastend
Get the account address, its privkey, etc; ...
Code: Select all
./zettelkastend getaccountaddress 0
Code: Select all
./zettelkastend dumpprivkey <your_account_0_address>
./zettelkastend stop
Code: Select all
echo "gen=1
miningprivkey=yourprivkeyfromabovestep" >> ~/.zettelkasten/zettelkasten.conf
Code: Select all
./zettelkastend
./zettelkastend getmininginfo
You should see something like this: ...
"hashespersec" : 39456,
"networkhashps" : 80470064,
"pooledtx" : 0,
"testnet" : false
Congratulations! You are now mining Zettel on Linux
