From 4a3a7a344e33c476fe2e1238a468bca4bc82d56c Mon Sep 17 00:00:00 2001 From: MarcUs7i <96580944+MarcUs7i@users.noreply.github.com> Date: Tue, 11 Mar 2025 17:54:25 +0100 Subject: [PATCH] Fixed bitcoin node url --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index dd4e868..17f9669 100644 --- a/config.js +++ b/config.js @@ -52,8 +52,8 @@ export default { { id : 'btcnd-onion', // optional name : 'Bitcoin Node (Onion)', // optional - link : 'http://erkuzp5gzrcjqtrcuiku5whcjnioalwskgo3hjg5oq2mmailml7k7jad.onion:8333', // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false - url : 'http://erkuzp5gzrcjqtrcuiku5whcjnioalwskgo3hjg5oq2mmailml7k7jad.onion:8333', // required + link : 'erkuzp5gzrcjqtrcuiku5whcjnioalwskgo3hjg5oq2mmailml7k7jad.onion:8333', // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false + url : 'erkuzp5gzrcjqtrcuiku5whcjnioalwskgo3hjg5oq2mmailml7k7jad.onion:8333', // required onionIP : '192.168.0.105', // optional, IP to use for onion service check customCheck : async (content, response)=>{return true;}, validStatus : ['SOCKET'], // optional, Which http status should be considered non errors [defaults to 200-299]