Changes between Version 8 and Version 9 of BitCoin
- Timestamp:
- Nov 30, 2017, 9:44:45 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BitCoin
v8 v9 32 32 33 33 34 Now download and run the miner. I run mine against the [http://eligius.st/wiki/index.php/Getting_Started Eligius Grid]. Replace {{{1 4qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw}}} with your own BitCoin Address, else thanks for the donation!34 Now download and run the miner. I run mine against the [http://eligius.st/wiki/index.php/Getting_Started Eligius Grid]. Replace {{{1PZmETDRFw4Sd6AXkaqKbGos5ZjHZgxxM4}}} with your own BitCoin Address, else thanks for the donation! 35 35 $ cd ~/src 36 36 $ git clone https://github.com/m0mchil/poclbm 37 37 $ cd poclbm 38 $ python poclbm.py --device=0 --pass=x --host=mining.eligius.st --port=8337 --user=1 4qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw--verbose38 $ python poclbm.py --device=0 --pass=x --host=mining.eligius.st --port=8337 --user=1PZmETDRFw4Sd6AXkaqKbGos5ZjHZgxxM4 --verbose 39 39 40 40 For daily usage you can run it as a daemon with verbose logging if wanted: 41 $ python poclbm.py --device=0 --pass=x --host=mining.eligius.st --port=8337 --user=1 4qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw--verbose >> bitcoin-mining.log &41 $ python poclbm.py --device=0 --pass=x --host=mining.eligius.st --port=8337 --user=1PZmETDRFw4Sd6AXkaqKbGos5ZjHZgxxM4 --verbose >> bitcoin-mining.log & 42 42 43 43 If you have multiple GPUs in your system, make sure to fire up multiple installed with different {{{--device=}}} ID.