Post
Topic
Board Pools
Re: [∞ YH] solo.ckpool.org 0.5% fee anonymous solo bitcoin mining! 32 blocks solved!
by
zapphood
on 09/04/2015, 18:17:48 UTC

Can you (or anyone else) please help a non-coder noob out, how do I use your script?  There's only 3 steps for how to use, step 1 is simple (put address in text file), but I do not understand step 2, what "pip install datetime requests dateutil.relativedelta colorama" means.  For step 3, my computer does not know what to do with a .py file type.  Do you have more detailed instructions, step by step, explaining exactly what to do?  Thanks.

you need python version 2.x for windows if your os is windows

https://www.python.org/downloads/release/python-279/

install python (don't forget to select the option for the path)

download and extract the zipfile from github

https://github.com/yqons/solo-mining-stats/archive/master.zip

run cmd

cd C:\Python27\Scripts

run...

easy_install-2.7.exe datetime
easy_install-2.7.exe requests
easy_install-2.7.exe python-dateutil
easy_install-2.7.exe colorama

put your BTC address in the addr.txt file

double click check.py

that's all  Wink