Skip to content

Commit

Permalink
Disable donation (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-xmr committed Nov 18, 2022
1 parent c64f70c commit cf123e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 72 deletions.
1 change: 0 additions & 1 deletion util/build-xmrig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ fi
git clone --recursive https://github.com/$REPO/$REPO.git
cd $REPO
git checkout v${VER}
git apply "$DIR_THIS/patches/xmrig-${VER}.patch" # Here be dragons!
mkdir -p $DIR && cd $DIR
cmake .. -G "CodeBlocks - Unix Makefiles"
make -j$(nproc)
Expand Down
70 changes: 0 additions & 70 deletions util/patches/xmrig-6.18.1.patch

This file was deleted.

2 changes: 1 addition & 1 deletion util/run-xmrig.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ if [ -z $POOL_PORT ]; then
fi

cd build/xmrig/build
nice -n 19 ./xmrig --threads=$CORES --donate-level 40 -o $POOL_IP:$POOL_PORT
nice -n 19 ./xmrig --threads=$CORES -o $POOL_IP:$POOL_PORT

0 comments on commit cf123e5

Please sign in to comment.