blackmennewstyle / miningcore

Miningcore is a high-performance Mining Pool Software for Linux and Windows.
MIT License
21 stars 37 forks source link

Need Suggestion #131

Closed shanhashcah closed 5 months ago

shanhashcah commented 5 months ago

Hi @blackmennewstyle Sir:

                          Thanks for your kind support so far!

                        If we want to set up miningcore let's say we want to set up mining pool for LTC node we need to configure daemons section for LTC node and  we need to pass below info like below

"daemons": [ { "host": "127.0.0.1", "port": 9332, "user": "user", "password": "password" }

Now if my LTC node is in remote server then I have to pass LTC Node server's IP. As of now it's ok. Due to security issue our LTC Node server is private AWS instance and 9332 port is not exposed in security group. For security restriction 9332 port is not exposed publicly and it is private server. And my mining pool server is in different server. Sir, give me some suggestion how it can be done in a secure way.

Many Thanks

blackmennewstyle commented 5 months ago

Hello,

Sadly, i'm not working for Amazon so i don't know their infrastructure, you need to contact your hosting provider and ask them how you can do it safely. I imagine it will be just a matter of creating a firewall rule.