Changes between Version 6 and Version 7 of BitCoin
- Timestamp:
- Mar 21, 2012, 9:34:20 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BitCoin
v6 v7 1 1 = 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/1 AdxXkR3aB6xwPU6XwPZMZhu2v9avFuFoJ Eligius stats for 1AdxXkR3aB6xwPU6XwPZMZhu2v9avFuFoJ]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/14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw Eligius stats for 14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw] 3 3 4 4 = Install and Run = … … 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 AdxXkR3aB6xwPU6XwPZMZhu2v9avFuFoJ}}} 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 {{{14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw}}} 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 AdxXkR3aB6xwPU6XwPZMZhu2v9avFuFoJ--verbose38 $ python poclbm.py --device=0 --pass=x --host=mining.eligius.st --port=8337 --user=14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw --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 AdxXkR3aB6xwPU6XwPZMZhu2v9avFuFoJ--verbose >> bitcoin-mining.log &41 $ python poclbm.py --device=0 --pass=x --host=mining.eligius.st --port=8337 --user=14qHAfB63sCUF9g1TTRWkPu4zKGsJf48Uw --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.