An open API service indexing awesome lists of open source software.

https://github.com/bdr-pro/xmr-miner-python

Mining monero on cmd by two lines of code in ython
https://github.com/bdr-pro/xmr-miner-python

Last synced: 10 months ago
JSON representation

Mining monero on cmd by two lines of code in ython

Awesome Lists containing this project

README

          

# XMR-miner-python
# mining by cmd usnig xmrig

**Mining monero on cmd by two lines of code in python**

``
import os
os.chdir(r"\\xmrig-6.19.2")
os.system("xmrig.exe --opencl --cuda -o xmr.pool.gntl.co.uk:20009 -u 46eiEZoNtnFA6TXtHLkGEr4ijPAP9hzWaSacyNh5SQ9qUBfmdRLRdc3HX1znnNm6cp54k9NbW1FMpHftJGKWqXLr2GfaFRP -k --tls -p BDR-PRO")
``

change chdir to where xmr is located