xEroS icon indicating copy to clipboard operation
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...

Results 17 xEroS issues
Sort by recently updated
recently updated
newest added

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 --...

enhancement
priority: low

enhancement
priority: high

Would be nice to have a website that could be hoisted here on Github, with a nice website describing the project, get started, etc.

enhancement
priority: high

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...

enhancement

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

enhancement
priority: low

Update the network peers to use distributed hash tables for a more quiet network. https://en.wikipedia.org/wiki/Distributed_hash_table

enhancement
priority: low

Could use some checkpoints in further versions, but should really be able to download the tables required to the local db

enhancement
priority: low

Would be nice to have a local block explorer as part of the peer (or perhaps a seperate program altogether)

enhancement
good first issue
priority: high

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....

enhancement
priority: high

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?

enhancement
priority: high