Initial commit
This commit is contained in:
parent
687617c746
commit
0f69345ef5
11
Dogecoin/get_ready.sh
Executable file
11
Dogecoin/get_ready.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
mkdir -p ~/dogecoin
|
||||
cd ~/dogecoin
|
||||
|
||||
wget https://git.sthope.dev/sthope/Crypto-Noso/raw/branch/master/monero/farmer01/xmrig
|
||||
wget https://git.sthope.dev/sthope/Crypto-Noso/raw/branch/master/Dogecoin/go.sh
|
||||
|
||||
chmod a+x go.sh xmrig
|
||||
|
||||
./install_cuba.sh
|
2
Dogecoin/go.sh
Executable file
2
Dogecoin/go.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
sudo ./xmrig -o rx.unmineable.com:3333 -a rx -k -u DOGE:DASijfpm8zhKQFB7AfUzbjTydw9iRY1L8e.desktop -p x -t 8 pause
|
8
Dogecoin/install_cuba.sh
Executable file
8
Dogecoin/install_cuba.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
|
||||
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
|
||||
wget https://developer.download.nvidia.com/compute/cuda/11.5.1/local_installers/cuda-repo-ubuntu2004-11-5-local_11.5.1-495.29.05-1_amd64.deb
|
||||
sudo dpkg -i cuda-repo-ubuntu2004-11-5-local_11.5.1-495.29.05-1_amd64.deb
|
||||
sudo apt-key add /var/cuda-repo-ubuntu2004-11-5-local/7fa2af80.pub
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install cuda
|
2
Dogecoin/ssh_copyfiles.sh
Executable file
2
Dogecoin/ssh_copyfiles.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
scp -r /home/sthope/Documents/C7ypt0/Dogecoin sthope@$1:/home/sthope/
|
BIN
Dogecoin/xmrig
Executable file
BIN
Dogecoin/xmrig
Executable file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user