Diablo-D3 / DiabloMiner

OpenCL miner for Bitcoin
https://bitcointalk.org/index.php?topic=1721.0
GNU General Public License v3.0
538 stars 217 forks source link

Unrecognised protocol? #86

Closed gidoBOSSftw5731 closed 7 years ago

gidoBOSSftw5731 commented 7 years ago
$ ./DiabloMiner-Linux.sh -l stratum+tcp://gido5731.worker1:foo@us.ss.btc.com:443
Exception in thread "main" java.net.MalformedURLException: unknown protocol: stratum+tcp
    at java.net.URL.<init>(URL.java:600)
    at java.net.URL.<init>(URL.java:490)
    at java.net.URL.<init>(URL.java:439)
    at com.diablominer.DiabloMiner.DiabloMiner.execute(DiabloMiner.java:193)
    at com.diablominer.DiabloMiner.DiabloMiner.main(DiabloMiner.java:90)

thats the protocol the website says to use, confused on why it doesn't work

allquixotic commented 7 years ago

Per https://github.com/Diablo-D3/DiabloMiner/issues/84#issuecomment-266826539

DiabloMiner is no longer under development, and does not speak the new miner protocol.

Use cgminer instead.

Diablo-D3 commented 7 years ago

@allquixotic beat me to it.

Go use cgminer instead.