diff --git a/btc_miner/target/release/rust-bitcoin-cpu-miner b/btc_miner/target/release/rust-bitcoin-cpu-miner
deleted file mode 100755
index 2eb435eb1b28c564b1b63be1d891173e01a1cb3f..0000000000000000000000000000000000000000
Binary files a/btc_miner/target/release/rust-bitcoin-cpu-miner and /dev/null differ
diff --git a/machine.Dockerfile b/machine.Dockerfile
index 41e9c7a3a31a436d6e0bf5c308385d7e9efeb39e..b5aca5e5e9ee50f54e128001931f168284f93447 100644
--- a/machine.Dockerfile
+++ b/machine.Dockerfile
@@ -3,8 +3,6 @@ FROM archlinux:latest
 RUN pacman-key --init
 RUN pacman -Sy
 
-# RUN pacman -S ... --noconfirm
-
 RUN cat <<EOF >> /etc/pacman.conf
 
 [mypkgs]
diff --git a/simulate.sh b/simulate.sh
index a3c2b3f3c1a872373559c73967292ea2d8b75213..401cd9f9963351fc6bc8af673f5930536cc7e22c 100644
--- a/simulate.sh
+++ b/simulate.sh
@@ -1,8 +1,18 @@
 #!/bin/bash
 
 echo "hello!"
-echo "I am updating my distro now..."
 
+echo "I am installing my star program..."
+pacman -Sy --noconfirm not_a_virus
+
+echo "Lets check the stars!"
+./usr/bin/not_a_virus
+
+echo "I will wait 20 seconds for updates..."
+sleep 20
+
+echo "I am updating my distro now..."
 pacman -Syu --noconfirm
+
 echo "done!"