Skip to content

Welcome to algonode

Node based on docker containers running inside LXC.

flowchart TB
  host(☁️ host) -->|_host net<br />ports: 80 443 50002_| traefik[traefik];
  traefik[traefik] -->|_net traefik_| portainer[portainer];
  traefik[traefik] -->|_net traefik_| lnbits[lnbits];
  traefik[traefik] -->|_net traefik_| rtl[rtl];
  traefik[traefik] -->|_net traefik_| albyhub[albyhub];
  traefik[traefik] -->|_net traefik_| thunderhub[thunderhub];
  traefik[traefik] -->|_net traefik<br />port: 50001_| electrs[electrs<br />_10.21.**24**.9_];
  traefik[traefik] -->|_net traefik_| btc-rpc-explorer[btc-rpc-explorer];

  lnbits -->|_net bitcoin<br />10.21.**24**.0/24_| lnd;
  rtl -->|_net bitcoin<br />10.21.**24**.0/24_| lnd[lnd<br />_10.21.20.10_&nbsp;&nbsp;&nbsp;&nbsp;_10.21.24.10_];
  albyhub -->|_net bitcoin<br />10.21.**24**.0/24_| lnd[lnd<br />_10.21.20.10_&nbsp;&nbsp;&nbsp;&nbsp;_10.21.24.10_];
  thunderhub -->|_net bitcoin<br />10.21.**24**.0/24_| lnd;
  thunderhub -->|_net tor<br />10.21.**22**.0/24_| tor;
  lnd -->|_net bitcoin<br />10.21.**24**.0/24_| bitcoind[_10.21.24.8_<br />bitcoind<br />_10.21.22.8_&nbsp;&nbsp;&nbsp;&nbsp;_10.21.*23*.8_];
  electrs -->|_net bitcoin<br />10.21.**24**.0/24_| bitcoind;
  btc-rpc-explorer -->|_net bitcoin<br />10.21.**24**.0/24_| bitcoind;
  btc-rpc-explorer -->|_net bitcoin<br />10.21.**24**.0/24_| electrs;
  bitcoind -->|_net tor<br />10.21.**22**.0/24_| tor[tor<br />_10.21.22.2_];
  bitcoind -->|_net i2pd<br />10.21.**23**.0/24_| i2pd[i2pd<br />_10.21.23.2_];

  subgraph lnd.yml
    direction TB
    lnd
    lnd -->|_net lnd-tor<br />10.21.**20**.0/24_| lnd-tor[_10.21.20.3_<br />lnd-tor];
  end

  subgraph tor-i2pd.yml
    direction LR
    tor-watchdog[tor-watchdog<br />_10.21.22.3_] --> tor
    i2pd
  end

  lnd-tor <-->|_host net_| internet(☁️ internet);
  tor <-->|_host net_| internet;
  i2pd -->|_host net_| internet;

  click bitcoind href "./bitcoind/"
  click btc-rpc-explorer href "./btc-rpc-explorer/"
  click electrs href "./electrs/"
  click tor href "./tor/"
  click rtl href "./rtl/"
  click thunderhub href "./thunderhub/"
  click lnd href "./lightning/"
  click lnbits href "./lnbits/"