I am trying to get test ether on ropsten testnet, so I set coinbase address like
miner.setEtherbase("0xxxxxxxxxxxxxx")
and started to mine from my node,
miner.start(4);
But someone changed the coinbase address of my node, after few days later, the address is
https://ropsten.etherscan.io/address/0xd9ee4d08a86b430544254ff95e32aa6fcc1d3163
But I have to open my RPC end point to use for other team members. So is there any other way to prevent to change my node coinbase address??
How is your node configured?
– Matt Swezey Feb 22 '19 at 14:58