Last Solve, 30 minutes ago | Miners: 9 | Daily Solve Rate (approx.): 74

illamanudi

Mochimo Community Cultured Mining Pool

Mining Pool Tutorial

Briefly...

The Illamanudi Mining Pool (or IMP) is dedicated to the $MCM coin. It was founded in early August 2019 by AcroTiger, Chridigity and Ortis, all of whom are Core Contributors to the Mochimo Cryptocurrency Network

About The Pool Software

Our pool client uses a "hub" based architecture, where multiple workers can connect to a single client-proxy to retrieve work and send shares. The client-proxy connects to the pool-server to update and distribute the latest work to local workers as well as collect shares from local workers to send back to the pool-server in a single transaction. This architecture allows many users to enjoy significantly reduced bandwidth usage and easily monitor all their rigs locally, through the client-proxy dashboard.

How To Use The Mining Software

Please find the latest software downloads on the Homepage

The Client-Proxy is coded in Java and supports all major operating systems. To use it:
 - Install Java 8 or higher
 - Edit 'poolminer.properties' and set "pool.illamanudi.payout.address" with your tag.
*Make sure to activate your tag first or you wont be able to receive any payout
 - (Optional) Change the dashboard's credentials 'http.username' & 'http.password'
 - Open a terminal/console and run the Proxy-Client with 'java -Xmx1024m -jar pool-client-2.4–0-[version date].jar start poolminer.properties'
 - Monitor your client-workers through the web dashboard https://localhost:2080/
*For our users interested in building monitoring application, the Client-Proxy offers a JSON HTTP API at https://localhost:2080/api/statistics

The Client-Worker is a NVIDIA GPU miner coded in C. We recommend to use the worker on a Linux based system but it has been successfully tested on Windows as well. We offer pre-compiled binaries for both system along with the source code and script to build your own binary. The source code can be found here.
The Client-Worker should be started using the supplied start scripts (Windows start script must be renamed to .bat). If you wish to use a custom arrangement of ports and IPs, please see the Worker options by doing ./worker -h in a terminal/prompt.