Each page load hits about 10 rpc requests, count them next time you visit https://raw.verus.trading :)
#!/bin/bash
cd /var/www/rpc.vrsc.komodefi.com/logs
for i in `ls` ; do cd $i ; echo $i `cat access_log | wc -l ` ; cd .. ; done
$ ./hits.sh
2023-09-05 270