You are viewing a single comment's thread from:

RE: Handling node issues with a game on Hive Engine

in #dev3 years ago

There are many alternative nodes that you can use. I primarily use the below.

"heNodes": [
"https://api.hive-engine.com/rpc",
"https://herpc.dtools.dev/",
"https://herpc.neoxian.city/",
"https://herpc.kanibot.com/"
],

Alternatively you can also use https://ha.herpc.dtools.dev that has an inbuilt failover.

I personally have a script that I use in all my applications to rotate nodes when there is a failure in the current node.

Sort:  

Alternatively you can also use https://ha.herpc.dtools.dev that has an inbuilt failover.

I found out about this one earlier today and started using it. I want to contact @reazuliqbal sometime to ask about how it works, specifically about how the fail over as handled. I assume it's heath checks with nginx.

api2.hive-engine.com another node for your list.

Do you know where I can learn to build my own games on the blockchain?


Posted via proofofbrain.io

I would first recommend getting comfortable in a programming language (typically Javascript or Python) then build soemthing, anything. You will be amazed how much more you learn by building something than you do by staying in tutorial hell.

ok recommend being software where I can build some projects easily