Skip to content
Snippets Groups Projects
Commit 5dc73a40 authored by Holger's avatar Holger
Browse files

Update node scores

parent b94d5b6d
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
...@@ -73,7 +73,7 @@ class NodeList(list): ...@@ -73,7 +73,7 @@ class NodeList(list):
"type": "appbase", "type": "appbase",
"owner": "anyx", "owner": "anyx",
"hive": True, "hive": True,
"score": 80 "score": 50
}, },
{ {
"url": "http://anyx.io", "url": "http://anyx.io",
...@@ -81,7 +81,7 @@ class NodeList(list): ...@@ -81,7 +81,7 @@ class NodeList(list):
"type": "appbase", "type": "appbase",
"owner": "anyx", "owner": "anyx",
"hive": True, "hive": True,
"score": 50 "score": 20
}, },
{ {
"url": "https://hive-test-beeabode.roelandp.nl", "url": "https://hive-test-beeabode.roelandp.nl",
...@@ -105,7 +105,7 @@ class NodeList(list): ...@@ -105,7 +105,7 @@ class NodeList(list):
"type": "appbase", "type": "appbase",
"owner": "hive", "owner": "hive",
"hive": True, "hive": True,
"score": 50 "score": 80
}, },
{ {
"url": "https://api.openhive.network", "url": "https://api.openhive.network",
...@@ -113,7 +113,7 @@ class NodeList(list): ...@@ -113,7 +113,7 @@ class NodeList(list):
"type": "appbase", "type": "appbase",
"owner": "gtg", "owner": "gtg",
"hive": True, "hive": True,
"score": 20 "score": 50
}, },
{ {
"url": "https://techcoderx.com", "url": "https://techcoderx.com",
...@@ -169,7 +169,7 @@ class NodeList(list): ...@@ -169,7 +169,7 @@ class NodeList(list):
"type": "appbase", "type": "appbase",
"owner": "ausbitbank", "owner": "ausbitbank",
"hive": True, "hive": True,
"score": 10 "score": 50
}, },
{ {
"url": "https://hive.roelandp.nl", "url": "https://hive.roelandp.nl",
...@@ -177,7 +177,7 @@ class NodeList(list): ...@@ -177,7 +177,7 @@ class NodeList(list):
"type": "appbase", "type": "appbase",
"owner": "roelandp", "owner": "roelandp",
"hive": True, "hive": True,
"score": 10 "score": 50
} }
] ]
super(NodeList, self).__init__(nodes) super(NodeList, self).__init__(nodes)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment