Matthew

Results 136 comments of Matthew

In my initial designs, TRD itself is the http server hosting the HTML and any needed REST API endpoints for GUI functionality. So, I don't understand how the GUI can...

> creating a separate GUI component to manage TRD > `python3 src/gui.py` I 100% disagree with this. Look at every other linux-based tool that provides a web UI. Every single...

My purpose for creating/adding a GUI is to improve the overall user experience and simplify for the non-technical (ie: hate CLI). I don't see the need for the GUI to...

> Why do you think reports have a high priority while it is currently possible to view report files with any spreadsheet application? I don't have a spreadsheet application. Google...

I'm not seeing this behavior: ``` 2020-07-23 17:44:29,889 - consumer0 - Operation hash is oo8Y6t9Q4mxULzdPyL3Gpr52LE4JM7pWeb1Xnh6EjZXGiBZZXpe 2020-07-23 17:44:29,889 - consumer0 - Waiting for operation oo8Y6t9Q4mxULzdPyL3Gpr52LE4JM7pWeb1Xnh6EjZXGiBZZXpe to be included. Please be patient...

What does it show on your ledger? Also, please zip and upload logs/app.log after running with -V

@songproducer Can you confirm this is still an issue? We have many people using ledgers without any issues. What version of ledger wallet do you have installed? Have you pulled...

Next time, please provide the first 4-8 chars of what is displayed on the ledger so I can determine what exactly the ledger is asking you to confirm. The ophash...

@songproducer Finally got a ledger setup with my testing environment. The issue apparently has something to do with the Ledger wallet app not recognizing batch transactions. If I configure TRD...

Reverse engineering the Ledger source code is proving to be extremely difficult. Looks like there's some blake2b hashing going on along with some base58 conversions, etc. This is certainly not...