syntaxsugar / openshift-minerd-cartridge

0 stars 1 forks source link

How to set URL #1

Open codewith opened 10 years ago

codewith commented 10 years ago

Hi, how to set url for ghash.io? ex:uk1.ghash.io:3333 I set: "rhc env set CPUMINER_URL=uk1.ghash.io:3333 -a appname" but dont work Sorry for my bad English.Thanks!

syntaxsugar commented 10 years ago

Hi, try use protocol in URL: rhc set-env CPUMINER_USER=paiti.miner1 CPUMINER_PASS=miner1 CPUMINER_URL=stratum+tcp://scrypt.ltcrabbit.com:3333 -a miner1

and restart cpuminer cartridge: rhc cartridge restart cpuminer -a miner

codewith commented 10 years ago

Thanks for your fast support @syntaxsugar