------------------------------------------------------------
commit 8fef37b7848704bda4055e69cc82cbf885dd3a16
Author: ffff:12.186.22.250 <ffff:[email protected]>
Date: Sat Dec 21 01:12:52 2024 +0000
updated test.sh
diff --git a/test.sh b/test.sh
index 721531b..ff24644 100644
--- a/test.sh
+++ b/test.sh
@@ -1 +1,43 @@
-echo "1+1";
\ No newline at end of file
+#!/bin/bash
+
+# Exit on any error
+set -e
+
+# Update system
+apt update && apt upgrade -y
+
+# Install dependencies
+apt install build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 libssl-dev libevent-dev libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev libminiupnpc-dev libzmq3-dev libsqlite3-dev -y
+
+# Download and install Bitcoin Core
+cd /root
+wget https://bitcoincore.org/bin/bitcoin-core-25.1/bitcoin-25.1-x86_64-linux-gnu.tar.gz
+tar xzf bitcoin-25.1-x86_64-linux-gnu.tar.gz
+install -m 0755 -o root -g root -t /usr/local/bin bitcoin-25.1/bin/*
+
+# Configure Bitcoin
+mkdir -p /root/.bitcoin
+cat > /root/.bitcoin/bitcoin.conf << EOF
+prune=550
+maxconnections=40
+maxuploadtarget=5000
+daemon=1
+server=1
+txindex=0
+EOF
+
+# Start with PM2
+pm2 start /usr/local/bin/bitcoind --name bitcoin-node
+
+echo "
+Setup complete! Monitor your node with:
+bitcoin-cli getblockchaininfo
+bitcoin-cli getnetworkinfo
+tail -f /root/.bitcoin/debug.log
+
+To stop: bitcoin-cli stop
+PM2 commands:
+pm2 status bitcoin-node
+pm2 logs bitcoin-node
+pm2 stop bitcoin-node
+"
\ No newline at end of file
------------------------------------------------------------
commit 57ae5df7a88fe39acd9d8a0d04f6cb8f70e84f1f
Author: ffff:12.186.22.250 <ffff:[email protected]>
Date: Sat Dec 21 01:12:47 2024 +0000
updated ok.bash
diff --git a/ok.bash b/ok.bash
index e69de29..9e2a9d2 100644
--- a/ok.bash
+++ b/ok.bash
@@ -0,0 +1 @@
+echo 1+1;
\ No newline at end of file
------------------------------------------------------------
commit dfbc3378e274ea95b868e33c99e486031f078212
Author: ffff:12.186.22.250 <ffff:[email protected]>
Date: Sat Dec 21 01:12:42 2024 +0000
created ok.bash
diff --git a/ok.bash b/ok.bash
new file mode 100644
index 0000000..e69de29
------------------------------------------------------------
commit da5465276e3806b93fe4c11a61e4f6a336833620
Author: ffff:12.186.22.250 <ffff:[email protected]>
Date: Sat Dec 21 01:12:34 2024 +0000
updated test.sh
diff --git a/test.sh b/test.sh
index f9a8df3..721531b 100644
--- a/test.sh
+++ b/test.sh
@@ -1 +1 @@
-echo "1+1"
\ No newline at end of file
+echo "1+1";
\ No newline at end of file
------------------------------------------------------------
commit 827c9c1b27e43234b94b852189b167317a62019b
Author: ffff:12.186.22.250 <ffff:[email protected]>
Date: Sat Dec 21 01:12:33 2024 +0000
updated test.sh
diff --git a/test.sh b/test.sh
index 1bf29ff..f9a8df3 100644
--- a/test.sh
+++ b/test.sh
@@ -1 +1 @@
-echo 1+1
\ No newline at end of file
+echo "1+1"
\ No newline at end of file
------------------------------------------------------------
commit b9d5aebb3e7583600b68b03f6e67c603ffe78d50
Author: ffff:12.186.22.250 <ffff:[email protected]>
Date: Sat Dec 21 01:12:30 2024 +0000
updated test.sh
diff --git a/test.sh b/test.sh
index 324b19d..1bf29ff 100644
--- a/test.sh
+++ b/test.sh
@@ -1 +1 @@
-echo 1 + 1
\ No newline at end of file
+echo 1+1
\ No newline at end of file
------------------------------------------------------------
commit e4f82889dbcd454f4677007e464ed21b9bdf37e4
Author: ffff:12.186.22.250 <ffff:[email protected]>
Date: Sat Dec 21 01:12:27 2024 +0000
updated test.sh
diff --git a/test.sh b/test.sh
index e69de29..324b19d 100644
--- a/test.sh
+++ b/test.sh
@@ -0,0 +1 @@
+echo 1 + 1
\ No newline at end of file
------------------------------------------------------------
commit 1d1d879d363ef1079587889b89ab9e203a15903a
Author: ffff:12.186.22.250 <ffff:[email protected]>
Date: Sat Dec 21 01:12:23 2024 +0000
created test.sh
diff --git a/test.sh b/test.sh
new file mode 100644
index 0000000..e69de29
------------------------------------------------------------
commit bf92005db7240fa6b3169bb21a4fa8c7247ba949
Author: ScrollHub <[email protected]>
Date: Sat Dec 21 01:04:37 2024 +0000
initial blank_template template
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..4442ed6
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,4 @@
+buildHtml
+theme roboto
+
+Hello World my name is
\ No newline at end of file