Hi there, let's say I have 5 nodes in the same blockchain/network.
4 of them can mine, one can't (the regular node)
Now, for availability sake I'm hosting the regular node and 1 of those validator nodes in the same datacenter, and the other 2 in another.
My RPC connection is made with the regular node for security purposes, so when I send a signedTransaction to the regular node it needs to relay it to a miner node.
Is there any way that I can 'force' or 'select' the node which will be doing the mining?
My concern is that if the regular node relays the transaction to a different datacenter additional latency may occur.
Thanks in advance.
Max