Skip to content

Commit

Permalink
Merge 7a27d88
Browse files Browse the repository at this point in the history
  • Loading branch information
Simewu committed Dec 29, 2023
2 parents 1401bcc + 7a27d88 commit dcb9494
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,920 deletions.
1 change: 0 additions & 1 deletion LogIndividualPeerInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ def startBitcoin():
if os.path.exists(os.path.join(bitcoinDirectory, 'bitcoind.pid')):
print('Removing old Bitcoin PID file...')
os.remove(os.path.join(bitcoinDirectory, 'bitcoind.pid'))
#terminal(f'rm -rf {os.path.join(bitcoinDirectory, 'bitcoind.pid')}')

if filesToLog['bitcoin_debug.log']:
subprocess.Popen([f'gnome-terminal -t "Bitcoin Core Instance" -- bash ./run.sh noconsole{networkParams} --daemon --debug=all'], shell=True)
Expand Down
Loading

0 comments on commit dcb9494

Please sign in to comment.