Hi , I am unable to make a simple payment transfer across two running local nodes, please advise the the proper command syntax with respect to addressing in the rust implementation.
Imagine you have two nodes, each node has an account, one has bob the other has alice. The connector that alice lives on also has an SPSP server running.
On bobs connector I try the CLI for SPSP.
/usr/local/bin # ./interledger spsp pay -a 500 -r $http://172.25.0.4:7770/pay/local.alice
[2019-07-19T20:59:56Z ERROR interledger_btp::client] Error connecting to WebSocket server for account: 0 Io(Os { code: 99, kind: AddrNotAvailable, message: "Address not available" })
Error connecting to BTP server: ()
(Hint: is moneyd running?)
How do I address alice? especially if the SPSP server is running ILP over HTTP on port 3000 with only a local loopback binding.
Also it mentions btp client , it is such that the CLI for http spsp does not work?