Author

Topic: [ANN] Cinni | Mandatory: Convert your Cinni to Stakecoin. Instuctions posted. - page 264. (Read 739165 times)

SxC
sr. member
Activity: 336
Merit: 250

Cinni is back!

Always loved this coin. So pure and clean.
And now so new and fresh!

Shame that stupid guy is back with his sell walls causing panic as we was making good ground

legendary
Activity: 1638
Merit: 1011
jakiman is back!
Awesome update battbot!

Hopefully you can export / auto-archive the messages off locally. I'm sure it'll all come in due time.  Smiley
I would also love a mobile app that can remote access / control my desktop wallet. That'll be cool.

Yes, the EM feature was designed to work with mobile apps and we already have one being worked on -- more details on this will come later.

A mobile wallet which supports EM and the other features of this update will be released shortly after we release the wallet this week.

Wow, that sounds awesome. I can't wait to have encrypted messaging on my phone! (Android right?)
legendary
Activity: 1386
Merit: 1023

Cinni is back!

Always loved this coin. So pure and clean.
And now so new and fresh!
hero member
Activity: 616
Merit: 500
***Sneak-peak Update***

Here is a basic breakdown of how Cinni's anon Encrypted Messaging feature will work (An in-depth explanation will be provided later tonight with release of the white paper):

Cinnicoin Encrypted Messaging Details:

Basic Method:
  • The Elliptic Curve Diffie-Hellman (ECDH) key exchange method is used to share a secret key between the sender and receiver.
  • The sender generates the secret key using a newly generated random private key and the recipient's public key.
  • The payload is encrypted using SHA256 with the first 32 bytes of the SHA512 hash of the secret key.
  • If not sending anonymously the sender's address and compact signature are included in the payload.
  • The encrypted payload and the public key of the newly generated keypair are sent to the recipient. The recipient generates the same secret key with their private key that matches the public key used by the sender and the public key included in the message.
  • The payload is decrypted using the hashed secret key.
  • The encrypted messages are stored on the filesytem in buckets by time and distributed to all nodes.
  • It is not possible to tell the sender or receiver of the message from the encrypted message without having the private key of the recipient. [1]
  • The messages are stored for 48 hours and are then deleted.
  • Each node checks every message received from the network against all the addresses it owns. If a match is found a copy of the encrypted message is stored in the node's inbox database.

Additional Features:
  • When not sending anonymously the sender's compact signature not only verifies that the message came from the owner of the address, but also enables the public key to be recovered allowing the recipient to reply even if the sender's address has no public key in the blockchain.
  • Incoming transaction blocks are scanned for public keys.

(Again, this is just a basic explanation of what is already implemented in the wallet to be released this week.  A screen-cap video that demos & explains Cinni's EM feature will be released shortly alongside the WP)

Awesome update battbot!

Hopefully you can export / auto-archive the messages off locally. I'm sure it'll all come in due time.  Smiley
I would also love a mobile app that can remote access / control my desktop wallet. That'll be cool.

Yes, the EM feature was designed to work with mobile apps and we already have one being worked on -- more details on this will come later.

A mobile wallet which supports EM and the other features of this update will be released shortly after we release the wallet this week.
legendary
Activity: 1638
Merit: 1011
jakiman is back!
***Sneak-peak Update***

Here is a basic breakdown of how Cinni's anon Encrypted Messaging feature will work (An in-depth explanation will be provided later tonight with release of the white paper):

Cinnicoin Encrypted Messaging Details:

Basic Method:
  • The Elliptic Curve Diffie-Hellman (ECDH) key exchange method is used to share a secret key between the sender and receiver.
  • The sender generates the secret key using a newly generated random private key and the recipient's public key.
  • The payload is encrypted using SHA256 with the first 32 bytes of the SHA512 hash of the secret key.
  • If not sending anonymously the sender's address and compact signature are included in the payload.
  • The encrypted payload and the public key of the newly generated keypair are sent to the recipient. The recipient generates the same secret key with their private key that matches the public key used by the sender and the public key included in the message.
  • The payload is decrypted using the hashed secret key.
  • The encrypted messages are stored on the filesytem in buckets by time and distributed to all nodes.
  • It is not possible to tell the sender or receiver of the message from the encrypted message without having the private key of the recipient. [1]
  • The messages are stored for 48 hours and are then deleted.
  • Each node checks every message received from the network against all the addresses it owns. If a match is found a copy of the encrypted message is stored in the node's inbox database.

Additional Features:
  • When not sending anonymously the sender's compact signature not only verifies that the message came from the owner of the address, but also enables the public key to be recovered allowing the recipient to reply even if the sender's address has no public key in the blockchain.
  • Incoming transaction blocks are scanned for public keys.

(Again, this is just a basic explanation of what is already implemented in the wallet to be released this week.  A screen-cap video that demos & explains Cinni's EM feature will be released shortly alongside the WP)

Awesome update battbot!

Hopefully you can export / auto-archive the messages off locally. I'm sure it'll all come in due time.  Smiley
I would also love a mobile app that can remote access / control my desktop wallet. That'll be cool.
legendary
Activity: 1638
Merit: 1011
jakiman is back!
50K at least this week , it will be much more but i stay realistic

50K sat increase per week for the next 4 weeks. Grin
sr. member
Activity: 252
Merit: 250
50K at least this week , it will be much more but i stay realistic
full member
Activity: 167
Merit: 100
how has dark failed?  did i miss anything new on it? 

look at the price next week  Wink
full member
Activity: 203
Merit: 100
hero member
Activity: 490
Merit: 500
And again we have updated medium-term maximum)))))) Oh yeah baby!)))
hero member
Activity: 616
Merit: 500
We have our reasons for implementing a 48 hour time-stamp.  It will all be fleshed out in greater detail shortly.  However, time-frame can be easily fine-tuned later.  This will be the system in place for now upon release.  
hero member
Activity: 984
Merit: 1000
***Sneak-peak Update***

Here is a basic breakdown of how Cinni's anon Encrypted Messaging feature will work (An in-depth explanation will be provided later tonight with release of the white paper):

Cinnicoin Encrypted Messaging Details:

Basic Method:
  • The Elliptic Curve Diffie-Hellman (ECDH) key exchange method is used to share a secret key between the sender and receiver.
  • The sender generates the secret key using a newly generated random private key and the recipient's public key.
  • The payload is encrypted using SHA256 with the first 32 bytes of the SHA512 hash of the secret key.
  • If not sending anonymously the sender's address and compact signature are included in the payload.
  • The encrypted payload and the public key of the newly generated keypair are sent to the recipient. The recipient generates the same secret key with their private key that matches the public key used by the sender and the public key included in the message.
  • The payload is decrypted using the hashed secret key.
  • The encrypted messages are stored on the filesytem in buckets by time and distributed to all nodes.
  • It is not possible to tell the sender or receiver of the message from the encrypted message without having the private key of the recipient. [1]
  • The messages are stored for 48 hours and are then deleted.
  • Each node checks every message received from the network against all the addresses it owns. If a match is found a copy of the encrypted message is stored in the node's inbox database.

Additional Features:
  • When not sending anonymously the sender's compact signature not only verifies that the message came from the owner of the address, but also enables the public key to be recovered allowing the recipient to reply even if the sender's address has no public key in the blockchain.
  • Incoming transaction blocks are scanned for public keys.

(Again, this is just a basic explanation of what is already implemented in the wallet to be released this week.  A screen-cap video that demos & explains Cinni's EM feature will be released shortly alongside the WP)
Thank you very much! I think we can discuss about details once the whitepaper is released.
Just one thinking: the storage time of messages should not be fixed at 48hrs. Especially if this system will be used by merchants in any way you cannot guarantee it will be processed within 48 hrs (on both sides of the trade). Maybe the timeframe should be extensible by paying extra 0.01 CINNI or similar?
hero member
Activity: 616
Merit: 500
***Sneak-peak Update***

Here is a basic breakdown of how Cinni's anon Encrypted Messaging feature will work (An in-depth explanation will be provided later tonight with release of the white paper):

Cinnicoin Encrypted Messaging Details:

Basic Method:
  • The Elliptic Curve Diffie-Hellman (ECDH) key exchange method is used to share a secret key between the sender and receiver.
  • The sender generates the secret key using a newly generated random private key and the recipient's public key.
  • The payload is encrypted using AES-256-CBC with the first 32 bytes of the SHA512 hash of the secret key.
  • If not sending anonymously the sender's address and compact signature are included in the payload.
  • The encrypted payload and the public key of the newly generated keypair are sent to the recipient. The recipient generates the same secret key with their private key that matches the public key used by the sender and the public key included in the message.
  • The payload is decrypted using the hashed secret key.
  • The encrypted messages are stored on the filesytem in buckets by time and distributed to all nodes.
  • It is not possible to tell the sender or receiver of the message from the encrypted message without having the private key of the recipient. [1]
  • The messages are stored for 48 hours and are then deleted.
  • Each node checks every message received from the network against all the addresses it owns. If a match is found a copy of the encrypted message is stored in the node's inbox database.

Additional Features:
  • When not sending anonymously the sender's compact signature not only verifies that the message came from the owner of the address, but also enables the public key to be recovered allowing the recipient to reply even if the sender's address has no public key in the blockchain.
  • Incoming transaction blocks are scanned for public keys.

(Again, this is just a basic explanation of what is already implemented in the wallet to be released this week.  A screen-cap video that demos & explains Cinni's EM feature will be released shortly alongside the WP)
legendary
Activity: 1246
Merit: 1000
103 days, 21 hours and 10 minutes.
how has dark failed?  did i miss anything new on it? 
full member
Activity: 167
Merit: 100
After dark failure, cinni have unique possibility to rise in to crypto currency world. The only thing we need is to have nice and smooth new wallet release. I'm still holding, this is a real long term investment.  Cool
SxC
sr. member
Activity: 336
Merit: 250
I think it's the last chance to buy cinni so cheap Cheesy

I have to agree.I see that we will have an rising trend this week on Cinni.

We can reach the price 150-200 Ksat easily when people will know about this anon features of Cinni

Soon as the WP and video is released later today we will start to take off
hero member
Activity: 700
Merit: 500
★ IT's Party Time! ★
I think it's the last chance to buy cinni so cheap Cheesy

I have to agree.I see that we will have an rising trend this week on Cinni.

We can reach the price 150-200 Ksat easily when people will know about this anon features of Cinni. Only 15 million coins
sr. member
Activity: 351
Merit: 250
I think it's the last chance to buy cinni so cheap Cheesy

I have to agree.I see that we will have an rising trend this week on Cinni.
sr. member
Activity: 350
Merit: 250
I think it's the last chance to buy cinni so cheap Cheesy
hero member
Activity: 995
Merit: 500
STill waiting for the prommised rest payment from the pool..
Please send it.. thx
Jump to: