How to Become a Super Transmitter
Last updated
Was this helpful?
Last updated
Was this helpful?
An EVM-compatible wallet
Native NTGL tokens on the Entangle network (to cover registration and transaction fees)
Docker and Docker Compose installed
Start the Transmitter Node
Pick a unique name for your agent (e.g., superagent-1
) and start it:
Congratulations, you're now a Super Transmitter.
To switch to different nodes, update the relevant configuration files:
Solana modules: Modify node settings in transmitter-config.yaml
Multiple node support: In watcher-config.yml
, use read_rpcs
and write_rpcs
fields to define endpoints
You can adjust performance and behaviour by modifying the following values:
parse_new_headers_interval
– How often to fetch new block headers (e.g., 5s
, 1m
)
max_query_in_batch
– Max number of requests in one batch
filter_logs_max_blocks
– Max block range for log filtering
blocks_delay
– Delay between latest block and the one being processed
blocks_batch_to_filter
– Min number of blocks to filter in one go
min_balance_to_alert
– Threshold (in wei) for triggering low-balance alerts