I have moneyd configured on the livenet, connected to a wallet with ~100xrp. I am trying to use ilp-spsp to send some drops to my xrptipbot payment pointer. Here are the steps I am taking:
In 1 shell I run: moneyd xrp:start
The output is:
starting moneyd
2019-03-22T04:40:52.716Z connector:route-broadcaster info generated random routing secret.
2019-03-22T04:40:52.725Z connector:accounts info add account. accountId=parent
2019-03-22T04:40:52.727Z connector:accounts info add account. accountId=local
2019-03-22T04:40:52.785Z connector:admin-api info listen called
2019-03-22T04:40:52.788Z connector:balance-middleware info initializing balance for account.
accountId=parent minimumBalance=-Infinity maximumBalance=20000000
2019-03-22T04:40:52.789Z connector:balance-middleware info initializing balance for account.
accountId=local minimumBalance=-Infinity maximumBalance=Infinity
2019-03-22T04:40:55.246Z connector:/usr/local/lib/node_modules/moneyd-uplink-
xrp/node_modules/ilp-plugin-xrp-asym-client/index.js[parent] info connected asym client plugin
2019-03-22T04:40:55.348Z connector:route-broadcaster warn not sending/receiving routes for peer,
set sendRoutes/receiveRoutes to override. accountId=parent
2019-03-22T04:40:55.348Z connector:route-broadcaster warn not sending/receiving routes for peer,
set sendRoutes/receiveRoutes to override. accountId=local
2019-03-22T04:40:55.354Z connector:ilp-plugin-mini-accounts[local] info listening on port 7768
2019-03-22T04:40:55.357Z connector:app info connector ready (republic attitude).
address=g.strata- ilsp-2.xrpChildren9.-rVTVwXJvkd8sR17bFqbc8LFSZu3V7LokGW69evENOI
version=22.3.1
I have a feeling these lines are significant:
connector:route-broadcaster warn not sending/receiving routes for peer, set
sendRoutes/receiveRoutes to override. accountId=parent
The next step I take is opening another shell and running: ilp-spsp send --amount 100000 --receiver ‘$twitter.xrptipbot.com/[myTwitter]’
The output is:
paying 100000 to "$twitter.xrptipbot.com/[myTwitter]"...
sent!
However, my balance in xriptipbot doesn’t change, and when I run moneyd xrp:info, my balances don’t seem to reflect the payments I’m making. I’ve tried with amounts over 1M that also gave the same output, and my balances still don’t reflect this. Is there something I can try? My suspicion is that this is related to the moneyd warn I get above.