Highly Efficient mining pool for Coins based on KawPoW algo!
Supports Ravencoin, Neoxa, Meowcoin
Great! You are steps away from your own private mining pool. Click Deploy and update the required variables with your wallet information
WALLET=
FEE_WALLET=
PRIVATE_KEY=
After the deployment has started click on the URI / URL in the Deployment Details page to access the web interface.
You need a Meowcoin wallet address and private key to setup the mining pool. If you do not have one, simply deploy this default template without any WALLET or PRIVATE_KEY defined. In Cloudmos, select "Shell" and from the services tab click on "meowcoin". In the "Type command window" use the 2 following commands to generate a new address and show the private key of the new address.
/meowcoin-cli getnewaddress
YOUR_NEW_ADDRESS
/meowcoin-cli dumpprivkey YOUR_NEW_ADDRESS
- Replace YOUR_NEW_ADDRESS after dumpprivkey to get the private key!
You can now update the variables in the deployment with your new wallet and private key. Be sure to write down the private key or keep it in a safe place!
The mining pool is pre-configured to map each stratum port to an ephemeral port. After your deployment is successful you will see the new port numbers to connect to.
The default template is configured to only deploy to audited Akash providers. If you remove this signedBy
attribution key you are putting your private key at risk.
The pool wallet should NEVER be used for long term/cold storage of coins.