Site Tools


linux:ubuntu:miner

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:ubuntu:miner [2018/01/05 17:36] – created lunetikklinux:ubuntu:miner [2018/01/08 13:13] (current) lunetikk
Line 2: Line 2:
  
 Tried 3 different forks... Tried 3 different forks...
 +
 [[https://github.com/tpruvot/cpuminer-multi.git]] [[https://github.com/tpruvot/cpuminer-multi.git]]
  
Line 21: Line 22:
  
 Pass "x" is needed to make the "wallet.name" work. If you set your workername instead of "x" and remove the ".name" there will be no name shown or used!  Pass "x" is needed to make the "wallet.name" work. If you set your workername instead of "x" and remove the ".name" there will be no name shown or used! 
 +
 +You also might want to disable "%%--syslog%%", this was only activated for testing.
  
 ===== Startscript ===== ===== Startscript =====
Line 64: Line 67:
     esac     esac
 </code> </code>
 +
 +<code bash cpuminer-start.sh>
 +#!bin/bash
 +
 +/scripts/cpuminer-easy/cpuminer --syslog --algo=cryptonight --user=<YOURWALLET>.<WORKERNAME> --pass=x --url=stratum+tcp://cryptonight.eu.nicehash.com:3355 --background
 +</code>
 +
 +===== Bitcoin Mining =====
 +
 +see above.
 +
 +What to mine
 +[[https://whattomine.com/coins]]
 +
 +Check Wallet
 +[[https://www.nicehash.com/miner/<YOURWALLET>]]
 +
 +Nicehash pools
 +[[https://www.nicehash.com/help/which-stratum-servers-are-available]]
 +
 +===== Intensecoin Mining =====
 +
 +Cryptocurrency Market Capitalizations
 +[[https://coinmarketcap.com/currencies/intensecoin/]]
 +
 +Intensecoin Website
 +[[https://intensecoin.com/]]
 +
 +Pool with difficulty levels
 +[[http://intensecoin.com/pool/#getting_started]]
 +
 +<code>
 +cpuminer --syslog --algo=cryptonight --user=<YOURINTENSECOINWALLET> --pass=x --url=stratum+tcp://45.32.171.89:4444 --background
 +</code>
 +
linux/ubuntu/miner.1515170163.txt.gz · Last modified: 2018/01/05 17:36 (external edit)