Azure blockchain mining nodes not running

325 Views Asked by At

I created a blockchain using azure's blockchain as a service. I encountered the following problem :

In the admin site, I see that my mining node are not running :

mining nodes not running

And I can sent ether from an account to another for example.

However, I am sure that I started my VMs and it is confirmed when see my dashboard :

Mining VMs running

Can anyone help me with that ?

1

There are 1 best solutions below

0
On BEST ANSWER

It seems that blockchain could not ssh to your VM. You need check your NSG and Azure Load Balancer Inbound NAR rules. Please the port is you needed. enter image description here

You could use this template to deploy your blockchain service. Click Deploy to Azure. You could modify the value in Portal. enter image description here

According to your scenario, you need modify 5 values.

"adminSitePort": 3000,
"sshNATFrontEndStartingPort": 3000,
"destinationPortRange": "3000",
"gethRPCPort": 8545,
"destinationPortRange": "8545",