Is it likely that open orders I have will autofinalize even though Zion seems to be down? In the event that this does happen, would it be unreasonable to think Zion support could possibly remedy this?
Fucking DDOS....
question about zion auto finalize and market being down
Is it likely that open orders I have will autofinalize even though Zion seems to be down? In the event that this does happen, would it be unreasonable to think Zion support could possibly remedy this?
Fucking DDOS....
[2 Points] DarkNetSoftwareEng:
It depends.
They could have background jobs running on their crontab which would allow processing when the site is down.
I don't believe they do as they are running on the JVM (Glassfish application header is being leaked) and JVM based languages aren't usually run as background jobs.
They could be using something else but their wallet setup (1 wallet per customer to prevent linking funds to the market, a good feature I might add not provided by most other markets, although, that shit does not scale well) would make me think that all the processing is happening on the JVM as they are depending on
bitcoin-j
.tl;dr: probably not.