diff options
author | Ben Sima <ben@bsima.me> | 2023-04-07 14:09:40 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2023-04-07 14:09:40 -0400 |
commit | 0b0a47029239cfa37635aa502d78f94481c8dda8 (patch) | |
tree | 6a13ceb9880318fd1500f724b74fd2621676fd72 /Biz/Cloud/Ports.nix | |
parent | 906db8d4ac24f65f38e1d31bfdaa47602a54d759 (diff) |
Add bitcoin rpc port
Diffstat (limited to 'Biz/Cloud/Ports.nix')
-rw-r--r-- | Biz/Cloud/Ports.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Cloud/Ports.nix b/Biz/Cloud/Ports.nix index d7ab416..e698e86 100644 --- a/Biz/Cloud/Ports.nix +++ b/Biz/Cloud/Ports.nix @@ -1,6 +1,7 @@ { bensIp = "24.140.86.120"; # not a port, but it's convenient bitcoind = 8333; + bitcoind-rpc = 8332; botamusique = 8181; dandel-rovbur = 8080; delugeWeb = 8112; |