-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mining directly to own node, #15
Comments
While I realize this is old I figure I'd answer to help others in same predicament as I just learned how to do it all recently. After node is up and running: Easy way, con is limited to 1 mining software: https://github.com/RadiantBlockchain/rad-bfgminer Hard way, build https://github.com/oliverw/miningcore which makes your own pool and acts as the bridge. I used a much more recent fork from blackmennewstyle. If wanting to mine ssl and share your pool with others you will likely want to add https://github.com/minernl/Miningcore.WebUI which again I used a much more recent fork from xiaolin1579 . Most is self explanatory from the guides. The difficult part is setting up nginx/certs/ssl. I used nginx for windows and put the WebUI directory in its root and the certs inside /conf. I settled on the following settings I am sure an expert can do much better, is however functional for all my needs. My certs were self signed and ssl can be achieved via --no-strict-ssl via rigel and other miners have analogous settings. nginx.conf:
My certs were created via openssl v3.2. For the key file and the crt use the following: The pfx is needed for miningcore. Cheers! |
please provide process of direct mining, to one's own node, to ensure real decentralization
thank you
The text was updated successfully, but these errors were encountered: