diff --git a/.conf.model b/.conf.model index 22f1b73..71fba0e 100644 --- a/.conf.model +++ b/.conf.model @@ -7,7 +7,7 @@ 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:8090" +bootstrap_url="wss://dev3.4nkweb.com/ws/" bootstrap_faucet=true RUST_LOG="DEBUG" NODE_OPTIONS="--max-old-space-size=2048" diff --git a/.env b/.env index f5a7ee5..140b9ff 100644 --- a/.env +++ b/.env @@ -8,7 +8,7 @@ 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:8090 +bootstrap_url=wss://dev3.4nkweb.com/ws/ bootstrap_faucet=true HOME=/home/bitcoin RUST_LOG=DEBUG diff --git a/.env.exemple b/.env.exemple index 31b9ee2..1f5aab1 100644 --- a/.env.exemple +++ b/.env.exemple @@ -8,7 +8,7 @@ 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:8090 +bootstrap_url=wss://dev3.4nkweb.com/ws/ bootstrap_faucet=true HOME=/home/bitcoin RUST_LOG=DEBUG