diff --git a/main/management/commands/bchd_grpc_stream.py b/main/management/commands/bchd_grpc_stream.py index 3e179478..90e20433 100644 --- a/main/management/commands/bchd_grpc_stream.py +++ b/main/management/commands/bchd_grpc_stream.py @@ -16,8 +16,8 @@ def run(): source = 'bchd-grpc-stream' nodes = [ - #'bchd.imaginary.cash:8335', - 'bchd.greyh.at:8335', + 'bchd.imaginary.cash:8335', + # 'bchd.greyh.at:8335', # 'bchd.fountainhead.cash:443' ] bchd_node = random.choice(nodes) diff --git a/main/utils/queries/bchd.py b/main/utils/queries/bchd.py index 0d424b5b..4dbaf968 100644 --- a/main/utils/queries/bchd.py +++ b/main/utils/queries/bchd.py @@ -14,8 +14,8 @@ class BCHDQuery(object): def __init__(self): nodes = [ - #'bchd.imaginary.cash:8335', - 'bchd.greyh.at:8335', + 'bchd.imaginary.cash:8335', + # 'bchd.greyh.at:8335', # 'bchd.fountainhead.cash:443' ] self.base_url = random.choice(nodes)