All Projects → mining-pool → not-only-mining-pool

mining-pool / not-only-mining-pool

Licence: MIT license
new generation general mining pool in go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to not-only-mining-pool

p2pool
Decentralized pool for Monero mining
Stars: ✭ 635 (+1948.39%)
Mutual labels:  pool, mining
Node Stratum
Stratum protocol server and client for Node.js
Stars: ✭ 129 (+316.13%)
Mutual labels:  mining, coin
duino-coin
ᕲ Duino-Coin is a coin that can be mined with almost everything, including Arduino boards.
Stars: ✭ 626 (+1919.35%)
Mutual labels:  mining, coin
Open Ethereum Pool
Open Ethereum Mining Pool
Stars: ✭ 1,062 (+3325.81%)
Mutual labels:  pool, mining
Rainbowminer
GPU/CPU Mining script with intelligent profit-switching between miningpools, algorithms, miners, using all possible combinations of devices (NVIDIA, AMD, CPU). Features: actively maintained, uses the top actual miner programs (Bminer, Ccminer, Claymore, Dstm, EnemyZ, Sgminer, T-rex and more) easy setup wizard, webinterface, auto update.
Stars: ✭ 158 (+409.68%)
Mutual labels:  pool, mining
Nplusminer
NPlusMiner + GUI | NVIDIA/AMD/CPU miner | AI | Autoupdate | MultiRig remote management
Stars: ✭ 75 (+141.94%)
Mutual labels:  pool, mining
charnapool
High performance Node.js (with native C addons) mining pool for Cryptonote based coins, optimized for Charnacoin.
Stars: ✭ 25 (-19.35%)
Mutual labels:  pool, mining
CryptoProfitSwitcher
Extensible profit switcher for crypto coins and algorithms
Stars: ✭ 49 (+58.06%)
Mutual labels:  pool, mining
ethersocial-pool
Open EthersocialNetwork Mining Pool based off the sammy007's open-ethereum-pool
Stars: ✭ 19 (-38.71%)
Mutual labels:  pool, mining
PumpBot
A bot to use in a pump & dump event on Binance.com
Stars: ✭ 185 (+496.77%)
Mutual labels:  coin
rcbc
COIN-OR branch and cut (CBC) bindings for R
Stars: ✭ 16 (-48.39%)
Mutual labels:  coin
docker-udata
udata and plugins all-in-one Docker image
Stars: ✭ 15 (-51.61%)
Mutual labels:  standalone
reactive-trader
In the coming weeks this plans to become a Gekko plugin that reacts to market changes, finding and running only the most profitable strategies.
Stars: ✭ 91 (+193.55%)
Mutual labels:  coin
826-x-ip-camera
For the examination of an mipc connected camera
Stars: ✭ 49 (+58.06%)
Mutual labels:  mining
RavenCoin-Wallet-With-Miners
RavenCoin Wallet including CPU and GPU miners! programs are directly from Ravencoin and official miner sources
Stars: ✭ 75 (+141.94%)
Mutual labels:  mining
arikado gridcoin pool
Simple gridcoin pool
Stars: ✭ 20 (-35.48%)
Mutual labels:  pool
noncerpro-nimiq-cuda
Nimiq CUDA miner
Stars: ✭ 23 (-25.81%)
Mutual labels:  mining
dotnet-design-patterns-samples
The samples of .NET design patterns
Stars: ✭ 25 (-19.35%)
Mutual labels:  pool
chiagen
standalone chia generator
Stars: ✭ 13 (-58.06%)
Mutual labels:  mining
bstratum
Stratum server for bcoin
Stars: ✭ 23 (-25.81%)
Mutual labels:  mining

Not-Only-Mining-Pool(NOMP)

BitcoinCore(bitcoind)-variants' pool written in golang

Difference from NOMP(node-open-mining-portal)

This pool software is not a portal, but a standalone stratum server with high performance.

If you want, you can implement the portal page in frontend web.

Why standalone?

Keep standalone is better to assemble new algorithm/coin to your pool services, without dealing with C lib conflicts or restart the whole site to append new pool, what's more, most pool operators don't need a portal, they just get benefit from few different coins with different algorithms.

So it's obviously that standalone one with more advantages on deploying and maintaining.

In other words, "大人,時代變了!".

How to use it?

0x00 Check

Make sure your algorithm in support, if not, take an issue.

0x01 Configuration

Read config.example.json and modify the configurations

Then rename it to config.json

0x02 Build

go build .

0x03 Deploy

Copy go-stratum-pool or go-stratum-pool.exe and config.json to your VPS server and

And then

$ ./go-stratum-pool

or

> go-stratum-pool.exe

TODO

  • API(half done)
  • More algorithms
  • Web page
  • ...

Donation

LTC: LXxqHY4StG79nqRurdNNt1wF2yCf4Mc986

Tested Network

  • LTC Testnet
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].