summaryrefslogtreecommitdiffstats
path: root/btc/mining/bin/newkey.sh
diff options
context:
space:
mode:
authorChinaman <root@chinaman>2011-07-10 06:23:22 +0200
committerChinaman <root@chinaman>2011-07-10 06:23:22 +0200
commitce73e24c7559c5e80ad54218c5b2f2ff507dda42 (patch)
tree648487bf7956bf4ecbf6af751d46a5b0a40fee01 /btc/mining/bin/newkey.sh
parentae7f4a6fe65530bebf37a17a026a611122f3de5a (diff)
updated cruise control, now incompatible with linucCoin!
mining/bin/newkey.sh: unused because slime is now in place mining/user/startup.sh: edited paths to miner, NOW INCOMPATIBLE with linucCoin (sucked anyway) temper/Makefile: fixed issue when installing temper (lose suid bit)
Diffstat (limited to 'btc/mining/bin/newkey.sh')
-rwxr-xr-xbtc/mining/bin/newkey.sh15
1 files changed, 0 insertions, 15 deletions
diff --git a/btc/mining/bin/newkey.sh b/btc/mining/bin/newkey.sh
deleted file mode 100755
index e71ab85b..00000000
--- a/btc/mining/bin/newkey.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-auth=$HOME/.Xauthority
-cp /dev/null $auth
-
-if [ "$1" = "-md5" ]; then
- key=`pstat -pfS | md5`
-else
- key=`perl -e 'srand; printf int(rand(10000000000000))'`
- key=$key$key
-fi
-
-xauth add unix:0 . $key
-
-xauth add ${HOST}:0 . $key