Add support for FIRO (FIROPOW) #5
blackmennewstyle
announced in
Announcements
Replies: 1 comment
-
Commit cd3f102 fixes the annoying cache corruption issue for |
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 65fe338 officially adds support for Firo (FiroPow) 🔥 🚀
In order to work properly the following procedure details how to setup a FIRO node for pool mining.
How to configure
firod
config file?(TESTNET)
Replace respectively:
<pool_address>:<token>
, see the FIRO github repository in order to know how to generate therpcauth
<pool_address>
with a valid FIRO address owned by thewallet.dat
(MAINNET)
Replace respectively:
<pool_address>:<token>
, see the FIRO github repository in order to know how to generate therpcauth
<pool_address>
with a valid FIRO address owned by thewallet.dat
How to configure
confg.json
for FIRO?A pool configuration for FIRO be found inside the examples folder: https://github.com/blackmennewstyle/miningcore/blob/dev/examples/firo_pool.json
Replace all the specific options with the correct expected values.
ZmqBlockNotifySocket
must be the same aszmqpubhashblock=
in thefirod
config file.Beta Was this translation helpful? Give feedback.
All reactions