Changes between Version 8 and Version 9 of BitCoin


Ignore:
Timestamp:
11/30/17 09:44:45 (6 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BitCoin

    v8 v9  
    3232
    3333
    34 Now download and run the miner. I run mine against the [http://eligius.st/wiki/index.php/Getting_Started Eligius Grid]. Replace {{{14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw}}} with your own BitCoin Address, else thanks for the donation!
     34Now 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!
    3535  $ cd ~/src
    3636  $ git clone https://github.com/m0mchil/poclbm
    3737  $ cd poclbm
    38   $ python poclbm.py --device=0 --pass=x --host=mining.eligius.st --port=8337 --user=14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw --verbose
     38  $ python poclbm.py --device=0 --pass=x --host=mining.eligius.st --port=8337 --user=1PZmETDRFw4Sd6AXkaqKbGos5ZjHZgxxM4 --verbose
    3939 
    4040For 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=14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw --verbose >> bitcoin-mining.log &
     41  $ python poclbm.py --device=0 --pass=x --host=mining.eligius.st --port=8337 --user=1PZmETDRFw4Sd6AXkaqKbGos5ZjHZgxxM4 --verbose >> bitcoin-mining.log &
    4242
    4343If you have multiple GPUs in your system, make sure to fire up multiple installed with different {{{--device=}}} ID.