Changes between Version 6 and Version 7 of BitCoin


Ignore:
Timestamp:
03/21/12 21:34:20 (12 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BitCoin

    v6 v7  
    11= Intro =
    2 I like the BitCoin idea, mostly for the GPU computation part and to see if the idea actually holds. For my statistics look at [http://eligius.st/~artefact2/eu/1AdxXkR3aB6xwPU6XwPZMZhu2v9avFuFoJ Eligius stats for 1AdxXkR3aB6xwPU6XwPZMZhu2v9avFuFoJ]
     2I like the BitCoin idea, mostly for the GPU computation part and to see if the idea actually holds. For my statistics look at [http://eligius.st/~artefact2/eu/14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw Eligius stats for 14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw]
    33
    44= Install and Run =
     
    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 {{{1AdxXkR3aB6xwPU6XwPZMZhu2v9avFuFoJ}}} 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 {{{14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw}}} 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=1AdxXkR3aB6xwPU6XwPZMZhu2v9avFuFoJ --verbose
     38  $ python poclbm.py --device=0 --pass=x --host=mining.eligius.st --port=8337 --user=14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw --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=1AdxXkR3aB6xwPU6XwPZMZhu2v9avFuFoJ --verbose >> bitcoin-mining.log &
     41  $ python poclbm.py --device=0 --pass=x --host=mining.eligius.st --port=8337 --user=14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw --verbose >> bitcoin-mining.log &
    4242
    4343If you have multiple GPUs in your system, make sure to fire up multiple installed with different {{{--device=}}} ID.