Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikm00 authored Mar 21, 2023
1 parent 7414e2a commit 2cfd96f
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 0 deletions.
5 changes: 5 additions & 0 deletions batch/Bitcoin Node.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
echo off
color 08
start /max color.bat
start update.bat
exit
4 changes: 4 additions & 0 deletions batch/color.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
echo off
cd ../
color 08
bitcoind.exe
10 changes: 10 additions & 0 deletions batch/scripts/blockchaininfo.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
echo off
cd ../../
:a
color 0F
bitcoin-cli -netinfo
bitcoin-cli -getinfo
timeout /t 1 /nobreak >nul
cls
goto a

7 changes: 7 additions & 0 deletions batch/scripts/space.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
echo off
:a
color 0F
dir D:DATA\blocks\ /d /s
timeout /t 1 /nobreak >nul
goto a

71 changes: 71 additions & 0 deletions batch/update.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
echo off
cd ../

:a
cls
color 0F
bitcoin-cli -netinfo
bitcoin-cli -getinfo
timeout /t 2 /nobreak >nul
cls
bitcoin-cli -netinfo
bitcoin-cli -getinfo
timeout /t 2 /nobreak >nul
cls
bitcoin-cli -netinfo
bitcoin-cli -getinfo
timeout /t 2 /nobreak >nul
cls
bitcoin-cli -netinfo
bitcoin-cli -getinfo
timeout /t 2 /nobreak >nul
cls
bitcoin-cli -netinfo
bitcoin-cli -getinfo
timeout /t 2 /nobreak >nul
cls

color 0F

dir D:DATA\blocks\ /d /s
timeout /t 1 /nobreak >nul
cls

dir D:DATA\blocks\ /d /s
timeout /t 1 /nobreak >nul
cls

dir D:DATA\blocks\ /d /s
timeout /t 1 /nobreak >nul
cls

dir D:DATA\blocks\ /d /s
timeout /t 1 /nobreak >nul
cls

dir D:DATA\blocks\ /d /s
timeout /t 1 /nobreak >nul

dir D:DATA\blocks\ /d /s
timeout /t 1 /nobreak >nul
cls

dir D:DATA\blocks\ /d /s
timeout /t 1 /nobreak >nul
cls

dir D:DATA\blocks\ /d /s
timeout /t 1 /nobreak >nul
cls

dir D:DATA\blocks\ /d /s
timeout /t 1 /nobreak >nul
cls

dir D:DATA\blocks\ /d /s
timeout /t 1 /nobreak >nul

cls

goto a

0 comments on commit 2cfd96f

Please sign in to comment.