initial commit

This commit is contained in:
2014-06-12 16:27:02 -07:00
parent fe62aa5a3a
commit 1cc6099ac7
46 changed files with 702 additions and 6 deletions

6
SXC.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
source miners.sh
for i in $miners
do
php switchpool.php stratum+tcp://sxc.cryptominer.net:3353 salfter.${i} x clear ${i} 4029
done