Hello,
I created an ubuntu server and made a websocket connection with wscat. I have 2 questions, I would be glad if you could answer them.
-
It is said that there is a daily limit of 100,000 rate. I am using websocket. Is there a rate limit on Websocket connections? For example, I want to get 1000 transaction details per minute by using the “eth_getTransactionReceipt” method over the connection I set up with wscat. If I send 1000 queries, does it count as 1000 requests? My goal is to get details of transactions in each block.
-
On my Ubuntu server, I want my connection with WSCAT to run smoothly in the background 24/7 (I’m wondering what the disconnection status is). Is there a blog post on how to do this?