decred/atomicswap

btcatomicswap: error from RPC server

Opened this issue · 6 comments

Hi!
I tried to run AS between DCR and BTC, but btcatomicswap returns this error:

warning: falling back to mempool relay fee policy
fundrawtransaction: -3: Expected type bool, got object

with any commands initiate or participate.

Bitcoin node version:
"bitcore-lib": "^v0.13.19",
"bitcore-node": "^3.1.3",
"bitcore-wallet-service": "^2.1.0",
"insight-api": "^0.4.3"

jrick commented

This is talking to a Bitcoin Core RPC server? If so, what version?

@jrick yes, bitcore v4.1.1

jrick commented

Bitcore (a BitPay project) is a very different thing than Bitcoin Core despite the similar names.

I did not know, I'm used Bitcore. It's problem?

jrick commented

Bitcoin Core's wallet is the only bitcoin wallet we support at this time.

jrick commented

Closing since this occurred trying to use RPC with an unsupported wallet.