From ff4f91ac5a319e252c750f7a74b041a77d981f0f Mon Sep 17 00:00:00 2001 From: MarcUs7 <96580944+MarcUs7i@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:25:43 +0100 Subject: [PATCH] Another onion test --- config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/config.js b/config.js index 19d687b..d282625 100644 --- a/config.js +++ b/config.js @@ -56,10 +56,7 @@ export default { name : 'Bitcoin Node (Onion)', // optional link : false, // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false url : 'erkuzp5gzrcjqtrcuiku5whcjnioalwskgo3hjg5oq2mmailml7k7jad.onion:8333', // required - request : { // optional, fetch options - method: 'GET', - agent: new SocksProxyAgent('socks5h://127.0.0.1:9050') - }, + request : null, customCheck: async (content, response) => { // Bitcoin protocol version check try {