From 0c05a518ebca9efe22cfbfa65286c5a06871bde1 Mon Sep 17 00:00:00 2001 From: plebhash Date: Mon, 24 Jun 2024 11:57:38 -0300 Subject: [PATCH 1/2] fix translation-proxy-old-share.sh permission --- .../translation-proxy-old-share/translation-proxy-old-share.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 test/message-generator/test/translation-proxy-old-share/translation-proxy-old-share.sh diff --git a/test/message-generator/test/translation-proxy-old-share/translation-proxy-old-share.sh b/test/message-generator/test/translation-proxy-old-share/translation-proxy-old-share.sh old mode 100644 new mode 100755 From 569f3061db3d192e6bf2336547987a4a9a47a6c0 Mon Sep 17 00:00:00 2001 From: plebhash Date: Fri, 21 Jun 2024 12:59:18 -0300 Subject: [PATCH 2/2] config examples for testnet4 --- .../jd-server/config-examples/jds-config-hosted-example.toml | 4 ++-- roles/jd-server/config-examples/jds-config-local-example.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/jd-server/config-examples/jds-config-hosted-example.toml b/roles/jd-server/config-examples/jds-config-hosted-example.toml index c8a75ef0f3..328cffd520 100644 --- a/roles/jd-server/config-examples/jds-config-hosted-example.toml +++ b/roles/jd-server/config-examples/jds-config-hosted-example.toml @@ -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 diff --git a/roles/jd-server/config-examples/jds-config-local-example.toml b/roles/jd-server/config-examples/jds-config-local-example.toml index 07aabd514f..a3c7622aca 100644 --- a/roles/jd-server/config-examples/jds-config-local-example.toml +++ b/roles/jd-server/config-examples/jds-config-local-example.toml @@ -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