mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-19 13:18:13 +02:00
Merge pull request #673 from curly60e/relays-and-LN-qr
Update PyBlock.py
This commit is contained in:
commit
5435c0125d
1 changed files with 3 additions and 3 deletions
|
|
@ -1121,7 +1121,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()
|
||||
|
||||
|
|
@ -1140,7 +1140,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()
|
||||
|
||||
|
|
@ -1159,7 +1159,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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue