The main functionality of my website (mocacinno.com) was written back in 2017. IIRC, i was running core version ~0.12~ish (i don't update my node all that often).
Since then, loads has happened in our ecosystem... And my "usefull" tools became outdated and no longer functional.
I've been thinking about rewriting my site, but over the years so many things were "added on".... So i needed a radical new way of working, changing just a little bit won't do, it needs to rewritten completely and all the sub-tools need to be moved manually...
I'm currently in the process of rewriting the TOOLS section of my site in go... I'm thinking about using a small footprint webserver in go next to my main webserver, i'll then redirect all requests going to my tools to said go daemon. That way i can fix my tools while i'm in the process of thinking about how to move all that data without breaking stuff.
Because of the current state of the mempool, i'm releasing the first tool, eventough it's currently in pre-pre-pre-alpha stage.
http://193.70.78.148:8081/page/feechecker => Non-TLS had no added value, so i no longer run a service on this port, use the TLS version instead
TLS version =>
https://www2.mocacinno.com:8082/page/feecheckerWith this tool, you can check wether or not your transaction is in my mempool AND if you added a sufficient fee. You can POST the txid directly to
https://www2.mocacinno.com:8082/page/feechecker if you don't want to use the form.
Bug reports are welcome BUT you'll have to realise this is pre-pre-pre alpha...
my immediate TO-DO list:
I'll defenately add TLS (https)- input sanitation
- fix the menu... At the moment, clicking any link other than "using the feechecker tool" will send you on a wild goose-chase over one of my many ip's and open ports... Also, images and layout WILL break if you do something else than testing the feechecker
- add more functionality
Also, this is not a linux service (yet). If it crashes, it crashes and it'll only start when I start it again... When i go to a beta phase, i'll make sure the service restarts if it crashes
In case you want to fix bugs yourself (or steal my code) =>
https://github.com/mocacinno/mocacinno.comEDIT: just a little sidenote: i'll be gone during the weekend, i'll be back on monday morning to read potential bug reports