Add support for NEXA (NEXA) #56
blackmennewstyle
announced in
Announcements
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Commit a88b84d officially adds support for
NEXA (NEXA)
🔥 🚀In order to work properly the following procedure details how to setup a NEXA node for pool mining.
How to configure
nexa
config file?(TESTNET)
Replace respectively:
<pool_address>:<token>
, see the NEXA gitlab repository in order to know how to generate therpcauth
<pool_address>
with a valid NEXA address owned by thewallet.dat
(MAINNET)
Replace respectively:
<pool_address>:<token>
, see the NEXA gitlab repository in order to know how to generate therpcauth
<pool_address>
with a valid NEXA address owned by thewallet.dat
How to configure
confg.json
for NEXA?A pool configuration for NEXA be found inside the examples folder: https://github.com/blackmennewstyle/miningcore/blob/dev/examples/nexa_pool.json
Replace all the specific options with the correct expected values.
ZmqBlockNotifySocket
must be the same aszmqpubhashblock=
in thenexa
config file.WARNING:
NEXAPOW
requires very specific packages in order to be compiled properly. Be mindful to install them all, based on thebuild-distro-version.sh
script matching your server environment. Good luck.Beta Was this translation helpful? Give feedback.
All reactions