From 9025f7f07970f95876ae3c7de05a2b6a2aa38147 Mon Sep 17 00:00:00 2001 From: omaroughriss Date: Thu, 3 Jul 2025 14:03:02 +0200 Subject: [PATCH] Add sdk_relay config --- sdk_relay.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sdk_relay.conf diff --git a/sdk_relay.conf b/sdk_relay.conf new file mode 100644 index 0000000..63890b0 --- /dev/null +++ b/sdk_relay.conf @@ -0,0 +1,9 @@ +core_url="http://bitcoin:18443" +ws_url="0.0.0.0:8090" +wallet_name="default" +network="signet" +blindbit_url="http://blindbit:8000" +zmq_url="tcp://bitcoin:29000" +storage="https://demo.4nkweb.com/storage" +data_dir="/home/bitcoin/.4nk" +bitcoin_data_dir="/home/bitcoin/.bitcoin" \ No newline at end of file