unsystemizer
unsystemizer
When a Torrent's directory path is too long for Windows, it throws an error (The system cannot find the path specified.) In this case the torrent directory is 170 bytes...
Following up on [this](https://github.com/AdamISZ/joinmarket-clientserver/issues/62) issue, I'd like to add some info about paths to appropriate Wiki page. I think https://github.com/JoinMarket-Org/joinmarket/wiki/Configuring-with-joinmarket.cfg is a good candidate for obvious reasons (one of which...
Soon (after SW activates), the minimum Bitcoin Core req may need to updated at: https://github.com/JoinMarket-Org/joinmarket/wiki/Running-JoinMarket-with-Bitcoin-Core-full-node "Any flavor of up-to-date bitcoin client full node software. Bitcoin Core version 0.10 or above....
It seems there are no addrindex-specific endpoints in the REST interface, is that something that could be added at some point in the future? https://github.com/btcdrak/bitcoin/blob/addrindex-0.13/src/rest.cpp#L606
``` $ sudo python2 nmcontrol.py --daemon=0 --debug=1 start 2016-05-27 11:21:15,283 - __main__ - INFO - ####################################################### 2016-05-27 11:21:15,286 - __main__ - DEBUG - DEBUG MODE 1 (set from console) 2016-05-27...
v0.8: When installing I chose not to install NMControl as service, but it still tried to start: ``` 2015-09-03 14:33:58,776 - nmcontrol - INFO - ################################################################################### 2015-09-03 14:33:59,065 - nmcontrol...
In index.html: ``` jquery-2.1.4.js:8561 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.send @ jquery-2.1.4.js:8561 ```...
In L102: ```var INSIGHT_SERVER = getInsightServer();``` This is upstream issue. Maybe I should open it upstream.
In L13 of index.html: ```chrome.storage.local.get(function(data) {``` I was using Opera, incidentally, but it works with Chrome extensions. This is upstream issue. Maybe I should open it upstream.