Add support for VERUSCOIN (PBaaS) #3
blackmennewstyle
announced in
Announcements
Replies: 1 comment
-
Commit c65b3ba integrates |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Commit 99d3777 officially adds support for VERUSCOIN (PBaaS) 🔥 🚀
In order to work properly the following procedure details how to setup a VERUS node for pool mining.
How to configure
versud
config file?(TESTNET)
Replace respectively:
<password>
with a password of your choice (only alphanumeric characters)<pool_address>
with a valid VRSC address owned by thewallet.dat
(MAINNET)
Replace respectively:
<password>
with a password of your choice (only alphanumeric characters)<pool_address>
with a valid VRSC address owned by thewallet.dat
How to configure
confg.json
for VERUSCOIN?A pool configuration for VERUSCOIN can be found inside the examples folder: https://github.com/blackmennewstyle/miningcore/blob/dev/examples/veruscoin_pool.json
Replace all the specific options with the correct expected values.
Be mindful
ZmqBlockNotifySocket
must be the same aszmqpubhashblock=
in theverusd
config file.Beta Was this translation helpful? Give feedback.
All reactions