Installation - minersoft/miner GitHub Wiki
Prerequisites
Miner was tested on linux and windows platforms. To install miner you need to have python 2.7 or pypy (recommended for better performance). PyPy is currently supported only on linux platform. Python or PyPy should appear in system path.
Installation of miner
To install miner just extract it in the folder of your choice
Running miner
- linux On linux platform run 'miner' script in the root folder of miner package
- windows On windows platform there is 'miner.bat' batch in the root folder of miner package Alternatively you can add to the system path 'bin' folder of miner installation which includes miner.bat and some other nice linux command line utilities, like curl, gzip, gunzip implemented on python.
Appendix
- .minerrc minerrc file can be used to initialize miner interactive sessions. It can execute USE statements or define common aliases. .minerrc file should be located in users home directory, e.g. ~/.minerrc on linux