Kyle McDonald

Results 117 comments of Kyle McDonald
trafficstars

@copyxyz Folks reading these articles understand at least two things correctly: the total energy usage of Ethereum is large (in an absolute sense), and the people using Ethereum have some...

I don't have a copy of Windows to test on, but I'm happy to provide some advice if you can follow the steps as best you can, and tell me...

You'll also need to install tcpdump. It looks like it's called "[windump](http://www.winpcap.org/windump/)" on Windows. Then keep following the readme: 1. Install [Python pip](https://pip.pypa.io/en/stable/installing/) 2. Make a copy of this repository...

A few thoughts. From my experience on OSX the `sudo chmod o+r /dev/bpf*` is necessary to enable sniffing with tcpdump in monitor mode. On Ubuntu, you might not need to...

Thanks @selva-oscura it sounds like there's no need for anything like `sudo chmod o+r /dev/bpf*` on Ubuntu, but that `tcpdump` must be run with `sudo` (as must `wifi-users.py`). Something you...

@selva-oscura thanks for sticking with me on this! My first thought is that it's strange to see "23/1000" in the output. It looks like maybe you quit the app early...

Ok, I think we're a lot closer to discovering the problem. But the solution might require some additional work. I ran the script on a Raspberry Pi to verify that...

@selva-oscura ok! i think we're making progress :) it looks like `airmon-ng` didn't help very much. the `-I` flag is for enabling monitor mode. if you remove `-I` then your...

It looks like this is a bug in [Wireless](https://github.com/joshvillbrandt/wireless/) and it would be great if you could submit an issue in that repo. I think @tbodt is correct, and that...

This looks like a bug with https://github.com/joshvillbrandt/wireless/ It might be related to https://github.com/joshvillbrandt/wireless/issues/17 If you get a chance, try reporting the error in that repo and maybe there is a...