( 10th - December - 2019 )
When you implement Blockchain node, you should consider followingfour functions. 1) Download the all of body of Blockchain, 2) Network Routing function, 3) Mining functions, 4) wallet for mining. If you deign pool node, you should add on task distribution program such as Getwork or Stratum. Today, we are talking about the hardware specification which is required to achieve the pool service, minimum.
Arrange the cloud server to build up the pools in cloud service or data center. Arrange the remote login software such as TeamViewer. Server specification should be highest spec to allow more than 2,000 mining rigs. For each pool, there should be two machines available. First Machine will work as primary and the second machine will work as secondary machine. The reason of using two machines for each pool is to stay connected all time to make sure sustainability and reliability. The complete pool will install in the primary machine and the some important software will install in the secondary machine for each pool. The specification of the machine for pool of primary and secondary machines are given as follows:
Since, the NOMP/MPOS software is currently not available for some Cryptocurrency miningalgorithms but there are other alternatives like open-ethash-pool, ethash-universal-pool, nomp/mpos, node-cryptonote-pool or cryptonote-universal-pool, cryptonote-ryo-pool, cryptonote-nodejs-pool, nodejs-pool, Exvo, BitcoinPrivate through which we would add these algorithms by design and making compatibility for each. Adding these algorithms to work NOMP/MPOS or other Pool software for implementing the pools required more research. So, it would be better if our engineers will first implement any one of the Pool locally and after completed this implementation, then we will implement it remotely to Cloud Servers
Comments