Search code examples
azureblockchainmetamask

Blockchain node in Azure not mining blocks


I've set up a private blockchain in Azure using the predefined template. The setup went well and two of the three nodes are also mining blocks. However, for some reason I can't send Ether from the admin site to a wallet I've set up in MetaMask eventhough I'm connected to my blockchain via RPC. I think it has something to do with the first node not mining any blocks. Can someone tell me how I can fix this situation? Thank you in advance!

Node Overview


Solution

  • After trying out various ideas, making sure that all the nodes can communicate with each other (port forwarding) and typing miner.start() in the geth console of tx0 did the job.