Skip to content

Instantly share code, notes, and snippets.

@trihtm
Last active July 19, 2021 14:10
Show Gist options
  • Save trihtm/1f1ebe3039ee6be905efc1fb02c89f97 to your computer and use it in GitHub Desktop.
Save trihtm/1f1ebe3039ee6be905efc1fb02c89f97 to your computer and use it in GitHub Desktop.
Ethos installation
# After adding config files, then run
echo -n "" > /home/ethos/remote.conf && echo "remote config turned off"
sudo reset-network
sudo ifconfig eth0 192.168.1.101 netmask 255.255.255.0
sudo route add default gw 192.168.1.1 eth0
update
minestop
sudo update-miner claymore
sudo service ethos-miner-monitor restart
sudo ethos-overclock
minestart
show miner
# Update overclocking nvidia
source <(curl -s http://paste.ethosdistro.com/raw/demokimoda)
r
ethos-oc-nvidia
#miningpool hub
-epool asia.ethash-hub.miningpoolhub.com:20585
-ewal infexvietnam.9
-eworker infexvietnam.9
-esm 2
-epsw x
-allpools 1
-allcoins 1
-mode 1
-fanmax 85
# nomnom pool - stratum mode
-epool musicoin.nomnom.technology:9999
-ewal 0xc3b68e7988cd4ccb601e658a5829f6b6f1e8956d.infex9
-esm 0
-epsw x
-ethi 8
-allcoins 1
-allpools 1
-mode 1
-fanmax 85
custompanel infex1234567
loc f84ae5 infex2
globalminer claymore
maxgputemp 85
globalfan 80
globalcore 1400
globalmem 4900
globalpowertune 80
stratumproxy disabled
flags --cl-global-work 8192 --farm-recheck 200
# The primary network interface
allow-hotplug eth0
auto eth0
iface eth0 inet static
address 192.168.1.109
netmask 255.255.255.0
network 192.168.1.0
gateway 192.168.1.1
dns-nameservers 8.8.8.8
post-up /etc/network/if-up.d/writehost
stratumproxy enabled
proxywallet 0xc3b68e7988cd4ccb601e658a5829f6b6f1e8956d
proxypool1 musicoin.nomnom.technology:9999
proxypool2 musicoin2.nomnom.technology:9999
@trihtm
Copy link
Author

trihtm commented Aug 27, 2017

minestop && disallow && sudo ethos-overclock && minestart && allow

@trihtm
Copy link
Author

trihtm commented May 26, 2018

Ethos 1.3.1

  1. Config networkinterfaces.

minestop && disallow
force-local
sudo update-miner ethminer && sudo service ethos-miner-monitor restart

  1. local.conf

custompanel infex1234567
loc f84ae5 infex2

maxgputemp 85
globalfan 85
globalcore 1460
globalmem 4450
globalpowertune 80

stratumproxy miner
proxywallet 0xA4A2EAB9A4d4556A4214c1F88d31f6c7676F8815
proxypool1 pool-asia.ethosdistro.com:5001
proxypool2 pool-eu.ethosdistro.com:5001
flags --cl-global-work 8192 --farm-recheck 200

minestart && allow
r

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment