Difference between revisions of "Performance & Experience"

From Mochimo Wiki
Jump to: navigation, search
(Datagram)
(Tag)
 
(2 intermediate revisions by 2 users not shown)
Line 20: Line 20:
 
Mochimo uses the EU’s PQCryptos approved WOTS+ algorithm and our one time addressing feature to secure privacy when you want it.
 
Mochimo uses the EU’s PQCryptos approved WOTS+ algorithm and our one time addressing feature to secure privacy when you want it.
  
==Tag==
+
==[[Tags|Tag]]==
Tags are 24 character long [https://en.wikipedia.org/wiki/Hexadecimal hexadecimal] strings (ranging from A to F and 0 to 9, non case sensitive). The tag is can be found at the end of the 4096 character long WOTS+ address. Tag registration is completed through a special transaction where the source and the destination addresses are untagged and the change address is the tag beareing address to register. A tag must have a balance greater than 0.000000501 MCM to exists on the ledger. If the balance goes below this threshold, the tag is unregistered and can be claimed again through the registration process.
+
[[Tags|Tags]] are 24 character long [https://en.wikipedia.org/wiki/Hexadecimal hexadecimal] strings (ranging from A to F and 0 to 9, non case sensitive). The tag can be found at the end of the 4096 character long WOTS+ address. Tag registration is completed through a special transaction where the source and the destination addresses are untagged and the change address is the tag beareing address to register. A tag must have a balance greater than 0.000000501 MCM to exists on the ledger. If the balance goes below this threshold, the tag is unregistered and can be claimed again through the registration process.
  
Unlike raw WOTS+ addresses, tags are not "one time use" and can be reused without compromising the security of the funds. Upon transaction, the tag is simply transferred from the source address to the change address.
+
Unlike raw WOTS+ addresses, tags can be reused without compromising the security of the funds. Upon the completion of a transaction, a user's tag is simply transferred from the source address to the change address.
  
On or around June 14, 2018, Matt explained the tag system to us and how it fits in with the WOTS+ addressing scheme that we use. He also explains tag use from an exchange's perspective. [[TAG_explanation|Read it here]].
+
On or around June 14, 2018, Matt Zweil, the creator of Mochimo, explained the tag system to the community and how it fits in with the WOTS+ addressing scheme that we use. He also explained tag use from an exchange's perspective. [[Tags|Read it here]].
  
 
==Validation==
 
==Validation==
 
A transaction is confirmed when it can be found on the blockchain. The confirmation is done through the mining process.
 
A transaction is confirmed when it can be found on the blockchain. The confirmation is done through the mining process.

Latest revision as of 10:13, 20 July 2019


Blockchain footprint

Other blockchains' sizes are growing exponentially and will soon reach 1 TB in storage. Mochimo uses a proprietary compression algorithm called ChainCrunch™ that keeps the size of the blockchain to only a few GB and will never get larger. We have, therefore, solved network scalability issues permanently. Our blocks stay small while TX speed is substantially increased, all thanks to ChainCrunch™. Within minutes, users can set up a full working node in minutes that compresses the blockchain into a small % of the historical blockchain.

Datagram

Mochimo coins are sent and received by pushing transactions to the network. Mochimo transactions are certified quantum proof. Transaction are sent through the network as raw binary data.

Each transaction datagram contains:

  • Source WOTS+ address
  • Destination WOTS+ address
  • Change WOTS+ address
  • Amount send in SatoChi
  • Fee in SatoChi
  • Change in SatoChi

WOTS+

Mochimo uses the EU’s PQCryptos approved WOTS+ algorithm and our one time addressing feature to secure privacy when you want it.

Tag

Tags are 24 character long hexadecimal strings (ranging from A to F and 0 to 9, non case sensitive). The tag can be found at the end of the 4096 character long WOTS+ address. Tag registration is completed through a special transaction where the source and the destination addresses are untagged and the change address is the tag beareing address to register. A tag must have a balance greater than 0.000000501 MCM to exists on the ledger. If the balance goes below this threshold, the tag is unregistered and can be claimed again through the registration process.

Unlike raw WOTS+ addresses, tags can be reused without compromising the security of the funds. Upon the completion of a transaction, a user's tag is simply transferred from the source address to the change address.

On or around June 14, 2018, Matt Zweil, the creator of Mochimo, explained the tag system to the community and how it fits in with the WOTS+ addressing scheme that we use. He also explained tag use from an exchange's perspective. Read it here.

Validation

A transaction is confirmed when it can be found on the blockchain. The confirmation is done through the mining process.