Special Mining Pool Development.
- DR.GEEK
- Jun 3, 2019
- 1 min read
(03rd June 2019)
From today, we are start the development of mining pool for some crypto currency. The main idea of create the pool is two reasons. One is maximized the reward of mining by multiple number of mining RIG if the user has thousands RIGs or member to mining under them. Secondly, right reward distribution by the hash power of each RIGs. We developed some optimized code of mining ware for CPU, GPU and ASIC. But mining optimization hash rate on RIG machine to pool are sometime not equal. If very specific mining code optimization, it is required modifying to identify the right hash rate awareness. There are some parameters to identified the PoW by RIGs. Therefore, when we optimized the code very specific, the detection or evaluation of PoW by optimized RIG should be implemented on the pool.
Here is a example of mining pol design flowchart.

A complete development process of Vergecoinpool have mentioned below:
Setting up the operating system Ubuntu Server 18.04.2 LTS.
Installation of packages/dependencies required for setting up the pools.
o Apache2
o libapache2-mod-php5
o PHP 5.4+
o php5-json
o php5-mysqlnd
o php5-memcached
o php5-curl
o MySQL Server
o mysql-server
o memcached
o stratum-mining
o vergecoind
Downloading, compiling and synchronizing blockchain for Vergecoin cryptocurrency.
Downloading and installation of MPOSsoftware and configuring it according to the respective algorithm supported by the coin.
After completing MPOS configuration, test the software with available Vergecoin test network.
After successfully testing MPOS on the test network, download, install and configure Stratum Mining Server Software.
Now, start stratum mining and test MPOS software on the main network.
It was selected MPOS for its implementation and evaluate the PoW by Stratum. The actual coding work will introduce later blogs.
Comments