Bitcoin Forum
June 24, 2024, 12:24:30 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.6 (Linux / Windows) on: March 17, 2018, 12:17:40 PM
@dstm,

Any chance to see % of GPU fan usage at telemetry?

Thanks!
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 16, 2018, 04:11:05 PM
Hi, since a few days ago when the claymore is connected the word unsecure appears in the ip of the pool, in the following way:

ETH: Stratum - connecting to 'us1.ethermine.org' <18.219.59.155> port 4444 (unsecure)

Is there a problem? I did not have that before, how can I solve it? Thank you.

you've been hacked.

And you're a noob!

Don't post things that you don't know about...
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 16, 2018, 04:08:32 PM
Hi, since a few days ago when the claymore is connected the word unsecure appears in the ip of the pool, in the following way:

ETH: Stratum - connecting to 'us1.ethermine.org' <18.219.59.155> port 4444 (unsecure)

Is there a problem? I did not have that before, how can I solve it? Thank you.

you've been hacked.

what would be the solution?

Don't believe him. He is a real noob! He can't even specify his system specs when reporting problems...
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 16, 2018, 12:36:18 PM
Nice Job!

Hi.

Can you change my real email to user@gmail.com. I replaced it only in one place and forget to do it in another one.

I don't understand what you are trying to do... can you elaborate?

Thanks!

Please edit your message and change my real email in my quoted text.

Thank you


Done, my friend!  Wink Cool
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 16, 2018, 12:21:04 PM
Nice Job!

Hi.

Can you change my real email to user@gmail.com. I replaced it only in one place and forget to do it in another one.

I don't understand what you are trying to do... can you elaborate?

Thanks!
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 16, 2018, 11:55:41 AM
Can I set the epools.txt (dpools.txt) files as an option in command line or in config.txt file? Because switching to another coin I need different alternative pools.

You can do it in bat file like I do it.

I have the following file structure for Claymore:

[Claymore 10.6]
[Claymore 11.5]
epools.txt
reboot.bat
start-mining.bat

[Claymore 10.6] and [Claymore 11.5] are folders where corresponded versions of Claymore are placed.

epools.txt
Code:
POOL: eth-eu1.nanopool.org:9999, WALLET: <wallet>/rig1/user@gmail.com, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 0
POOL: eth-eu2.nanopool.org:9999, WALLET: <wallet>/rig1/user@gmail.com, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 0
POOL: eth-us-east1.nanopool.org:9999, WALLET: <wallet>/rig1/user@gmail.com, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 0
POOL: eth-us-west1.nanopool.org:9999, WALLET: <wallet>/rig1/user@gmail.com, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 0
POOL: eth-asia1.nanopool.org:9999, WALLET: <wallet>/rig1/user@gmail.com, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 0

reboot.bat
Code:
shutdown /r /t 5 /f

start-mining.bat
Code:
@echo off

rem ********************************
rem *  wallet:                     *
rem *    private                   *
rem *    btc-trade                 *
rem *  pool:                       *
rem *    ethermine                 *
rem *    nanopool                  *
rem ********************************

rem ---------- SETUP DATA ----------

set claymore_path=Claymore 10.6
set claymore_params=-mport -3333 -minspeed 187 -r 1 -tt 30 -ttli 63 -tstop 65 -tstart 40
set wallet=private
set pool=nanopool

rem --------------------------------

setx GPU_FORCE_64BIT_PTR 0 > nul
setx GPU_MAX_HEAP_SIZE 100 > nul
setx GPU_USE_SYNC_OBJECTS 1 > nul
setx GPU_MAX_ALLOC_PERCENT 100 > nul
setx GPU_SINGLE_ALLOC_PERCENT 100 > nul

timeout /t 15

cls

if "%wallet%" == "btc-trade" set wallet_address=0x00000dec3e7a3743b14651d8e49a4564ee200000
if "%wallet%" == "private"   set wallet_address=0x000007517a8eFD4104Ba3c482F0B89692dA00000

powershell -command "(gc epools.txt) -replace '<wallet>', '%wallet_address%' | Out-File -Encoding ascii '%claymore_path%\epools.txt'"

copy /Y reboot.bat "%claymore_path%\reboot.bat" > nul

cd %claymore_path%

@echo on

@if "%pool%" == "ethermine" goto :ETHERMINE

:NANOPOOL

EthDcrMiner64.exe -epool eth-eu1.nanopool.org:9999 -ewal %wallet_address%/JAMES-MINER/user@gmail.com -epsw x %claymore_params%

@goto :END

:ETHERMINE

@rem EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal %wallet_address%/JAMES-MINER -epsw x %claymore_params%
EthDcrMiner64.exe -epool ssl://eu1.ethermine.org:5555 -ewal %wallet_address%/JAMES-MINER -epsw x %claymore_params%

:END

@pause

Of course something should be changed and you do not need something, but it can help you how it can be done.

Nice Job!

I made something similar (but not so sophisticated) at Linux.

Code:
#!/bin/bash

# CARREGA CONFIG GPU
# gpu.conf.sh

MINER_HOME="/home/MyUser/Claymore/v11.5"

SERV_ETH="eth-us-east1.nanopool.org"
PORT_ETH="9999"
USR_ETH="walletaddress.Worker/my@email.com"
PWD_ETH=""

SERV_DUAL="pasc-us-east1.nanopool.org"
PORT_DUAL="15555"
USR_DUAL="wallet.address.WorkerPASC/my@email.com"
PWD_DUAL=""

#JAXX Wallet
$MINER_HOME/ethdcrminer64 -epool $SERV_ETH:$PORT_ETH -ewal $USR_ETH -mode 1 -ftime 10 -mport -8080

#JAXX (ETH) Wallet + PASCAL Wallet
#$MINER_HOME/ethdcrminer64 -epool $SERV_ETH:$PORT_ETH -ewal $USR_ETH -dcoin pasc -dpool $SERV_DUAL:$PORT_DUAL -dwal $USR_DUAL -ftime 10 -mport -8080

So... If I want to change to dual mining, I just comment out the Single mining line (adding #) and uncomment the dual mining line (removing #).
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 15, 2018, 05:39:53 PM
@Claymore

seem there's issues with 11.5 and nvidia cards. i am getting a terrible fluctuation on reported hashrate



as you can see, it goes as low as 156MH/s | 175MH/s, etc ... the rig does 188MH/s with 6 nvidia 1070, on previous versions.

anyone experiencing the same?

No problem here...


how can you possible compare? you are using Linux, my report was on Windows....

Was? Where do you specify Windows at your report?  Huh

Sorry, but I didn't find that information...  Cool
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 15, 2018, 01:43:21 PM
Why people stills report problem without specify their setup?

A LOT of posts here ppl complains but don't post their OS, their drivers even their GPUs!!! WTF?!

Looks like the fluctuation problem is related to ethermine... Just a guess...

9  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.5 (Windows/Linux) on: March 15, 2018, 12:48:02 PM
@Claymore

seem there's issues with 11.5 and nvidia cards. i am getting a terrible fluctuation on reported hashrate



as you can see, it goes as low as 156MH/s | 175MH/s, etc ... the rig does 188MH/s with 6 nvidia 1070, on previous versions.

anyone experiencing the same?

No problem here...

Code:
ETH: 03/15/18-09:44:43 - New job from eth.suprnova.cc:5000
ETH - Total Speed: 141.293 Mh/s, Total Shares: 2123, Rejected: 0, Time: 18:09
ETH: GPU0 26.806 Mh/s, GPU1 20.281 Mh/s, GPU2 26.661 Mh/s, GPU3 20.363 Mh/s, GPU4 20.389 Mh/s, GPU5 26.794 Mh/s

GPU #0: GeForce GTX 1070 Ti, 8113 MB available, 19 compute units, capability: 6.1 (pci bus 1:0:0)
GPU #1: GeForce GTX 1060 6GB, 6072 MB available, 10 compute units, capability: 6.1 (pci bus 2:0:0)
GPU #2: GeForce GTX 1070, 8114 MB available, 15 compute units, capability: 6.1 (pci bus 3:0:0)
GPU #3: GeForce GTX 1060 6GB, 6072 MB available, 10 compute units, capability: 6.1 (pci bus 5:0:0)
GPU #4: GeForce GTX 1060 6GB, 6072 MB available, 10 compute units, capability: 6.1 (pci bus 6:0:0)
GPU #5: GeForce GTX 1070 Ti, 8114 MB available, 19 compute units, capability: 6.1 (pci bus 7:0:0)
ETH - Total Speed: 141.374 Mh/s, Total Shares: 2123(400+304+385+316+334+384), Rejected: 0(0+0+0+0+0+0), Time: 18:09
ETH: GPU0 26.824 Mh/s, GPU1 20.355 Mh/s, GPU2 26.648 Mh/s, GPU3 20.352 Mh/s, GPU4 20.373 Mh/s, GPU5 26.823 Mh/s
Incorrect ETH shares: none
 1 minute average ETH total speed: 140.837 Mh/s

Code:
ETH: 03/15/18-09:46:29 - New job from eth.suprnova.cc:5000
ETH - Total Speed: 141.418 Mh/s, Total Shares: 2127, Rejected: 0, Time: 18:11
ETH: GPU0 26.829 Mh/s, GPU1 20.381 Mh/s, GPU2 26.677 Mh/s, GPU3 20.347 Mh/s, GPU4 20.365 Mh/s, GPU5 26.819 Mh/s

GPU #0: GeForce GTX 1070 Ti, 8113 MB available, 19 compute units, capability: 6.1 (pci bus 1:0:0)
GPU #1: GeForce GTX 1060 6GB, 6072 MB available, 10 compute units, capability: 6.1 (pci bus 2:0:0)
GPU #2: GeForce GTX 1070, 8114 MB available, 15 compute units, capability: 6.1 (pci bus 3:0:0)
GPU #3: GeForce GTX 1060 6GB, 6072 MB available, 10 compute units, capability: 6.1 (pci bus 5:0:0)
GPU #4: GeForce GTX 1060 6GB, 6072 MB available, 10 compute units, capability: 6.1 (pci bus 6:0:0)
GPU #5: GeForce GTX 1070 Ti, 8114 MB available, 19 compute units, capability: 6.1 (pci bus 7:0:0)
ETH - Total Speed: 141.339 Mh/s, Total Shares: 2127(400+305+385+317+334+386), Rejected: 0(0+0+0+0+0+0), Time: 18:11
ETH: GPU0 26.782 Mh/s, GPU1 20.359 Mh/s, GPU2 26.648 Mh/s, GPU3 20.356 Mh/s, GPU4 20.387 Mh/s, GPU5 26.808 Mh/s
Incorrect ETH shares: none
 1 minute average ETH total speed: 140.881 Mh/s

Code:
ETH: 03/15/18-09:47:09 - New job from eth.suprnova.cc:5000
ETH - Total Speed: 139.801 Mh/s, Total Shares: 2128, Rejected: 0, Time: 18:11
ETH: GPU0 26.816 Mh/s, GPU1 19.637 Mh/s, GPU2 26.383 Mh/s, GPU3 19.762 Mh/s, GPU4 20.388 Mh/s, GPU5 26.816 Mh/s

GPU #0: GeForce GTX 1070 Ti, 8113 MB available, 19 compute units, capability: 6.1 (pci bus 1:0:0)
GPU #1: GeForce GTX 1060 6GB, 6072 MB available, 10 compute units, capability: 6.1 (pci bus 2:0:0)
GPU #2: GeForce GTX 1070, 8114 MB available, 15 compute units, capability: 6.1 (pci bus 3:0:0)
GPU #3: GeForce GTX 1060 6GB, 6072 MB available, 10 compute units, capability: 6.1 (pci bus 5:0:0)
GPU #4: GeForce GTX 1060 6GB, 6072 MB available, 10 compute units, capability: 6.1 (pci bus 6:0:0)
GPU #5: GeForce GTX 1070 Ti, 8114 MB available, 19 compute units, capability: 6.1 (pci bus 7:0:0)
ETH - Total Speed: 141.264 Mh/s, Total Shares: 2128(400+305+385+317+334+387), Rejected: 0(0+0+0+0+0+0), Time: 18:11
ETH: GPU0 26.794 Mh/s, GPU1 20.367 Mh/s, GPU2 26.674 Mh/s, GPU3 20.230 Mh/s, GPU4 20.383 Mh/s, GPU5 26.815 Mh/s
Incorrect ETH shares: none
 1 minute average ETH total speed: 140.940 Mh/s

My configuration:

Code:
MyUser@UbuntuRig:~$ nvidia-smi
Thu Mar 15 09:51:20 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 387.26                 Driver Version: 387.26                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 107...  On   | 00000000:01:00.0 Off |                  N/A |
|  4%   54C    P2   108W / 110W |   2614MiB /  8113MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   1  GeForce GTX 106...  On   | 00000000:02:00.0 Off |                  N/A |
|  0%   52C    P2    81W /  80W |   2570MiB /  6072MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   2  GeForce GTX 1070    On   | 00000000:03:00.0 Off |                  N/A |
|  1%   53C    P2   104W / 110W |   2592MiB /  8114MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   3  GeForce GTX 106...  On   | 00000000:05:00.0 Off |                  N/A |
| 22%   54C    P2    81W /  80W |   2570MiB /  6072MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   4  GeForce GTX 106...  On   | 00000000:06:00.0 Off |                  N/A |
| 22%   54C    P2    81W /  80W |   2570MiB /  6072MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+
|   5  GeForce GTX 107...  On   | 00000000:07:00.0 Off |                  N/A |
|  0%   53C    P2   113W / 110W |   2614MiB /  8114MiB |     97%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|    0     22119      C   ...MyUser/Claymore/v11.5/ethdcrminer64      2595MiB |
|    1     22119      C   ...MyUser/Claymore/v11.5/ethdcrminer64      2551MiB |
|    2     22119      C   ...MyUser/Claymore/v11.5/ethdcrminer64      2573MiB |
|    3     22119      C   ...MyUser/Claymore/v11.5/ethdcrminer64      2551MiB |
|    4     22119      C   ...MyUser/Claymore/v11.5/ethdcrminer64      2551MiB |
|    5     22119      C   ...MyUser/Claymore/v11.5/ethdcrminer64      2595MiB |
+-----------------------------------------------------------------------------+
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.4 (Windows/Linux) on: March 14, 2018, 06:42:47 PM
I see some people have problems with latest versions because they use hard OC and/or custom bioses created for old versions. They work fine with old GPU kernels, but I modified kernels in v11.2 and you need to readjust your settings.
For those who cannot do it (or don't want to do it) I can revert some changes and release a version with "old-style" binaries. So I will release v11.5 within a few hours and it will be the only change in this version, so don't upgrade if v11.4 works fine for you.

So what would work better on an rx580:

- stock bios with 11.4
- modified bios with 11.5

or is it just a matter of testing? Is it no longer worth strapping the ram?

The 11.5 should be slightly slower than 11.4

Why? How can you state that?

Should I stick with v11.4 with my Nvidia rig?

11  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.4 (Windows/Linux) on: March 13, 2018, 06:41:47 PM
love the program and have used it for a months.. why you gotta package it in a way that everything thinks its a virus lol

i download it from mega, chrome says no... cant download from google cause they say no, finally download with microsoft edge, windows says no instead, finally add rule to protection to skip folder.. IT works Smiley yay

You can dload from Google. Just right click it and copy to your drive (Google). Then it let's you dload if you make a copy of that on your drive. You still have to stop windows deleting it though.

Or use Linux instead of Windows!  Tongue
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.4 (Windows/Linux) on: March 13, 2018, 05:48:50 PM
Changes made in v11.4 are related only to AMDs or to NVIDIAs too? I am asking because my Nvidia rigs can run without crashed only on v10.6 version. v11 above is a tragedy for Nvidias Sad

For me too. I have tried to use any 11.x version, but all of them have strange hashrate. It is less then in 10.6. So I rolled back again to 10.6 (

It is running stable and with good hash rate at my Nvidia rig (6x). Linux here.
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.4 (Windows/Linux) on: March 13, 2018, 05:28:45 PM
Guys,

Which is the best ETH mining pool?

I'm using Suprnova but I don't know if it is good or if I should change to another one...

Thanks
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v11.2 (Windows/Linux) on: March 08, 2018, 02:35:01 PM
I'm getting the following error when mining "ETH only" at Suprnova.cc:

Code:
ETH: Received error: {"id":15,"result":null,"error":[21,"jobnotfound"]}

My rig have multiple Nvidia GPUs. I'm runing Ubuntu 16.04 with CUDA toolkit 9.2.

This error is sporadically displayed.

Do I need to change some configuration?

Thank you!
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] FarmWatchBot (Watchdog) for Ewbf, Claymore, Dstm, CC, B, Eth miners on: March 06, 2018, 05:01:39 PM
Any chance of a Linux version?  Huh Grin
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BTCZ] BitcoinZ - Low Fees, 100% Community, POW-Equihash No-Premine No-Tax on: March 05, 2018, 03:29:34 PM
600-650 coins per day on 3x gtx 1080 is low profit

1x gtx 1080 mines 300-350 BTCZ per day

Use whattomine for calculate
https://whattomine.com/coins/207-btcz-equihash

My actual BTCZ profit is ~1,171 BTCZ (-$4.75) per day!

2x GTX 1070Ti
1x GTX 1070
3x GTX 1060

Unfortunately there is no way to mine BTCZ for now....

You are forgetting to fill in the exchange rate i think .... do this manual...

Diff and price can be shown here : https://www.difficultychart.com/bitcoinz


You are correct but if I fill the exchange rate it will be worse!

I pay for kWh here... no free power! Sad

Made the exchange rate adjustment! You are RIGHT! Thank you for the help!

Daily profit ~$4.98 after the fill in the exchange rate!


17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BTCZ] BitcoinZ - Low Fees, 100% Community, POW-Equihash No-Premine No-Tax on: March 05, 2018, 02:27:16 PM
600-650 coins per day on 3x gtx 1080 is low profit

1x gtx 1080 mines 300-350 BTCZ per day

Use whattomine for calculate
https://whattomine.com/coins/207-btcz-equihash

My actual BTCZ profit is ~1,171 BTCZ (-$4.75) per day!

2x GTX 1070Ti
1x GTX 1070
3x GTX 1060

Unfortunately there is no way to mine BTCZ for now....

You are forgetting to fill in the exchange rate i think .... do this manual...

Diff and price can be shown here : https://www.difficultychart.com/bitcoinz


You are correct but if I fill the exchange rate it will be worse!

I pay for kWh here... no free power! Sad
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BTCZ] BitcoinZ - Low Fees, 100% Community, POW-Equihash No-Premine No-Tax on: March 05, 2018, 01:00:07 PM
600-650 coins per day on 3x gtx 1080 is low profit

1x gtx 1080 mines 300-350 BTCZ per day

Use whattomine for calculate
https://whattomine.com/coins/207-btcz-equihash

My actual BTCZ profit is ~1,171 BTCZ (-$4.75) per day!

2x GTX 1070Ti
1x GTX 1070
3x GTX 1060

Unfortunately there is no way to mine BTCZ for now....
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BTCZ] BitcoinZ - Low Fees, 100% Community, POW-Equihash No-Premine No-Tax on: March 04, 2018, 01:39:44 AM
You just explained why it's shit.
Why the fuck would I want to waste my time writing a bunch of shit when I can just click it?
Why the fuck would I want to learn some shit I am not interested in when I can use something much easier?
Yeah keep calling me lazy. I put my time where it matters. Linux is still shit.

CYA!

I wasn't born in mid 90's, you illiterate fuck.

Nice! You just shows EVERYONE reading this post how a person who haven't arguments or with zero knowledge try to win a discussion: using bad language!

CONGRATULATIONS! LOL

Have a nice life, Microsoft's Fanboy/Linux Hater
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BTCZ] BitcoinZ - Low Fees, 100% Community, POW-Equihash No-Premine No-Tax on: March 03, 2018, 10:10:30 AM
You just explained why it's shit.
Why the fuck would I want to waste my time writing a bunch of shit when I can just click it?
Why the fuck would I want to learn some shit I am not interested in when I can use something much easier?
Yeah keep calling me lazy. I put my time where it matters. Linux is still shit.

CYA!

I just take some pictures specially for you, little boy from mid 90's!





Maybe to have more power and more flexibility to make the machine do what you need?  Tongue

Easier? Just a argument from a typical lazy person who don't know what is talking about: working with configuration files or scripts is far way cheaper, faster and easier to restore a machine or configure a new machine.

I can configure and put a new mining rig to run on a few minutes, just running a very simple/basic shell script... But this tech is "too hard" to some people understand (lol)!

Code:
#!/bin/bash

### NAO USAR "/" NO FINAL DAS VARIAVEIS! ###
HOME_PATH="/home/MyUser"
CUDA_FILE="cuda-repo-ubuntu1604_9.1.85-1_amd64.deb"
CUDA_URL="http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64"
CUDA_KEY="http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/7fa2af80.pub"

sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install -y openssh-server tmux
wget -O $HOME_PATH/Downloads/$CUDA_FILE $CUDA_URL/$CUDA_FILE
sudo dpkg -i $HOME_PATH/Downloads/$CUDA_FILE
sudo apt-key adv --fetch-keys $CUDA_KEY
sudo apt-get update
sudo apt-get install -y cuda
chmod +x $HOME_PATH/EWBF/0.3.4b/miner
chmod +x $HOME_PATH/*sh

ZERO clicks... ZERO window display...

cya!
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!