Skip to content

Commit 7651567

Browse files
authored
Changed wallet port from 6883 to 16823
Changed DogeChia wallet port from 6883 to 16823 to avoid port conflict with Flax.
1 parent bc72d9e commit 7651567

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dogechia/util/initial-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ full_node:
253253
port: 42069
254254
wallet_peer:
255255
host: *self_hostname
256-
port: 6883
256+
port: 16823
257257
logging: *logging
258258
network_overrides: *network_overrides
259259
selected_network: *selected_network
@@ -301,7 +301,7 @@ introducer:
301301
public_key: "config/ssl/full_node/public_full_node.key"
302302

303303
wallet:
304-
port: 6883
304+
port: 16823
305305
rpc_port: 46761
306306

307307
enable_profiler: False

0 commit comments

Comments
 (0)