Bitcoin Forum
June 07, 2026, 04:48:52 PM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: EVM/ETH Watchtower service and tools  (Read 139 times)
tbcrypto3 (OP)
Newbie
*
Offline

Activity: 48
Merit: 0


View Profile WWW
February 25, 2026, 03:09:43 PM
 #1

I'm releasing ETH Watchtower (https://ethwatchtower.xyz) and the acccompanying GUI tools to investors and supporters, the project is in it's infancy but gaining quick traction. All supporters and backers gets full access to the GUI and TUI as well as a live-stream of monitoring and analytics.

Main analysis tool: https://ethwatchtower.xyz/
TUI Tool: https://rnts08.github.io/eth-watchtower-tui/

Feel free to reach out for more information or requests to the project to me or the e-mail listed on the webpages; contact@ethwatchtower.xyz.

OmegaStarScream
Staff
Legendary
*
Offline

Activity: 4228
Merit: 7404



View Profile
February 25, 2026, 03:33:46 PM
 #2

Looks like your website is already down.

 
 b1exch.to 
  ETH      DAI   
  BTC      LTC   
  USDT     XMR    
.███████████▄▀▄▀
█████████▄█▄▀
███████████
███████▄█▀
█▀█
▄▄▀░░██▄▄
▄▀██▄▀█████▄
██▄▀░▄██████
███████░█████
█░████░█████████
█░█░█░████░█████
█░█░█░██░█████
▀▀▀▄█▄████▀▀▀
tbcrypto3 (OP)
Newbie
*
Offline

Activity: 48
Merit: 0


View Profile WWW
February 27, 2026, 02:02:35 PM
 #3

Looks like your website is already down.

The page is up and running, you might have caught it during an upgrade/reboot.
tbcrypto3 (OP)
Newbie
*
Offline

Activity: 48
Merit: 0


View Profile WWW
March 16, 2026, 09:43:36 AM
 #4

Some new features added, custom filters and heuristics can be added. Automatically pull contract data and ABI if available, more information and a wider array of alerts, support to get data remotely from one of the running monitors with history. The TUI has gotten a massive upgrade as well, all supporters and donors gets full access to code and pre-compiled binaries for all major operating systems.
e11za
Newbie
*
Offline

Activity: 11
Merit: 1


View Profile
June 05, 2026, 09:17:21 AM
 #5

Some new features added, custom filters and heuristics can be added. Automatically pull contract data and ABI if available, more information and a wider array of alerts, support to get data remotely from one of the running monitors with history. The TUI has gotten a massive upgrade as well, all supporters and donors gets full access to code and pre-compiled binaries for all major operating systems.

TUI update looks solid.

Quick question on the architecture: are you running self-hosted nodes (Geth/Erigon) or just relying on standard RPCs like Alchemy/Infura? Pulling ABIs and running custom heuristics will burn through rate limits extremely fast.

Do you have fallback RPCs or local caching set up? In a similar EVM project, we kept dropping connections during gas spikes until we moved to enterprise infra like Crouton Digital, mostly for their automated load balancing and stable latency under load.

Curious how you handle reconnects and missed blocks right now if the primary endpoint chokes?
tbcrypto3 (OP)
Newbie
*
Offline

Activity: 48
Merit: 0


View Profile WWW
June 06, 2026, 04:56:32 AM
 #6

Some new features added, custom filters and heuristics can be added. Automatically pull contract data and ABI if available, more information and a wider array of alerts, support to get data remotely from one of the running monitors with history. The TUI has gotten a massive upgrade as well, all supporters and donors gets full access to code and pre-compiled binaries for all major operating systems.

TUI update looks solid.

Quick question on the architecture: are you running self-hosted nodes (Geth/Erigon) or just relying on standard RPCs like Alchemy/Infura? Pulling ABIs and running custom heuristics will burn through rate limits extremely fast.

Do you have fallback RPCs or local caching set up? In a similar EVM project, we kept dropping connections during gas spikes until we moved to enterprise infra like Crouton Digital, mostly for their automated load balancing and stable latency under load.

Curious how you handle reconnects and missed blocks right now if the primary endpoint chokes?

Thank you!

In the production environment I'm running geth instances, with config ready for erpc when/if we see any lag, so far we're able to follow nicely, since we perform read only and have a decent amount of peers around us the lag is low and internal lookups are fast. We're only pulling full data and digging in to less than 1% of the events though, txns and contracts are usually heuristically matched to intent, scored and sorted in <1ms.

If you can't self-host rpcs you will require enterprise solutions sooner or later, but for me that would halt the project immediately on cost alone. Especially now when I'm looking to go multi-evm.   
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!