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
commitb71b1f984f0dfc9049e689707e64927c73ac6879 (patch)
tree4646eae6b66e99cdfc260cd588b82f566de935dc /btc/mining/bin/newkey.sh
parentebf5d05740a0f15fb3140af5229c820f8cfd008a (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