[Ethereum] Ethereum mining pool

cloud-mininggpuminingmining-pools

Guys I want to build a mining pool for ethereum which is based on GPU mining.

I've searched alot but I couldn't find anything except genoil(cpp-ethereum) which supports GPU mining but the creation of pool or anything like that is not specified in it.

There is huge amount of mining pool available like dwarfpool, ethminer, nanopool e.t.c. I want to create the same pooling service as they are providing. Just let me know the basic start, i will get into deep my own.

Best Answer

I'm assuming you mean you have experience setting things up from scratch. You can build https://github.com/sammy007/open-ethereum-pool from source. It's straight-forward in terms of dependencies. There are good setup/build instructions included. Definitely works with both the Ethereum main net and Ethereum Classic; you'll want to run separate instances for each, though (it won't work properly on the chain that is shorter once you've connected the pool to both chains). Probably works with other Ethereum-based chains, but I've never tried it.

Related Topic