0
I am trying to import a p2sh address as watch-only:
bitcoin-cli importaddress <P2SH ADDRESS> true true
for which the command seems to execute, pause, then after a few minutes give me the error message:
error: couldn't connect to server: unknown (code -1) (make sure server is running and you are connecting to the correct RPC port)
Why is this not working for me?
That is looking to be the problem, so far. It wants a script instead of an address after adding a label. I will report the issue. – doffing81 – 2018-03-29T00:08:14.843
@BrettDoffing it should not require the script, that defeats half the purpose of watch-only :) – MeshCollider – 2018-03-29T00:14:25.830
I know, right?! – doffing81 – 2018-03-29T00:14:54.197