I am/was using Sparrow wallet to connect to start9 node for balances and transactions.
all was fine on 0.4.0.0, but after update to 0.4.0.1 it is not working.
Setting for 0.4.0.0 start9 on Sparrow where
URL: twnyjosjh52yoqkj7hvx6n34evpvon43y7a3msufg346phwjyqltm4id.local 443
User / Pass: bitcoin /appropriate_password
When I do
nc -v twnyjosjh52yoqkj7hvx6n34evpvon43y7a3msufg346phwjyqltm4id.local 443
I get
nc: getaddrinfo for host "twnyjosjh52yoqkj7hvx6n34evpvon43y7a3msufg346phwjyqltm4id.local" port 443: Name or service not known
OK I understand that after updated to 0.4.0.1 this is not name for star9 node any more.
I have tried all combinations from
Services → Bitcoin Knots → Interfaces → Peer
Services → Bitcoin Knots → Interfaces → RPC
And still can not connected.
Even when generating new user
Services → Bitcoin Knots → Auctions & Config → RPC Users → Generate RPC User Credentials
I have same errors.
What means that I am still using wrong port number ?
I will documents all URL/PORT combinations, with error from Sparrow “Test Connection”
but all these are working from nc -v, what meant that URL and port is correct, but it is just not correct interface.
# from Services → Bitcoin Knots → Interfaces → Peer
little-stoops.local 51004
192.168.1.110 51004
# error
Could not connect:
Invalid Http response
# from Services → Bitcoin Knots → Interfaces → RPC
little-stoops.local 55888
192.168.1.110 55888
# error
Could not connect:
Cannot invoke "com.github.arteam.simplejsonrpc.core.domain.ErrorMessage.toString()" because "<parameter1>" is null
# with original 443 port, port 80 is giving same error
little-stoops.local 443
192.168.1.110 443
# error
Could not connect:
Unrecognized token 'Method': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 7]
Hopefully somebody have figured it out.
And can tell me what to do.