From b389a7c8bc9decd33f9ba282bc19acdfa887b54d Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Mon, 26 Dec 2022 18:46:53 +0100 Subject: [PATCH] Update spvblock.py --- pybitblock/SPV/spvblock.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index 2ad85ca..96f9d3d 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -3666,7 +3666,7 @@ def callGitNostrMacTerminal(): print(output) responseC = input("Paste your PrivateKey: ") - os.system(f"cd nostr_console_pyblock && ./nostr_console_macOS -k {responseC}") + os.system(f"cd nostr_console_pyblock && ./nostr_console_macOS -k {responseC} -r wss://relay.stoner.com,wss://nostr.w3ird.tech,wss://nostr.bongbong.com,wss://nostr.hugo.md,wss://nostr.slothy.win,wss://nostr.robotechy.com,wss://nostr.nodeofsven.com,wss://nostrrelay.com,wss://nostr.mwmdev.com,wss://nostr.sandwich.farm -l") except: menuSelection() @@ -3685,7 +3685,7 @@ def callGitNostrWinTerminal(): blogo() print(output) responseC = input("Paste your PrivateKey: ") - os.system(f"cd nostr_console_pyblock && ./nostr_console_win64.exe -k {responseC}") + os.system(f"cd nostr_console_pyblock && ./nostr_console_win64.exe -k {responseC} -r wss://relay.stoner.com,wss://nostr.w3ird.tech,wss://nostr.bongbong.com,wss://nostr.hugo.md,wss://nostr.slothy.win,wss://nostr.robotechy.com,wss://nostr.nodeofsven.com,wss://nostrrelay.com,wss://nostr.mwmdev.com,wss://nostr.sandwich.farm -l") except: menuSelection() @@ -3704,7 +3704,7 @@ def callGitNostrLinTerminal(): blogo() print(output) responseC = input("Paste your PrivateKey: ") - os.system(f"cd nostr_console_pyblock && ./nostr_console_elf64 -k {responseC}") + os.system(f"cd nostr_console_pyblock && ./nostr_console_elf64 -k {responseC} -r wss://relay.stoner.com,wss://nostr.w3ird.tech,wss://nostr.bongbong.com,wss://nostr.hugo.md,wss://nostr.slothy.win,wss://nostr.robotechy.com,wss://nostr.nodeofsven.com,wss://nostrrelay.com,wss://nostr.mwmdev.com,wss://nostr.sandwich.farm -l") except: menuSelection()