geofurb

Results 11 comments of geofurb

Is there a hack I can use in the meantime? I was hoping this would make it easy to remember which device the mouse was connected to.

Wow, thanks!! Holy crap, a full implementation.

I'm running into some problems trying to use that code. `user@host:~/Documents$ sudo bash razer_loop.py ` `[sudo] password for user: ` `import-im6.q16: not authorized 'dbus' @ error/constitute.c/WriteImage/1037.` `from: can't read /var/mail/dbus.mainloop.glib`...

Oh! I'm sorry, that was terribly ambiguous. While the machine is running normally, opening a terminal and executing the command `sudo bash razer_loop.py ` results in some issues that don't...

For Debian/Ubuntu, it's probably also helpful to add the lines: `sudo apt-get install gcc-7 g++7` and `update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 60 --slave /usr/bin/g++ g++ /usr/bin/g++-7`

Accessing an individual cluster's addresses takes a very long time and returns an empty list: IPython console ``` chain = blocksci.Blockchain(BITCOIN_DATA_DIR) cx = blocksci.cluster.ClusterManager(CUSTOM_CLUSTER_DIR,chain) len(cx.clusters()) Out[7]: 330464891 clist = list(cx.clusters())...

I've uploaded my `bitcoin-data` and `bitcoin-clusters` directories [here](https://drive.google.com/open?id=15jjdNCUyDTQTi9OEbLTH6cD_dQdv2Agp), in case it helps with reproducing the error. You might want to let that run while you're at lunch; it's a 102...

Wanted to re-up this, @erogol @JRMeyer @kdavis-coqui