xEroS
xEroS copied to clipboard
Xero is a digital currency that allows instant payments to anyone, anywhere. Xero has been written completely in PHP and follows the same technical design as Bitcoin. Xero uses P2P technology to opera...
Thinking to make it so you can't loop, it should only accept JMP'ing to labels that are greater than the current program location test: mov ax,bx ... JMP test --...
Would be nice to have a website that could be hoisted here on Github, with a nice website describing the project, get started, etc.
As the title says, there is no byte/word control - unsure if its even needed as this is a more "easier" type of ASM. Should we change this, make it...
Would be nice be able to compile an easier language like python to XeroASM... or perhaps create a new interpreted language to replace the Asm like language
Update the network peers to use distributed hash tables for a more quiet network. https://en.wikipedia.org/wiki/Distributed_hash_table
Could use some checkpoints in further versions, but should really be able to download the tables required to the local db
Would be nice to have a local block explorer as part of the peer (or perhaps a seperate program altogether)
Currently you have to send data to the network via code, we need to create a simple wallet app (command line first) that will assemble a transaction and send it....
Should move away from double sha2, or keep it, and require another additional hash type that can't be abused by asic's/GPU - perhaps bcrypt?