KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
pr0gramm-miner-native
★ 17
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
b-lore
:
Bayesian multiple logistic regression for GWAS meta-analysis
openSage
:
No description available.
DeepHumanPrediction
:
JG Master Thesis
FE-blog
:
前端技术博客
PyEthTutorial
:
A tutorial implementation of the Ethereum protocol in python
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
pr0gramm-miner-native
?
Download (.md)
# pr0gramm-miner-native ## Projekt Archiviert 2019-05-22 Die Möglichkeit, zu minen, ist nun schon seit einiger Zeit abgeschaltet. Dieses Projekt ist damit hinfällig. ## Setup Benötigt Docker. ```Shell git clone https://github.com/holzmaster/pr0gramm-miner-native cd pr0gramm-miner-native [sudo] docker build . # ... # Successfully built <image> ``` ## Benutzung Der Container kann über Umgebungsvariablen konfiguriert werden. - `PR0GRAMM_USER` (optional): Der Benutzername. `Default:` `holzmaster` (Spende) - `NUM_THREADS` (optional): Anzahl an zu verwendendne Threads. `Default:` Anzahl an Kernen / 2; von Fusl (siehe `run.sh`). - `XMRIG_OPTS` (optional): Weitere Optionen für XMRIG. `Default:` leer ```Shell [sudo] docker run -e PR0GRAMM_USER=username <image> ```