Lee *!* Clagett
Lee *!* Clagett
What about a complete re-compile of `monero` source? The compiler has to match for the linking to work - `monero-lws` is (basically) pulling object files directly from that source into...
I think the issue might be SSL - the server is likely expecting no SSL, but the command is being sent with it. That's my best guess because the first...
Only the release-0.16 branch will work at this time. I am in the progress of transitioning this project to `master`+`develop`+`release-0.16` branches where the first two compile against Monero's `master` branch,...
The [readme](https://github.com/vtnerd/monero-lws/blob/master/README.md) discusses how to build the project. I noticed the instructions were unclear on how to build the project against the main Monero repo. My recommendation is to pull...
See [latest commit](https://github.com/vtnerd/monero-lws/commit/f1cbc052af5838e3f6faf5456e41b4c9daa9a8b8) for JSON fixes
Ouch. I don't even know where to begin with this one. This seems like something internal to LMDB, but I'm not sure. Was the scanner still "catching up" when this...
> cmake -DMONERO_SOURCE_DIR=/home/pinodexmr/monero -DMONERO_BUILD_DIR=/home/pinodexmr/monero/build/release .. This was the build directory, not `/build`. Perhaps the wording needs to be more clear, its the directory that contains `{bin/, CMakeCache.txt, contrib/, src/}` and...
The current API was designed to generate revenue (for the extra load on the server) when someone needed to import an older wallet. I'm sure it could be worked out,...
Also, the admin utility already lets you set a specific reset height, you just can't do it from the API right now (since it _tries_ to strictly adhere to the...
Some changes I thought of: - The current block notification will change entirely - the screen is "cleared" and each tx in a block will be displayed in bech32 "slot...