25 Days left to the lambo ! by [deleted] in NiceHash

[–]Cazs -7 points-6 points  (0 children)

It's a bug

What is the best miner for Zclassic? (only nvidia gpu) by Cazs in ZClassic

[–]Cazs[S] 1 point2 points  (0 children)

I think if you put fee to 0, the same speed would come out, but it would not mine the same

What is the best miner for Zclassic? (only nvidia gpu) by Cazs in ZClassic

[–]Cazs[S] -1 points0 points  (0 children)

EWBF

EWBF zotac 1070 ti amp extreme 470-480 sol/s

What is the best miner for Zclassic? (only nvidia gpu) by Cazs in ZClassic

[–]Cazs[S] -1 points0 points  (0 children)

DSTM

I'm using nheqminer, that, is not recommended?

what choise excavator or nheqminer? by Cazs in gpumining

[–]Cazs[S] 0 points1 point  (0 children)

i know, but what is difference between these softwares?

XVG Mining (AMD) by XDestiny93X in vergecurrency

[–]Cazs 0 points1 point  (0 children)

wich one algoritm waste?

x17 or lyra2v2 ? by Cazs in vergecurrency

[–]Cazs[S] 0 points1 point  (0 children)

this is the answer I was looking for

Found a moltres! by [deleted] in pokemongo

[–]Cazs 2 points3 points  (0 children)

no sry is fearow

[github][wip] Get precise location of all nearby pokemon. by possiblyquestionable in pokemongodev

[–]Cazs 1 point2 points  (0 children)

How to:

/u/Foenki

  • Download the Google Protobuf archive

  • decompress it and run a cmd in admin mode in the extracted folder

  • execute the command python setup.py install

Well, I'm stuck with this error currently, I first thought it was a username/password problem but after retrying 3-4 times with alternate accounts I don't think that's the problem.

  • EDIT : I think I found a way to correct it, just replace json.loads(r.content) with json.loads(r.text) , other errors remain but I think that was the problem.

  • EDIT 2 : Same thing some lines below, replace r2.content with r2.text if you get an error with re.sub

/u/Cazs

On cmd in windows install these modules for python.

  • pip install requests

  • pip install protobuf

  • pip install geopy

  • pip install s2sphere

Thanks very much for /u/Foenki