Maya Sharafian
Maya Sharafian
The connector on the other side must be out of XRP reserve. Can you find the `server` field in your `~/.moneyd.json` so that the host can be notified?
It looks like that address has sufficient balance now; can you confirm whether the insufficient reserve error is still occurring?
The `configure` command specifically will look in `connector_list.json` and pick a random one for you (unless you specify one with --parent). All other commands require parent to be specified
Hi Ben, the recommended way to run a connector is through [Terraform](https://github.com/interledgerjs/tf-connector). However, that can be a challenging process; as a beginner you probably should start with [Moneyd](https://github.com/interledgerjs/moneyd-xrp). Moneyd lets...
Currently no multi-plugins are multicurrency, so I don’t see how that preventa this from being implemented. From your connector’s perspective, having an XRP-asym-server is the same as being peered with...
:+1: Editing in place may also be a good idea
What are the prefixes of these connectors? I see `g.nl-mlab1`, are the other two `g.solstice` and `g.iofv`? You'll also want to open a PR to this file https://github.com/interledgerjs/moneyd-uplink-xrp/blob/master/connector_list.json so that...
It's a bit rare that you'll be using the same instance of moneyd to do sending and receiving. Codius hosts, for example, are typically run on a remote machine. I...
When you reconfigure moneyd, it creates a new payment channel. That means more of your money gets locked up. The money isn't lost; it's just in a payment channel. You...
The uplink that you use (in this case https://github.com/interledgerjs/moneyd-uplink-xrp), has a list of upstream connectors (https://github.com/interledgerjs/moneyd-uplink-xrp/blob/master/connector_list.json). With the `--advanced` flag you can set the parent connector to anyone you want;...