I hereby claim:
- I am buzzkillb on github.
- I am buzzkillb (https://keybase.io/buzzkillb) on keybase.
- I have a public key ASApuJAz2FSJcZDcZN9sBVO34UcZglmHtY938m6KVDawawo
To claim this, I am signing this object:
| #!/bin/bash | |
| #Collateral Staker | |
| #copy alias to alias.txt | |
| awk '{if(NR==1) print $1}' fortunastake.conf > alias.txt | |
| #copy first line, columns 1, 2, 3 of fortunastake.conf to temporary file | |
| awk '{if(NR==1) print $1, $2, $3 }' fortunastake.conf > staking1.txt | |
| #remove first line from fortunastake.conf | |
| sed -i.bak -e '1d' fortunastake.conf | |
| #stop denarius daemon |
I hereby claim:
To claim this, I am signing this object:
#compile xmrrig on Manjaro
sudo pacman -S base-devel cmake libuv libmicrohttpd openssl hwloc libutil-linux
git clone https://github.com/xmrig/xmrig.git
cd xmrig
mkdir build && cd $_
cmake ..
make
| #!/bin/bash | |
| #chmod +x save-ram.sh | |
| #screen -S saveram | |
| #./save-ram.sh | |
| #start forever loop | |
| while true; do | |
| #stop 10-35 and start 75-100 | |
| for ((i=10; i<36; i++)) |
| #!/bin/bash | |
| #using denarius.daemon snap | |
| #stop and start 01-09 | |
| for ((i=1; i<10; i++)) | |
| do | |
| echo "denarius_0$i.daemon stop" | |
| denarius_0$i.daemon stop | |
| sleep 10 | |
| echo "denarius_0$i.daemon" | |
| denarius_0$i.daemon |
I hereby claim:
To claim this, I am signing this object: