Skip to content

Daemon does not own pool address

ROZ edited this page Dec 11, 2019 · 1 revision

Hi For coins based newer than BTC0.17, you may need to add the following to the pool config json file

    "BTCover17": true,
    "_comment_BTCover17": "If BTC 0.17 or higher, payment does not work please enable it",

And some coins may not work with P2SH addresse, so create a P2PKH address to make it a pool address. Please try as follows. cpuchain-cli getnewaddress "" "legacy"

Will you try these?

Clone this wiki locally