Bitmessage : Différence entre versions

De WikiOpenTruc
Aller à : navigation, rechercher
(Liens)
(Points communs avec bisq bitsquare)
Ligne 12 : Ligne 12 :
 
<br>
 
<br>
  
==Points communs avec bisq bitsquare==
+
==Technique==
* https://bisq.network/blog/new-p2p-network/
+
 
 +
* Points communs avec bisq bitsquare https://bisq.network/blog/new-p2p-network/
 
Additionally to the publicly readable data like the offers there are data stored which need to remain private. There are trade process messages which are stored in a kind of mailbox in case the peer is offline. Those data are encrypted and signed and also sent to every node for storage. Only the receiver (who has the private key) can decrypt the data. A similar approach is used in Bitmessage.
 
Additionally to the publicly readable data like the offers there are data stored which need to remain private. There are trade process messages which are stored in a kind of mailbox in case the peer is offline. Those data are encrypted and signed and also sent to every node for storage. Only the receiver (who has the private key) can decrypt the data. A similar approach is used in Bitmessage.
 +
 +
* sauf erreur, la propagation est par flooding. Tout le monde reçoit tout (enfin du moins de son voisinage), mais seul ceux qui ont les clés décodent.
 +
 +
* les messages ont une durée de vie de 48h, donc pas de blockchain qui s'allonge à l'infini
 +
  
 
<br>
 
<br>

Version du 22 décembre 2017 à 09:38

P2P, décentralisé, chiffré

Top language : python


Technique

Additionally to the publicly readable data like the offers there are data stored which need to remain private. There are trade process messages which are stored in a kind of mailbox in case the peer is offline. Those data are encrypted and signed and also sent to every node for storage. Only the receiver (who has the private key) can decrypt the data. A similar approach is used in Bitmessage.

  • sauf erreur, la propagation est par flooding. Tout le monde reçoit tout (enfin du moins de son voisinage), mais seul ceux qui ont les clés décodent.
  • les messages ont une durée de vie de 48h, donc pas de blockchain qui s'allonge à l'infini



Concurrents

  • scayl ? BTsync ?


Liens