Back to Topic All topics
Sadly(®) BCHD 0.14.0 still rejects MEMO protocol transactions. I will revisit the process of recoding the source to avoid this flaw.
https://github.com/gcash/bchd/releases/tag/v0.14.0
Update on the IFPS side of things: after repeated failures of the downloaded UTXO disabling the IPFS and trying BCHD --fastsync again seems to run smooth. perhaps I misconfigured the IPFS. yuk
Problems with OP_RETURN are no longer a mystery. The original BTCD was written in a savagely rabid "THOU SHALT NOT USE OP_RETURN EVER !#!" manner. Lots of logic flaws exist but these are easy.
BCHD --fastsync option makes reloading a borked instance easy. However, bchd crashes at 2gb limit on IPFS fastsync. fix = "pin add" the utxo data so it loads internally instead of over the wire.