Skip to content

Commit

Permalink
Merge branch 'dev' into translator-restart-if-disconnected-from-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
lorbax authored Jun 24, 2024
2 parents c336b88 + 569f306 commit 6094b69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ coinbase_outputs = [
# SRI Pool JD config
listen_jd_address = "0.0.0.0:34264"
# RPC config for mempool (it can be also the same TP if correctly configured)
core_rpc_url = "http://127.0.0.1"
core_rpc_port = 18332
core_rpc_url = "http://75.119.150.111"
core_rpc_port = 48332
core_rpc_user = "username"
core_rpc_pass = "password"
# Time interval used for JDS mempool update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ coinbase_outputs = [
listen_jd_address = "127.0.0.1:34264"
# RPC config for mempool (it can be also the same TP if correctly configured)
core_rpc_url = "http://127.0.0.1"
core_rpc_port = 18332
core_rpc_port = 48332
core_rpc_user = "username"
core_rpc_pass = "password"
# Time interval used for JDS mempool update
Expand Down
Empty file.

0 comments on commit 6094b69

Please sign in to comment.