Rocco Musolino
Rocco Musolino
Fixed here: https://github.com/roccomuso/netcat/commit/a2e095ef38b3033fb7c7e4d73b183ec0050905f5 But still that test doesn't pass.
Not clear why. There should be a bug somewhere.
Cannot tell why that should work. Will be worth investigating
Got it. Is there a way to have a lite sync or emit all txs (even invalid ones)? I saw in the examples that a sync could be done in...
> What are you trying to do here ultimately? I just want to get mainnet incoming transactions in real-time. I don't need to validate them. And I was wondering if...
+1 It would be nice and possibly useful also for non-deterministic functions.
@phra What OS runs on the VM? Probably the cli `arp` tools is missing ([here](https://github.com/nekuz0r/node-arp/blob/master/lib/arp.js#L48)). Error raised from the `node-arp` dependency.
ok. It seems a cli [deprecated tool](https://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/). It's worth make a PR to `node-arp` and have a fallback cmd perhaps.
It could be. Try without VPN. Unfortunately I don't have a Mac to test myself.
Hmm Currently i'm using a "Ping Sweep" technique to discover hosts. The **node-arp** lib does a `var ping = spawn("ping", [ "-c", "1", ipaddress ]);` to populate the ARP table...