From 1fe76a51f191ce2fe5873a947e6593d2ce0d67cc Mon Sep 17 00:00:00 2001 From: 4NK Dev Date: Fri, 19 Sep 2025 23:16:55 +0000 Subject: [PATCH] ext for all --- .conf.model | 2 ++ .env | 2 ++ .env.exemple | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.conf.model b/.conf.model index 5c549ef..4d8596d 100644 --- a/.conf.model +++ b/.conf.model @@ -7,3 +7,5 @@ zmq_url="tcp://bitcoin:29000" storage="https://demo.4nkweb.com/storage" data_dir="/home/bitcoin/.4nk" bitcoin_data_dir="/home/bitcoin/.bitcoin" +bootstrap_url="ws://dev3.4nkweb.com:9090" +bootstrap_faucet=true diff --git a/.env b/.env index 490ed83..e41d47a 100644 --- a/.env +++ b/.env @@ -8,3 +8,5 @@ zmq_url=tcp://bitcoin:29000 storage=https://dev4.4nkweb.com/storage data_dir=/home/bitcoin/.4nk bitcoin_data_dir=/home/bitcoin/.bitcoin +bootstrap_url=ws://dev3.4nkweb.com:9090 +bootstrap_faucet=true diff --git a/.env.exemple b/.env.exemple index 490ed83..e41d47a 100644 --- a/.env.exemple +++ b/.env.exemple @@ -8,3 +8,5 @@ zmq_url=tcp://bitcoin:29000 storage=https://dev4.4nkweb.com/storage data_dir=/home/bitcoin/.4nk bitcoin_data_dir=/home/bitcoin/.bitcoin +bootstrap_url=ws://dev3.4nkweb.com:9090 +bootstrap_faucet=true