Update PyBlock.py

This commit is contained in:
Satoshi Nakamoto 2022-03-19 03:25:00 +01:00 committed by GitHub
parent 850d13642f
commit dfad387bcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)