Skip to content

Commit

Permalink
0.5-48 OhGodAnETHlargementPill, clyamore 11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dimafern committed Apr 30, 2018
1 parent 3e8b934 commit ac0198b
Show file tree
Hide file tree
Showing 29 changed files with 24 additions and 1,246 deletions.
10 changes: 6 additions & 4 deletions hive/bin/hive
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,12 @@ miner start
wd start

#Start OhGodAnETHlargementPill. It will exit if its 0
if [[ $GPU_COUNT_NVIDIA > 0 ]] &&
echo2 "> Start OhGodAnETHlargementPill" &&
ohgodapill

if [[ $GPU_COUNT_NVIDIA > 0 ]]; then
echo2 "> Start OhGodAnETHlargementPill"
nohup /hive/opt/ohgodapill/run.sh > /dev/null 2>&1 &
sleep 1
sync
fi


echo2 "> Hive Start Finished"
Expand Down
Binary file removed hive/claymore/11.4/Data.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1a1.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1b1.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1c1.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1c2.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1d1.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1e1.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1e2.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1g1.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1g2.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1h1.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1h2.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1i1.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data1j1.bin
Binary file not shown.
Binary file removed hive/claymore/11.4/Data3.bin
Binary file not shown.
622 changes: 0 additions & 622 deletions hive/claymore/11.4/History.txt

This file was deleted.

17 changes: 0 additions & 17 deletions hive/claymore/11.4/License.txt

This file was deleted.

538 changes: 0 additions & 538 deletions hive/claymore/11.4/Readme!!!.txt

This file was deleted.

26 changes: 0 additions & 26 deletions hive/claymore/11.4/config.txt

This file was deleted.

1 change: 0 additions & 1 deletion hive/claymore/11.4/dpools.txt

This file was deleted.

1 change: 0 additions & 1 deletion hive/claymore/11.4/epools.txt

This file was deleted.

Binary file removed hive/claymore/11.4/ethdcrminer64
Binary file not shown.
1 change: 0 additions & 1 deletion hive/claymore/11.4/reboot.sh

This file was deleted.

1 change: 0 additions & 1 deletion hive/claymore/11.4/start.bash

This file was deleted.

Empty file modified hive/opt/ohgodapill/OhGodAnETHlargementPill-r2
100644 → 100755
Empty file.
18 changes: 18 additions & 0 deletions hive/opt/ohgodapill/run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/usr/bin/env bash
#. colors
#
#
#RIG_CONF="/hive-config/rig.conf"
#[[ ! -f $RIG_CONF ]] && exit 1
#
#. $RIG_CONF



while true; do
/hive/opt/ohgodapill/OhGodAnETHlargementPill-r2 > /var/run/hive/ohgodapill 2>&1
sleep 1
done


#exit 0
20 changes: 0 additions & 20 deletions hive/opt/ohgodapill/start.sh

This file was deleted.

15 changes: 0 additions & 15 deletions hive/sbin/OHGODAPILL

This file was deleted.

0 comments on commit ac0198b

Please sign in to comment.