Mining pool

This page summarizes the projects mentioned and recommended in the original post on /r/MoneroMining

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • monero-pool

    A Monero mining pool server written in C

  • #BUILD MONEROD apt-get update && apt-get install g++ cmake git-core sudo libgtest-dev -y && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ && \ sudo apt-get install python-pip build-essential pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpgm-dev qttools5-dev-tools libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler libudev-dev -y && \ mkdir /source && cd /source && git clone --recursive https://github.com/monero-project/monero && cd monero && git checkout release-v0.17 && git submodule init && git submodule update && make -j$(nproc) #BUILD MONERO-POOL export MONERO_ROOT=/source/monero && sudo apt-get install xxd liblmdb-dev libevent-dev libjson-c-dev uuid-dev -y && cd /source && git clone https://github.com/jtgrassie/monero-pool.git && cd monero-pool && make release #move stuff around mkdir -p /app/monero mkdir -p /app/monero-pool cp /source/monero-pool/build/release/* /app/monero-pool/ cp /source/monero/build/Linux/release-v0.17/release/bin/* /app/monero/ rm -r /source

  • nodejs-pool

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • monero

    Monero: the secure, private, untraceable cryptocurrency

  • #BUILD MONEROD apt-get update && apt-get install g++ cmake git-core sudo libgtest-dev -y && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ && \ sudo apt-get install python-pip build-essential pkg-config libboost-all-dev libssl-dev libzmq3-dev libunbound-dev libsodium-dev libunwind8-dev liblzma-dev libreadline6-dev libldns-dev libexpat1-dev doxygen graphviz libpgm-dev qttools5-dev-tools libhidapi-dev libusb-1.0-0-dev libprotobuf-dev protobuf-compiler libudev-dev -y && \ mkdir /source && cd /source && git clone --recursive https://github.com/monero-project/monero && cd monero && git checkout release-v0.17 && git submodule init && git submodule update && make -j$(nproc) #BUILD MONERO-POOL export MONERO_ROOT=/source/monero && sudo apt-get install xxd liblmdb-dev libevent-dev libjson-c-dev uuid-dev -y && cd /source && git clone https://github.com/jtgrassie/monero-pool.git && cd monero-pool && make release #move stuff around mkdir -p /app/monero mkdir -p /app/monero-pool cp /source/monero-pool/build/release/* /app/monero-pool/ cp /source/monero/build/Linux/release-v0.17/release/bin/* /app/monero/ rm -r /source

  • xmrig-proxy

    Monero (XMR) Stratum protocol proxy

  • For solo mining with multiple machines just run xmrig-proxy against the local daemon and point rest of your miners towards the proxy.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts