Skip to content

Commit

Permalink
Switched bchd node to bchd.imaginary.cash
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarct committed Sep 14, 2022
1 parent 3110c87 commit 04dc91b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions main/management/commands/bchd_grpc_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions main/utils/queries/bchd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 04dc91b

Please sign in to comment.