Setting up moneyd on ubuntu 18

Hi Lucian,

Thanks for your response and the posted article is where I got the 3 commands to install, configure and run moneyd. I highly suspect that I am doing something wrong from a setup perspective (missing or incorrect version of a library, etc). Below is the .moneyd.test.json that was auto generated via the command moneyd xrp:configure --testnet:

.moneyd.test.json

{
  "version": 1,
  "uplinks": {
    "xrp": {
      "relation": "parent",
      "plugin": "/home/cjimison/.nvm/versions/node/v10.15.3/lib/node_modules/moneyd-uplink-xrp/node_modules/ilp-plugin-xrp-asym-client/index.js",
      "assetCode": "XRP",
      "assetScale": 9,
      "balance": {
        "minimum": "-Infinity",
        "maximum": "20000000",
        "settleThreshold": "5000000",
        "settleTo": "10000000"
      },
      "sendRoutes": false,
      "receiveRoutes": false,
      "options": {
        "currencyScale": 9,
        "server": "btp+wss://ei_4IigrQ2Lnuufvk-1NvIBcNdBayyTm9MSFHbS8x3M:5e8a0e79b8d664013057eb4d161b64e044b87f303985e7cb7fde41fd9f753897@strata-ilsp.com/testnet/xrp",
        "secret": "snQ4apuDWBHp72q54R5QR7uo8nHU4",
        "address": "rpnaLp3ovzcWL8TBw5EtrHqG1vm3t4ZFva",
        "xrpServer": "wss://s.altnet.rippletest.net:51233"
      }
    }
  }
}

Thanks again for the help!

-Chris