mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-15 12:50:38 +02:00
Update PyBlock.py
This commit is contained in:
parent
850d13642f
commit
dfad387bcf
1 changed files with 5 additions and 3 deletions
|
|
@ -6779,7 +6779,7 @@ def fullbtclnd():
|
|||
path['rpcuser'] = input("RPC User: ")
|
||||
path['rpcpass'] = input("RPC Password: ")
|
||||
print("\n\tLocal Bitcoin Core Node connection.\n")
|
||||
path['bitcoincli']= input("Insert the Path to Bitcoin-Cli. Normally you just need to type 𝐛𝐢𝐭𝐜𝐨𝐢𝐧-𝐜𝐥𝐢: ")
|
||||
path['bitcoincli']= input("Insert the Path to Bitcoin-Cli. Normally you just need to type 𝙗𝙞𝙩𝙘𝙤𝙞𝙣-𝙘𝙡𝙞: ")
|
||||
pickle.dump(path, open("config/bclock.conf", "wb"))
|
||||
|
||||
if os.path.isfile('config/blndconnect.conf'): # Check if the file 'bclock.conf' is in the same folder
|
||||
|
|
@ -6800,7 +6800,7 @@ def fullbtclnd():
|
|||
lndconnectload["tls"] = input("Insert the path to tls.cert file: ")
|
||||
lndconnectload["macaroon"] = input("Insert the path to admin.macaroon: ")
|
||||
print("\n\tLocal Lightning Node connection.\n")
|
||||
lndconnectload["ln"] = input("Insert the Path to Lncli. Normally you just need to type 𝐥𝐧𝐜𝐥𝐢: ")
|
||||
lndconnectload["ln"] = input("Insert the Path to Lncli. Normally you just need to type 𝙡𝙣𝙘𝙡𝙞: ")
|
||||
pickle.dump(lndconnectload, open("config/blndconnect.conf", "wb")) # Save the file 'bclock.conf'
|
||||
menuSelection()
|
||||
|
||||
|
|
@ -6813,7 +6813,9 @@ def introINIT():
|
|||
blogo()
|
||||
#sysinfo()
|
||||
print("""\t\t
|
||||
Connect PyBLØCK to your Nodes or Run the Cropped option.
|
||||
Welcome 𝓒𝔂𝓹𝓱𝓮𝓻𝓹𝓾𝓷𝓴.
|
||||
|
||||
Connect 𝗣𝘆𝗕𝗟Ø𝗖𝗞 to your Nodes or Run the Cropped option.
|
||||
|
||||
|
||||
\u001b[31;1mA.\033[0;37;40m 𝗣𝘆𝗕𝗟Ø𝗖𝗞 (Bitcoin & Lightning)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue