All Projects → afritzler → cpuminer-arm

afritzler / cpuminer-arm

Licence: Apache-2.0 License
CPU Miner (minerd) for Raspberry Pi and other ARM based boards

Programming Languages

Dockerfile
14818 projects
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to cpuminer-arm

Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+4358.82%)
Mutual labels:  arm, raspberrypi
Nwjs rpi
[NW.js port for Raspberry Pi] binary compiled for the ARMv6 used in Raspberry Pi (compatible with RPi 2 and RPi 3)
Stars: ✭ 91 (+435.29%)
Mutual labels:  arm, raspberrypi
Pi Builder
Extensible tool to build Arch Linux ARM for Raspberry Pi on x86_64 host using Docker
Stars: ✭ 31 (+82.35%)
Mutual labels:  arm, raspberrypi
Raspberry Pi Cross Compilers
Latest GCC Cross Compiler & Native (ARM & ARM64) CI generated precompiled standalone toolchains for all Raspberry Pis. 🍇
Stars: ✭ 261 (+1435.29%)
Mutual labels:  arm, raspberrypi
Realtek-USB-Wireless-Adapter-Drivers
Realtek USB Wireless Adapter Drivers [0bda:f179] (Kernel 4.15.x ~ 5.9.x)
Stars: ✭ 34 (+100%)
Mutual labels:  arm, raspberrypi
Freenos
FreeNOS (Free Niek's Operating System) is an experimental microkernel based operating system for learning purposes written in C++. You may use the code as you wish under the terms of the GPLv3.
Stars: ✭ 683 (+3917.65%)
Mutual labels:  arm, raspberrypi
Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (+400%)
Mutual labels:  arm, raspberrypi
Buildswiftonarm
All you need to build Swift on a RaspberryPi or other ARM boards, updated to Swift 5.1.5
Stars: ✭ 448 (+2535.29%)
Mutual labels:  arm, raspberrypi
Piwheels
Python package repository providing wheels (pre-built binaries) for Raspberry Pi
Stars: ✭ 180 (+958.82%)
Mutual labels:  arm, raspberrypi
Gitlab
GitLab CE (Docker image) for ARM devices, this is a mirror repository of
Stars: ✭ 121 (+611.76%)
Mutual labels:  arm, raspberrypi
Raspberrypi tempmon
Raspberry pi CPU temperature monitor with many functions such as logging, GPIO output, graphing, email, alarm, notifications and stress testing. Python 3.
Stars: ✭ 52 (+205.88%)
Mutual labels:  arm, raspberrypi
rust-crosscompiler-arm
Docker images for Rust dedicated to cross compilation for ARM v6 and more
Stars: ✭ 48 (+182.35%)
Mutual labels:  arm, raspberrypi
Shimonbox
Semi-automatically generated 3D printable cases for development boards using OpenSCAD
Stars: ✭ 120 (+605.88%)
Mutual labels:  arm, board
packages
PiKVM Packages
Stars: ✭ 18 (+5.88%)
Mutual labels:  arm, raspberrypi
os
OS for Pi-KVM based on Arch Linux ARM
Stars: ✭ 42 (+147.06%)
Mutual labels:  arm, raspberrypi
Raspberry-ssd1306
ssd1306 Command Line Tool for Raspberry Pi
Stars: ✭ 34 (+100%)
Mutual labels:  raspberrypi
DashGL-Library
Basic Matrix Manipulation Library For OpenGL Written in C
Stars: ✭ 20 (+17.65%)
Mutual labels:  raspberrypi
AzUnzipEverything
A simple Azure Function to Unzip files from a blob storage to another one
Stars: ✭ 24 (+41.18%)
Mutual labels:  arm
kconfig
Kconfig for ARM based MCUs
Stars: ✭ 15 (-11.76%)
Mutual labels:  arm
rnk
rnk is a RTOS targeting ARM architecture.
Stars: ✭ 22 (+29.41%)
Mutual labels:  arm

cpuminer-arm

CPU Miner (minerd) for Raspberry Pi and other ARM based boards

Prerequisites

  • Docker installed
  • make
  • Miningpool (e.g. Minergate)

Run

To run the cpuminer container

docker run -d \
--name minerd \
-e ALGO="cryptonight"
-e URL="stratum+tcp://xmr.pool.minergate.com:45700" \
-e EMAIL="[email protected]" \
-e PASSWORD="x" \
-e THREADS="1" \
afritzler/cpuminer-arm:latest

You can change the thread count by adjusting the THREADS=4 variable. Make sure your device doesn't overheat!

watch vcgencmd measure_temp

Build & Push

Get the github repository first

git clone https://github.com/afritzler/cpuminer-arm.git

To build the Docker image locally

cd cpuminer-arm
make

To publish the image to Dockerhub

docker login
...
make push-cpuminer
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].