m3nda

Results 97 comments of m3nda

You can loop the launch of the script at system level if you are using cli versioversf you used a script just call the whole thing when dies.

Define "it does not work", and tell me what do you expect when you ran it.

I need to test myself to see what happend. Is not a common issue. You should see "terminal output" or "file contents". I downloaded the file to test out, i'll...

Case of mine i got: `/usr/lib/python3.7/site-packages/proxybroker/providers.py:128: DeprecationWarning: 'with await lock' is deprecated use 'async with lock' instead with (await self._sem_provider),\ ` And nothing else. Which OS and Python versions do...

I think that both options are good, and can be used as mutually exclusive option, but exclude has more sense at all. Exclude let you exclude most common used ports,...

After watch some issues, and see that this issue is from 2017 and still unsolved, i do recommend everybody to avoid using this. Even more important, this program doesn't support...

That would be a very great point to make me move to this paid solution. Btw, patches are the another great point to do it, but im much more interested...

Added: I edited my `prevhash()` function according to ![ https://github.com/Crypto-Expert/stratum-mining/blob/master/lib/bitcoin_rpc.py] and problem has gone. ``` def prevhash(self): resp = (yield self._call('getblocktemplate', [])) try: defer.returnValue(json.loads(resp)['result']['previousblockhash']) #defer.returnValue(json.loads(resp)['result']['data'][8:72]) except Exception as e: log.exception("Cannot...

I can't see shared drives too, tsclient does display but "Shared" folder don't work. My rdesktop is 1.8.2. I see your fix code, but i don't know how to apply...