clightning uses all my resources, ... till I have to shutdown!
clightning uses all my resources, ... till I have to shutdown! clightning runs for a while great. However, every second day the computer locks up, I use docker-compose for that: version: "3" services: bitcoind: image: nicolasdorier/docker-bitcoin:0.16.3 container_name: bitcoind environment: BITCOIN_EXTRA_ARGS: | testnet=0 whitelist=0.0.0.0/0 server=1 rpcuser=***** rpcpassword=***** expose: - "8333" ports: - "0.0.0.0:8333:8333" volumes: - "/media/ronald/data/scratch/bitcoin/mainnet/bitcoind:/data" clightning_bitcoin: image: elementsproject/lightningd container_name: lightning command: - --bitcoin-rpcconnect=bitcoind - --bitcoin-rpcuser=**** - --bitcoin-rpcpassword=**** - --network=bitcoin - --alias=TWronald✅ - --rgb=15C315 - --log-level=debug - --announce-addr=220.133.223.206:9735 - --bin