Hard Fork of Not-Only-Mining-Pool to run the Keccak mining implementation for BitClout.
Make sure to run the bitclout/core daemon (Dockerfile and node) first locally.
Run go build .
Copy go-stratum-pool and rename config.btclt.json to config.json
Change the rewardRecipients address in line 18 of the config to your address.
Run ./go-stratup-pool and it should detect the config.json file and node automatically.
Special thanks to:
@C0MM4ND for creating the not-only-mining-pool in go.
@maebeam for helping w/ lots of my GitHub issues.