Changes

Jump to navigation Jump to search
1,026 bytes added ,  17:56, 19 January 2019
no edit summary
sudo nvidia-smi -pl 100
 
==Setting up the miner==
For this example, let's look at the currently popular miner T-Rex.
# [https://github.com/trexminer/T-Rex/releases/ Download the last version from their Github here].
# Browse to the Downloads folder using the Files explorer
# Extract the miner from the tar.gz-file (right click and choose ''Extract Here'')
# Move the extracted folder to your home directory by dragging or copy-pasting it there
# Rename the folder to '''trex-miner''' for simplicity (right click and choose ''Rename...'')
# In the folder trex-miner, rename '''config_example''' to '''config''' (at the time of this writing their example was named ''config_example'')
# Open the config file in Text Editor (simply double-click) and change the settings to your liking.
 
Now start the miner by opening a Terminal and type:
~/trex-miner/t-rex -c config
 
'''OPTIONAL:''' Adjust intensity setting to your liking by adding -i '''X''', where '''X''' is your desired intensity setting, for example 20.
~/trex-miner/t-rex -c config -i 20

Navigation menu