Loren M. Lang

Results 115 comments of Loren M. Lang

For Slush Pool, and most likely BTC Guild, they no longer support the older getwork protocol used by miner.py. They use a newer protocol called Stratum. You need to run...

Do you have miner.py connecting to localhost at the getwork port listed in the output of the stratum proxy (8332)? Did the script act like it was able to connect...

You have the Python backtrace and the code that produced it. I would recommend you try to look at the code calling splitlines() and try to debug it yourself. This...

As I mentioned earlier in this thread, this is good for a learning exercise, but don't expect to make any kind of profit from this mining. As I recall, a...

If you are doing this with an RTL-SDR dongle, I believe you can use the SDR Driver app directly to create a TCP stream of the raw RF capture: https://play.google.com/store/apps/details?id=marto.rtl_tcp_andro

Do you also have the SDR Driver installed? https://play.google.com/store/apps/details?id=marto.rtl_tcp_andro It it able to see your RTL-SDR dongle if you select Advanced Mode and Start Stream?

You need more than an antenna, you need an FM receiver and I am not aware of any Android phones that ever came with an FM receiver in hardware. The...

From my experience, some of those RTL-SDR dongles do get quite warm typically, but I don't normally have them loose connection. It could be your phone is unable to handle...

How was TQSL installed? Was it installed from the official package download from ARRL.org, from homebrew, or built from source?

PyYAML (and possibly LibYAML?) is not compliant with the spec. I reviewed both YAML 1.0 and YAML 1.2.2 as published on yaml.org and dots along with most other non-breaking, non-space...