Author

Topic: ★[ANN] [NAV] NAV COIN - Community Fund Live!!! - page 301. (Read 2085654 times)

newbie
Activity: 48
Merit: 0
criptix, you won't understand how it works unless you know what asymmetric encryption is. And that's just one part of the complex puzzle for us who aren't into cryptography.
legendary
Activity: 2464
Merit: 1145
sr. member
Activity: 308
Merit: 250
Maybe it is right time to jump in? This can be monero 2?
hero member
Activity: 840
Merit: 500
Picked up 1 mil NAV last 3 weeks. Sitting on it for the 10x run in Sept/Oct.
member
Activity: 74
Merit: 10
I repeat:

price going to 5k satoshi till end of the month  Shocked

easily... Wink
hero member
Activity: 644
Merit: 501
@pakage: Wow. Thanks for the explanation. This is what I was waiting for all this time. It makes me confident that my investment in NAVCOIN was a good decision.

1 other question though ... this other guy on youtube told me that Monero has the advantage that it doesn't use masternodes. This is what he told me:

" The problem with masternodes is that they are parties you are counting on being trustworthy. On the other hand, Monero is trustless, thats the difference."

I guess this might be a valid point, right ? Or is there a way NAV circumvents this issue ? On the other hand, doesn't every cryptocurrency depend on a third party, like miners and dev team ?
newbie
Activity: 55
Merit: 0
4 thumbs UP tiger!
hero member
Activity: 794
Merit: 510
NavCoin Founder
When can we expect full integration?

In regards to my progress, you can see here I have successfully sent and received transactions through the new Anonymous network. I am finishing my refinements this week and myself and Shahim will begin to deploy and test this on the live network next week. Once we are happy the live network is operating without a hitch we will open it to the public for use. We have not set an official launch date yet as we do not have crystal balls to predict what problems may arise when we begin live testing. We will keep you all posted with our progress and attempt to release the live network as soon as is practical and safe.

Once the new anon scripts are live, I think that will jump us to approximately 80% complete on the decentralisation project progress. I will immediately continue to work on that with the intention of getting that released as soon as possible. Hopefully you can see that the nature of the technology is very complex in itself and when you combine attempting to safely decentralise the system, it becomes exponentially more difficult. However, I believe that I am very close to a working solution for decentralisation and am confident that I can get it out there within a reasonable timeframe.
member
Activity: 82
Merit: 10
When can we expect full integration?
sr. member
Activity: 373
Merit: 250
They walk among us...
Just wanted to thank Craig for the splendid update (as usual) and to thank ALL of the devs for the continued effort and hard work.
member
Activity: 74
Merit: 10
What a wonderful weekly news!

The future in the hands of NAV team!
hero member
Activity: 794
Merit: 510
NavCoin Founder
Hi Nav Coiners,

Time for the weekly update from the Team.

When we last reported I had completed the first cut of the brand new Anonymous Transaction System. This week I have been focusing on refining the first cut of code to make sure everything is accounted for and there are no possible errors. Everything seems to be working great so far and I have sent a bunch of successful transactions over the test net!

For anyone wondering how our anonymous system works, I would like to attempt to explain it. We are unlike any other Anon Crypto in the market and we are definitely not just DASH with extra bells and whistles as has been quoted in this thread. Hold on to your hats, this is the definitive answer of how our system works. It's complicated (and long sorry) but its important..

Instead of sending coins directly from Address A to Address B (like a regular Bitcoin), or from Address A through Addresses X,Y,Z to Address B (like a mixer or Dash), our system uses double encryption and a secondary block chain (Nav Subchain) to securely and fully anonymously send transactions through our network. From a user perspective its very easy to use. All you have to do is tick the "Send NAV Anonymously" box and click send. There's no pre-mixing, there's no command line gobbledegook. Just tick the box and press send.

When you choose to perform an anonymous send, firstly your wallet asks one of our Anonymous receiving servers via HTTPS for a short lived RSA public key. Address B is then encrypted by your wallet with the public key the receiving server sent. Address B is never broadcast from the Address A's wallet over the network in an unencrypted stated, not even over HTTPS which has been proven to be vulnerable (read: heartbleed). If you understand about RSA Public / Private keypair encryption, it is by nature asymmetric. The public key which we send out can only be used for encrypting. The public key is physically incapable of decrypting data so there's no security issue with broadcasting the public key to Address A's wallet over HTTPS. Only the server which issues the public key is able to decrypt with the private key, which never leaves the server and which are periodically deleted. So after a short period of time, it is literally impossible even for the server which sent the public key to decrypt Address B.

Once Address B is securely encrypted by your wallet, the coins are then sent from Address A to a wallet address owned by the Anonymous receiving server which provided the RSA Public Key to your wallet. The encrypted Address B is attached as an extra argument on the Nav Coin block chain transaction itself. There are no sql databases involved, all data storage is happening on the block chain and by the very nature of how block chains work, is decentralised.

When the receiving server sees the unspent Nav transaction in its wallet, it decrypts attached Address B with the private key which matches the public key it sent to Address A's wallet, then communicates to one of the Anonymous sending servers to repeat the initial task. It asks the sending server for its own short lived public RSA key which the receiving server then uses to re-encrypt Address B. The receiving server then creates a random amount of randomly valued transactions NOT on the Nav Coin block chain but on the Nav Subchain (which is an entirely separate block chain). These transactions all have a freshly re-encrypted version of Address B attached them and are sent to random addresses owned by the chosen Anonymous sending server.

When the sending server sees the unspent Nav Subchain transactions arrive in its wallet, it decrypts attached Address B, adds up the transactions, re-randomizes the number of transactions and transaction values and creates them as real Nav Coin transactions back on the main Nav Coin block chain. These coins are taken from an existing pool of Nav Coin which are stored on the server and are not the original coins sent from Address A.

In fact, the Nav which Address A sent are only ever used to replenish the Nav pool on the sending server for future transactions, they are never used in the same transaction chain as what end up in Address B. This is how we explicitly break the link between Address A and Address B on the Nav block chain.

Think of the Subchain as a transaction director rather than actually performing transactions itself. Receiving severs use the subchain to instruct the sending server who to send Nav to and how much to send.

The reason we use a Subchain as the transaction director between servers is that it maintains all the advantages of a decentralised block chain and none of the risks of relying on a corruptible, hack-able database server or direct (read: intercept-able) communication.

If someone were to literally burn our anonymous servers to the ground, as long as there is still a copy of the Nav Coin and Nav Subchain block chains out there somewhere, we can restore their wallet.dat(s) to new servers and they will resume exactly where they left off at the oldest unspent transaction in their wallet. Ahhh, the beauty of block chain technology! I don't miss the horrors of MySQL for one moment!

I've drawn this diagram as a (over) simplified way to visualise what I am talking about:



The important points to remember are that the sent Nav and the received Nav can not be transactionally linked on the same block chain. Any information that is transmitted along the subchain is randomized and re-encrypted so it can not positively identified as connected to the original transaction on the Nav block chain. All encryption keys are only used for a short period of time and then deleted, making all expired transaction records impossible to decrypt.

I know this is confusing as hell if you're not a tech-wizard, Sophia and Mark are working on a layman's translation of this information for a press release as we speak.

For those who weren't around for the last iteration of the Anon system, here is what an anonymous transaction looks like in the transaction history:



You can see at 28/08/2016 20:22 I send 100 NAV to address NegpeVty... (an anonymous receiving address) and then at 28/08/2016 22:13 I received 7 transactions of various amounts which total to ~99.4 NAV (100 - 0.5% anon processing fee - regular transaction fees).

If I open the transaction details of the sent 100 NAV you can see the encrypted Address B (which in this case was my own address) attached here to the block chain transaction as 'anon-destination':



You will notice these sent to and receiving transactions are nearly 2 hours apart, this is only because I am running the Anon network in test mode where I am manually inspecting and running the scripts while I debug and refine the code. In reality it would be a maximum of around 5 minutes between Address A sending and Address B receiving.

In regards to my progress, you can see here I have successfully sent and received transactions through the new Anonymous network. I am finishing my refinements this week and myself and Shahim will begin to deploy and test this on the live network next week. Once we are happy the live network is operating without a hitch we will open it to the public for use. We have not set an official launch date yet as we do not have crystal balls to predict what problems may arise when we begin live testing. We will keep you all posted with our progress and attempt to release the live network as soon as is practical and safe.

Once the new anon scripts are live, I think that will jump us to approximately 80% complete on the decentralisation project progress. I will immediately continue to work on that with the intention of getting that released as soon as possible. Hopefully you can see that the nature of the technology is very complex in itself and when you combine attempting to safely decentralise the system, it becomes exponentially more difficult. However, I believe that I am very close to a working solution for decentralisation and am confident that I can get it out there within a reasonable timeframe.

In the mean time, Soopy has been working on a fix for some of the syncing issues users have been reporting on the desktop wallet as well as investigating the compiling issues of the OSX wallet. Soopy and Shahim have been testing the thin desktop client which we also hope to release soon. Sophia, Mark and Strugg have been working hard on our marketing strategy, preparing press releases and marketing materials for our upcoming feature releases (thin client, mac wallet, anon-relaunch and decentralisation).

Everyone is working hard to pull this all together and we are glad to have you all along for the ride as supporters, investors and friends.

Till next week, please keep the questions coming and we will endeavour to answer them all.

Talk soon,
Craig.

hero member
Activity: 644
Merit: 501

So NAV has the same technology as XMR ?

I know how Dash works, but not how XMR works.


No, they are not. Monero is a cryptonote coin, totally differnet codebase from bitcoin.

Cryptonote coins are dark by design but not very user friendly and as I have noticed, their blockchain is very prone to forking.

NAV is a bitcoin based coin but has added original anon technology, more sophisticated than DASH's. It's still being worked on.
Yes, the difference between NAV and DASH is almost completely clear to me. I asked it here 2 weeks ago and got a really good explanation.

The difference between NAV and Monero is still not clear to me after reading your reply. Looks like the codebase and user friendlyness is the difference. But that doesn't seem that big of a deal. I am more interested in the technology they use to ensure transaction privacy. I saw a video on youtube about Monero in which they claim they are the worlds most private coin. I hear the same story from the NAV community. So which community is right ?

As far as I could find out, Monero doesn't use a second encrypted blockchain like NAV. It does something like mixing but more complicated than Dash. If you send 1000 Monero to someone, it will create several fake addresses and send the money divided to all these addresses and then from these addresses to your target address. Something like that, but I still don't understand all the details. And I also think they use some encryption, something that Dash doesn't. I don't know yet whether NAV does any kind of mixing. That wasn't clear from the explanation I got. NAV has everything encrypted and uses an encrypted blockchain for anon transactions. What I don't know is whether this second blockchain gives any advantage to what Monero is doing. Monero encrypts everything ... isn't that enough for privacy ? Why bother about a second blockchain ?

Well, these are the questions I still have. If anyone knows the answer, please let me know.

EDIT: By the way, I just received following reply on youtube from a Monero guy:

Navcoin's anonymity function is similar to Dash's with some added bells and whistles. It is relying on parties which function similar to masternodes. Monero doesn't rely on anyone, it all happens on the protocol level, I prefer Monero's style of protocol-level mixing.

If I were to consider any alternative, it would probably be Boolberry- which incidently had a nice 150%+ surge today. Its technology is the same as Monero, with some adjustments, and it has a GUI. However, the more users a cryptocurrency has for this type of mixing, the more anonymous it is, and Monero far outshines its competitors in this realm.
legendary
Activity: 2165
Merit: 1002

So NAV has the same technology as XMR ?

I know how Dash works, but not how XMR works.


No, they are not. Monero is a cryptonote coin, totally differnet codebase from bitcoin.

Cryptonote coins are dark by design but not very user friendly and as I have noticed, their blockchain is very prone to forking.

NAV is a bitcoin based coin but has added original anon technology, more sophisticated than DASH's. It's still being worked on.
hero member
Activity: 1302
Merit: 540
how to get on Nav Slack?
pm one of the devs, they will send an invite

hope dev is monitoring the thread so we can ask for the slack invite moving so good.
hope it will continue moving up now. good timing to invest
legendary
Activity: 1386
Merit: 1001
how to get on Nav Slack?
pm one of the devs, they will send an invite
member
Activity: 98
Merit: 10
run,,,run,,,,run.....10k  Grin
newbie
Activity: 24
Merit: 0
how to get on Nav Slack?
legendary
Activity: 1288
Merit: 1000
Good coin. Can it  drop to 1 cent to buy more cheap?  Roll Eyes



It might, it might not, you may get left behind with low buys though.

It seems I'm late  Sad

I did say low buy orders run the risk of getting left behind.
hero member
Activity: 794
Merit: 510
NavCoin Founder
also can you people give me your github?
the one in the OP https://github.com/navcoindev/navcoin2 seems not to be the correct one? the last update is more then 1 month ago while the hype in the polo trollbox says that you just got several updates in the last week?

also i would really like to know what this "tor-node" update is?

can you just use the wallet over Tor now or what?

The last publicised update was the Tor nodes which required no modification to the wallet source as we already accounted for it when we relaunched NAV2. Prior to that, we also released the Android wallet, which again required no update to the main github.

I am currently working on relaunching the anon network on a new tech stack in preparation for releasing it for decentralised use. But until i have tightened it for decentralisation, we do not have the anon server source on a public repo.

I have successfully sent anon transactions using the new code base and will be posting my weekly update about the teams progress later today. We're pretty close to relaunch all going well.

Cheers,
Craig.
Jump to: