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
- Host: GitHub
- URL: https://github.com/bdr-pro/xmr-miner-python
- Owner: BDR-Pro
- License: mit
- Created: 2023-05-04T18:53:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T19:02:30.000Z (about 3 years ago)
- Last Synced: 2025-01-21T18:39:19.077Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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