Standardize common cryptocurrency related tasks
- Ubuntu 16.x
- Ethereum
- Hush
- Trezarcoin
- ccminer
- ethminer
- ewbf
- nheqminer
sudo apt-get install git -y
mkdir -p /opt
sudo chown -R $USER:$USER /opt/
git clone https://github.com/mokio8/crypto-world.git /opt/crypto-world
cd /opt/crypto-world/build
-
config/crypto-world-mines.conf
- change output.elasticsearch.host to the explorer url
-
config/filebeat.yml
- change fields.rig to this rigsname (use unique and meaningful names)
-
mine/makefile
- change wallet credentials in makefile
- make rig-nvidia
- install the miners from the build/ directory
- make miner-{miner} i.e make miner-ewbf
- make mine-{coin} i.e (make mine-hush)
cd /usr/share/logstash; sudo bin/logstash -f crypto-world-mines.conf --path.settings /etc/logstash/ --config.reload.automatic