refacktor
refacktor
This is due to JAXB being removed in JDK 11. I got the same error after upgrading the JDK on a project.
+1 There is a competing framework that already does this: https://github.com/cagataygurturk/lambadaframework It would be nice to incorporate this functionality directly into maven-lambda-plugin as it is a more general solution.
Please re-test on latest from 8/28/2017, PR#7. Do you still see this issue? Thanks.
One important change we can make is to add UDP connectivity and to prefer UDP over TCP. i.e. Attempt a UDP handshake before initiating a TCP connection, and only fallback...
> * Use `flask` instead of the stdlib http.server? IMO it's worth adding a dependency to gain some readability/maintainability. Good idea. I'll look into this for the next iteration. Also,...
Flask was pretty easy to add. Over the weekend I'll look into integrating ReactJS. My initial goal (MVP) is to be able to visualize the blockchain in the browser.
There will be no race conditions because only one process can bind to the peer port, 2412. You'll be able to start mining threads from within the GUI, without conflict....
> starting up the GUI with a single click There are ways to package it up so that it launches in one click. I don't know how they did it...
This PR was intended as a proof of concept just to check how hard or easy it would be. Other contributors are welcome to continue where I left off. I...
This is on the cloud-mining branch, which includes your fix to #42 that I merged in.