Hacks and Hops

Results 60 comments of Hacks and Hops

It's been a while without any more reports of crashes. I believe this has been fixed but feel free to reopen if it occurs again.

I've submitted a Bugzilla issue as there still seems to be users who are experiencing this crash https://github.com/ACK-J/Port_Authority/issues/31 https://bugzilla.mozilla.org/show_bug.cgi?id=1854000

This issue has been resolved with v1.1.2

I just released `V1.1.3` which adds a whitelist option in the extension settings. Please update your extension by going to `Mozilla Firefox -> Manage Extensions -> Click the gear in...

@psiberfunk @frjoethesecond @yllekz This is actively being worked on by @jjk1492 and many of the changes are already in the master branch. Expect a big update in the next week...

I just released `V1.1.3` which adds a whitelist option in the extension settings. Please update your extension by going to `Mozilla Firefox -> Manage Extensions -> Click the gear in...

I just released `V1.1.3` which adds a whitelist option in the extension settings. Please update your extension by going to `Mozilla Firefox -> Manage Extensions -> Click the gear in...

k-anonymity for transactions now works however performance needs to improve. It takes 35 seconds to return 825 transactions on a somewhat resource limited virtual machine. @moneroexamples do you have any...

I made some performance improvements which got the time down to 3 seconds to request 647 transactions. However, the use of get_transactions() requires the node RPC **not** be in restricted...

I made some additional performance improvements which got the time down to 0.5 seconds to request 647 transactions and 16 seconds for 10,000 txs. Adding threading helped a lot when...