mochimo icon indicating copy to clipboard operation
mochimo copied to clipboard

Mochimo Cryptocurrency Public Development Repository

Results 10 mochimo issues
Sort by recently updated
recently updated
newest added

There are several reports that withdrawals from exchanges like e.g. Citex do sometimes fail. Exchanges say that they sent the coins and provide a TX for that, but this TX...

help wanted

Add a new OP to retrieve a specific block trailer and all the `txid` of the block. This will permit wallets to verify through the `mroot` that a transaction has...

enhancement

Add check while creating tag to insure that the target WOTS doesnt not exist in the ledger. The fix below was made by @chrisdigity but never made it to pull...

enhancement

is there any way to implement a history in the accounts to see how much has been sent/received from one account in the wallet? (for checking histories that amounts were...

enhancement

If a single GPU is to fail/become lost it stops the whole mining process. I find it odd that the whole system designed for multi gpu's would stop if only...

enhancement

Increase the maximum number of block trailer sent by [send_tf](https://github.com/mochimodev/mochimo/blob/f216e2b03abc484168fd9eac900b8a09fb9ce712/src/optf.c#L26) to 10000. A blocktrailer is only 160 bytes so 10000 will be 1.6Mb. It is a better alternative that dowloading...

enhancement

Doc states that " expand_size Number of address to generate Default: 0" But when you run the command without specifying an expand_size you get: java -jar mojo.jar expand -p "TestWallet1"...

Currently while running commands against the mojo.jar, such as java -jar mojo.jar init I can't find a way to supress the output. Example: C:\Mochimo\Test>java -jar mojo-2.4-0-20200115.jar init -mp "mp1" -mw...

This commit proposes suggested validation logic for a messaging layer that would exist as an extension to the existing MTX logic available from v2.4.1 of the codebase. The messaging layer...

For the sake of continuity can Mojo be included in releases here on github as new releases of the source are added to the [Releases](https://github.com/mochimodev/mochimo/releases) page? Or can the official...