PLEBNET-PLAYGROUND / plebnet-playground-docker

Docker package which allows users to use and test bitcoin and lightning technologies without the financial risk involved with running on the mainnet chain. Multiple GUI interfaces are included.
MIT License
66 stars 16 forks source link

C lightning #83

Closed asher-pembroke closed 2 years ago

asher-pembroke commented 2 years ago

Allows for apps based on c-lightning #75

asher-pembroke commented 2 years ago

Getting an error when building the clightning container on my mac: docker compose build clightning

#22 1.355     Error: pg_config executable not found.

Also, I'm not sure if I have these environment variables set correctly (see ?s):

 environment:
      TRIPLET: '${TRIPLET}'
      BITCOIN_RPCHOST: playground-bitcoind
      BITCOIN_RPCCONNECT: playground-bitcoind # container name for bitcoind
      BITCOIN_RPCUSER: bitcoin
      BITCOIN_RPCPASS: bitcoin # is this right?
      ALIAS: 'NewNode'
      PROXY: playground-tor
      LOG_FILE: /root/.lightning/logs.log
      TOR_SERVICE_PASSWORD: hello # is this right?
      EXPOSE_TCP: true
      LIGHTNINGD_DATA: /root/.lightning
      LIGHTNINGD_NETWORK: signet
      LIGHTNINGD_RPC_PORT: 9835
      LIGHTNINGD_PORT: 9735 # will conflict with lnd, so remap port to 9736?
      ANNOUNCE_ADDR: playground-clnd # Is this right?