Bitcoin Forum
May 02, 2024, 03:00:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they believe that the creator of this topic displays some red flags which make them high-risk. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 [1496] 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 ... 1984 »
  Print  
Author Topic: 🧅 [ONION] Privacy Coin with Real Use Cases 🔥 LIMITED SUPPLY Privacy Project ⚡  (Read 297759 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic. (61 posts by 1+ user deleted.)
deeperx (OP)
Sr. Member
****
Offline Offline

Activity: 1456
Merit: 386


DeepOnion Your Utility Coin with Ultimate Privacy


View Profile WWW
July 04, 2018, 05:19:50 AM
Merited by vinc3 (1)
 #29901

from DeepOnion lead dev
Technical Aspect On How DeepOnion Blockchain Is Guaranteed By The Bitcoin Blockchain

Since we announced this new feature, many people liked it, but there are also some skepticism. As many people (even some self-pretend "experts") don't understand how this is done, and how this is possible. So as the lead dev of DeepOnion, I will explain the technical aspect of how this works.

In order to do this, first we need to compute the SHA256 hash of our blockchain to certain height. Each block has its hash, which is the result of all tx and other params in the block, it is called the merkle root hash of the block.
https://en.wikipedia.org/wiki/Merkle_tree (Merkle tree - Wikipedia)

We started from block 1, get its hash, then we go to block 2, get its hash and combine with block 1's hash, etc, until we get to the predefined height. This height is the very recent height we will use. For the last registration with BTC blockchain, we used block 543950 as our last block. All the hashes are combined, and a combined SHA256 hash is then computed, and we get the hash of our blockchain from block 1 to block 543950. This hash is determined as db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe.

If any data in any block changed, the merkle root hash of that block will change, this will result in the combined hash change. Thus when a DeepOnion wallet load the blockchain, we can compute the block hash up to block 543950, and compare the hash with the above mentioned hash, if it matches, then the loaded blockchain is authentic (up to block 543950).

So far there's no Bitcoin blockchain involved. Why we get Bitcoin blockchain involved? because we want be sure that this hash (db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe) can not be changed. If tomorrow, someone created a forked chain, and generated a hash, and say his hash is the correct one, how can you prove which is the right one? For this we register the correct hash into the Bitcoin blockchain, which is the most secure immutable database in the world.

How do we do this? Well I won't go into details, but we can register this hash db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe into the Bitcoin blockchain. And I did it, the registration tx on Bitcoin blockchain is ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e. It is here:
https://blockchain.info/tx/ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e (Bitcoin Transaction ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e)

It is in Bitcoin blockchain at Block 523352. And I can prove that this tx is derived from the hash of DeepOnion Block 1-543950, which is db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe.

I will not go to details how I can prove that, those who have good knowledge of blockchain tech should already know how I do it. Therefore, now I just need to put these info in our wallet code, as you can verify the correctness of our blockchain hash in the Bitcoin blockchain. This is what you see if your blockchain is authentic:

https://deeponion.org/community/threads/technical-aspect-on-how-deeponion-blockchain-is-guaranteed-by-the-bitcoin-blockchain.37940/

1714662026
Hero Member
*
Offline Offline

Posts: 1714662026

View Profile Personal Message (Offline)

Ignore
1714662026
Reply with quote  #2

1714662026
Report to moderator
1714662026
Hero Member
*
Offline Offline

Posts: 1714662026

View Profile Personal Message (Offline)

Ignore
1714662026
Reply with quote  #2

1714662026
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714662026
Hero Member
*
Offline Offline

Posts: 1714662026

View Profile Personal Message (Offline)

Ignore
1714662026
Reply with quote  #2

1714662026
Report to moderator
vinc3
Sr. Member
****
Offline Offline

Activity: 309
Merit: 251


Make Love Not War


View Profile
July 04, 2018, 06:22:20 AM
 #29902

from DeepOnion lead dev
Technical Aspect On How DeepOnion Blockchain Is Guaranteed By The Bitcoin Blockchain

Since we announced this new feature, many people liked it, but there are also some skepticism. As many people (even some self-pretend "experts") don't understand how this is done, and how this is possible. So as the lead dev of DeepOnion, I will explain the technical aspect of how this works.

In order to do this, first we need to compute the SHA256 hash of our blockchain to certain height. Each block has its hash, which is the result of all tx and other params in the block, it is called the merkle root hash of the block.
https://en.wikipedia.org/wiki/Merkle_tree (Merkle tree - Wikipedia)

We started from block 1, get its hash, then we go to block 2, get its hash and combine with block 1's hash, etc, until we get to the predefined height. This height is the very recent height we will use. For the last registration with BTC blockchain, we used block 543950 as our last block. All the hashes are combined, and a combined SHA256 hash is then computed, and we get the hash of our blockchain from block 1 to block 543950. This hash is determined as db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe.

If any data in any block changed, the merkle root hash of that block will change, this will result in the combined hash change. Thus when a DeepOnion wallet load the blockchain, we can compute the block hash up to block 543950, and compare the hash with the above mentioned hash, if it matches, then the loaded blockchain is authentic (up to block 543950).

So far there's no Bitcoin blockchain involved. Why we get Bitcoin blockchain involved? because we want be sure that this hash (db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe) can not be changed. If tomorrow, someone created a forked chain, and generated a hash, and say his hash is the correct one, how can you prove which is the right one? For this we register the correct hash into the Bitcoin blockchain, which is the most secure immutable database in the world.

How do we do this? Well I won't go into details, but we can register this hash db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe into the Bitcoin blockchain. And I did it, the registration tx on Bitcoin blockchain is ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e. It is here:
https://blockchain.info/tx/ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e (Bitcoin Transaction ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e)

It is in Bitcoin blockchain at Block 523352. And I can prove that this tx is derived from the hash of DeepOnion Block 1-543950, which is db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe.

I will not go to details how I can prove that, those who have good knowledge of blockchain tech should already know how I do it. Therefore, now I just need to put these info in our wallet code, as you can verify the correctness of our blockchain hash in the Bitcoin blockchain. This is what you see if your blockchain is authentic:

https://deeponion.org/community/threads/technical-aspect-on-how-deeponion-blockchain-is-guaranteed-by-the-bitcoin-blockchain.37940/

With this in mind why can't they just see that our devs are very serious when it comes to the security of our hard earned success. They just wanted the best for their child (DeepOnion), even other parents will do the same. I myself is doing my part not just by waiting but by acting and taking part to be a Vip to promote Deeponion in a very professional manner. So guys let's do something about OUR project not just the wishing to the HOLY MOON to come to us.









▄▄████████▄▄
▄▄████████████████▄▄
▄██
████████████████████▄
▄███
██████████████████████▄
▄████
███████████████████████▄
███████████████████████▄
█████████████████▄███████
████████████████▄███████▀
██████████▄▄███▄██████▀
████████▄████▄█████▀▀
██████▄██████████▀
███▄▄█████
███████▄
██▄██████████████
░▄██████████████▀
▄█████████████▀
████████████
███████████▀
███████▀▀
Mars,           
here we come!
▄▄███████▄▄
▄███████████████▄
▄███████████████████▄
▄██████████
███████████
▄███████████████████████▄
█████████████████████████
█████████████████████████
█████████████████████████
▀█
██████████████████████▀
▀██
███████████████████▀
▀███████████████████▀
▀█████████
██████▀
▀▀███████▀▀
ElonCoin.org.
████████▄▄███████▄▄
███████▄████████████▌
██████▐██▀███████▀▀██
███████████████████▐█▌
████▄▄▄▄▄▄▄▄▄▄██▄▄▄▄▄
███▐███▀▄█▄█▀▀█▄█▄▀
███████████████████
█████████████▄████
█████████▀░▄▄▄▄▄
███████▄█▄░▀█▄▄░▀
███▄██▄▀███▄█████▄▀
▄██████▄▀███████▀
████████▄▀████▀
█████▄▄
.
"I could either watch it
happen or be a part of it"

▬▬▬▬▬
chaserdream11
Jr. Member
*
Offline Offline

Activity: 294
Merit: 1


View Profile
July 04, 2018, 06:31:21 AM
 #29903

from DeepOnion lead dev
Technical Aspect On How DeepOnion Blockchain Is Guaranteed By The Bitcoin Blockchain

Since we announced this new feature, many people liked it, but there are also some skepticism. As many people (even some self-pretend "experts") don't understand how this is done, and how this is possible. So as the lead dev of DeepOnion, I will explain the technical aspect of how this works.

In order to do this, first we need to compute the SHA256 hash of our blockchain to certain height. Each block has its hash, which is the result of all tx and other params in the block, it is called the merkle root hash of the block.
https://en.wikipedia.org/wiki/Merkle_tree (Merkle tree - Wikipedia)

We started from block 1, get its hash, then we go to block 2, get its hash and combine with block 1's hash, etc, until we get to the predefined height. This height is the very recent height we will use. For the last registration with BTC blockchain, we used block 543950 as our last block. All the hashes are combined, and a combined SHA256 hash is then computed, and we get the hash of our blockchain from block 1 to block 543950. This hash is determined as db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe.

If any data in any block changed, the merkle root hash of that block will change, this will result in the combined hash change. Thus when a DeepOnion wallet load the blockchain, we can compute the block hash up to block 543950, and compare the hash with the above mentioned hash, if it matches, then the loaded blockchain is authentic (up to block 543950).

So far there's no Bitcoin blockchain involved. Why we get Bitcoin blockchain involved? because we want be sure that this hash (db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe) can not be changed. If tomorrow, someone created a forked chain, and generated a hash, and say his hash is the correct one, how can you prove which is the right one? For this we register the correct hash into the Bitcoin blockchain, which is the most secure immutable database in the world.

How do we do this? Well I won't go into details, but we can register this hash db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe into the Bitcoin blockchain. And I did it, the registration tx on Bitcoin blockchain is ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e. It is here:
https://blockchain.info/tx/ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e (Bitcoin Transaction ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e)

It is in Bitcoin blockchain at Block 523352. And I can prove that this tx is derived from the hash of DeepOnion Block 1-543950, which is db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe.

I will not go to details how I can prove that, those who have good knowledge of blockchain tech should already know how I do it. Therefore, now I just need to put these info in our wallet code, as you can verify the correctness of our blockchain hash in the Bitcoin blockchain. This is what you see if your blockchain is authentic:

https://deeponion.org/community/threads/technical-aspect-on-how-deeponion-blockchain-is-guaranteed-by-the-bitcoin-blockchain.37940/

With this in mind why can't they just see that our devs are very serious when it comes to the security of our hard earned success. They just wanted the best for their child (DeepOnion), even other parents will do the same. I myself is doing my part not just by waiting but by acting and taking part to be a Vip to promote Deeponion in a very professional manner. So guys let's do something about OUR project not just the wishing to the HOLY MOON to come to us.

There is nothing to prove. Smiley
Lets show in the result.
Thanks for everything Deeper

https://deeponion.org/apply.php?ref=1125662
DeepOnion ⚡ Anonymous & Untraceable Cryptocurrency
⚡ Join DeepOnion Team NOW! ⚡
terrenceschroeder
Member
**
Offline Offline

Activity: 378
Merit: 10

I am a fan of Deeponion


View Profile
July 04, 2018, 07:21:22 AM
 #29904

from DeepOnion lead dev
Technical Aspect On How DeepOnion Blockchain Is Guaranteed By The Bitcoin Blockchain

Since we announced this new feature, many people liked it, but there are also some skepticism. As many people (even some self-pretend "experts") don't understand how this is done, and how this is possible. So as the lead dev of DeepOnion, I will explain the technical aspect of how this works.

In order to do this, first we need to compute the SHA256 hash of our blockchain to certain height. Each block has its hash, which is the result of all tx and other params in the block, it is called the merkle root hash of the block.
https://en.wikipedia.org/wiki/Merkle_tree (Merkle tree - Wikipedia)

We started from block 1, get its hash, then we go to block 2, get its hash and combine with block 1's hash, etc, until we get to the predefined height. This height is the very recent height we will use. For the last registration with BTC blockchain, we used block 543950 as our last block. All the hashes are combined, and a combined SHA256 hash is then computed, and we get the hash of our blockchain from block 1 to block 543950. This hash is determined as db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe.

If any data in any block changed, the merkle root hash of that block will change, this will result in the combined hash change. Thus when a DeepOnion wallet load the blockchain, we can compute the block hash up to block 543950, and compare the hash with the above mentioned hash, if it matches, then the loaded blockchain is authentic (up to block 543950).

So far there's no Bitcoin blockchain involved. Why we get Bitcoin blockchain involved? because we want be sure that this hash (db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe) can not be changed. If tomorrow, someone created a forked chain, and generated a hash, and say his hash is the correct one, how can you prove which is the right one? For this we register the correct hash into the Bitcoin blockchain, which is the most secure immutable database in the world.

How do we do this? Well I won't go into details, but we can register this hash db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe into the Bitcoin blockchain. And I did it, the registration tx on Bitcoin blockchain is ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e. It is here:
https://blockchain.info/tx/ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e (Bitcoin Transaction ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e)

It is in Bitcoin blockchain at Block 523352. And I can prove that this tx is derived from the hash of DeepOnion Block 1-543950, which is db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe.

I will not go to details how I can prove that, those who have good knowledge of blockchain tech should already know how I do it. Therefore, now I just need to put these info in our wallet code, as you can verify the correctness of our blockchain hash in the Bitcoin blockchain. This is what you see if your blockchain is authentic:

https://deeponion.org/community/threads/technical-aspect-on-how-deeponion-blockchain-is-guaranteed-by-the-bitcoin-blockchain.37940/

With this in mind why can't they just see that our devs are very serious when it comes to the security of our hard earned success. They just wanted the best for their child (DeepOnion), even other parents will do the same. I myself is doing my part not just by waiting but by acting and taking part to be a Vip to promote Deeponion in a very professional manner. So guys let's do something about OUR project not just the wishing to the HOLY MOON to come to us.
This even makes me feel more proud to be a user of the project. Everything the dev team has done is for the sake of our privacy.

▰   SEMUX   -   An innovative high-performance blockchain platform   ▰
■▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬■
Github   -   Discord   -   Twitter   -   Telegram   -   Get Free Airdrop Now!
CryptoVokain
Member
**
Offline Offline

Activity: 294
Merit: 20


View Profile
July 04, 2018, 07:29:34 AM
 #29905

We have so many places where you can buy some cheap ONION.... there is no excuse now for not  buying and taking advantage of this Smiley



Verified by DeepVault : Djnfcwfuxc5YPaitYdNjdVQkz3TXVxNCUV
Zmaku
Full Member
***
Offline Offline

Activity: 350
Merit: 102



View Profile
July 04, 2018, 09:50:38 AM
 #29906

We have so many places where you can buy some cheap ONION.... there is no excuse now for not  buying and taking advantage of this Smiley



Verified by DeepVault : Djnfcwfuxc5YPaitYdNjdVQkz3TXVxNCUV

I would, but that ugly face is kind of turn off for me. Grin Grin Grin

DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
Pajulapoiss
Sr. Member
****
Offline Offline

Activity: 554
Merit: 251


View Profile
July 04, 2018, 09:56:20 AM
 #29907

from DeepOnion lead dev
Technical Aspect On How DeepOnion Blockchain Is Guaranteed By The Bitcoin Blockchain

Since we announced this new feature, many people liked it, but there are also some skepticism. As many people (even some self-pretend "experts") don't understand how this is done, and how this is possible. So as the lead dev of DeepOnion, I will explain the technical aspect of how this works.

In order to do this, first we need to compute the SHA256 hash of our blockchain to certain height. Each block has its hash, which is the result of all tx and other params in the block, it is called the merkle root hash of the block.
https://en.wikipedia.org/wiki/Merkle_tree (Merkle tree - Wikipedia)

We started from block 1, get its hash, then we go to block 2, get its hash and combine with block 1's hash, etc, until we get to the predefined height. This height is the very recent height we will use. For the last registration with BTC blockchain, we used block 543950 as our last block. All the hashes are combined, and a combined SHA256 hash is then computed, and we get the hash of our blockchain from block 1 to block 543950. This hash is determined as db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe.

If any data in any block changed, the merkle root hash of that block will change, this will result in the combined hash change. Thus when a DeepOnion wallet load the blockchain, we can compute the block hash up to block 543950, and compare the hash with the above mentioned hash, if it matches, then the loaded blockchain is authentic (up to block 543950).

So far there's no Bitcoin blockchain involved. Why we get Bitcoin blockchain involved? because we want be sure that this hash (db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe) can not be changed. If tomorrow, someone created a forked chain, and generated a hash, and say his hash is the correct one, how can you prove which is the right one? For this we register the correct hash into the Bitcoin blockchain, which is the most secure immutable database in the world.

How do we do this? Well I won't go into details, but we can register this hash db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe into the Bitcoin blockchain. And I did it, the registration tx on Bitcoin blockchain is ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e. It is here:
https://blockchain.info/tx/ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e (Bitcoin Transaction ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e)

It is in Bitcoin blockchain at Block 523352. And I can prove that this tx is derived from the hash of DeepOnion Block 1-543950, which is db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe.

I will not go to details how I can prove that, those who have good knowledge of blockchain tech should already know how I do it. Therefore, now I just need to put these info in our wallet code, as you can verify the correctness of our blockchain hash in the Bitcoin blockchain. This is what you see if your blockchain is authentic:

https://deeponion.org/community/threads/technical-aspect-on-how-deeponion-blockchain-is-guaranteed-by-the-bitcoin-blockchain.37940/

With this in mind why can't they just see that our devs are very serious when it comes to the security of our hard earned success. They just wanted the best for their child (DeepOnion), even other parents will do the same. I myself is doing my part not just by waiting but by acting and taking part to be a Vip to promote Deeponion in a very professional manner. So guys let's do something about OUR project not just the wishing to the HOLY MOON to come to us.

Indeed, we should always bring DeepOnion up in conversations, in real life and social media. Whenever there is a possibility. one by one we shall spread throughout the ever expanding cryptoverse!

           ▀██▄ ▄██▀
            ▐█████▌
           ▄███▀███▄
         ▄████▄  ▀███▄
       ▄███▀ ▀██▄  ▀███▄
     ▄███▀  ▄█████▄  ▀███▄
   ▄███▀  ▄███▀ ▀███▄  ▀███▄
  ███▀  ▄████▌   ▐████▄  ▀███
 ███   ██▀  ██▄ ▄██  ▀██   ███
███   ███  ███   ███  ███   ███
███   ███   ███████   ███   ███
 ███   ███▄▄       ▄▄███   ███
  ███▄   ▀▀█████████▀▀   ▄███
   ▀████▄▄           ▄▄████▀
      ▀▀███████████████▀▀
DeepOnion      ▄▄██████████▄▄
    ▄███▀▀      ▀▀█▀   ▄▄
   ███▀              ▄███
  ███              ▄███▀   ▄▄
 ███▌  ▄▄▄▄      ▄███▀   ▄███
▐███  ██████   ▄███▀   ▄███▀
███▌ ███  ███▄███▀   ▄███▀
███▌ ███   ████▀   ▄███▀
███▌  ███   █▀   ▄███▀  ███
▐███   ███     ▄███▀   ███
 ███▌   ███  ▄███▀     ███
  ███    ██████▀      ███
   ███▄             ▄███
    ▀███▄▄       ▄▄███▀
      ▀▀███████████▀▀
DeepVault
Blockchain File Signatures
deeponion.org
baeboy30
Jr. Member
*
Offline Offline

Activity: 364
Merit: 1


View Profile
July 04, 2018, 11:22:16 AM
 #29908

We have so many places where you can buy some cheap ONION.... there is no excuse now for not  buying and taking advantage of this Smiley



Verified by DeepVault : Djnfcwfuxc5YPaitYdNjdVQkz3TXVxNCUV

I would, but that ugly face is kind of turn off for me. Grin Grin Grin
Are you looking for DeepOnion exchanger where you can buy $ONION here you go Smiley Thanks mod Vokain
Zmaku
Full Member
***
Offline Offline

Activity: 350
Merit: 102



View Profile
July 04, 2018, 11:28:53 AM
 #29909

We have so many places where you can buy some cheap ONION.... there is no excuse now for not  buying and taking advantage of this Smiley



Verified by DeepVault : Djnfcwfuxc5YPaitYdNjdVQkz3TXVxNCUV

I would, but that ugly face is kind of turn off for me. Grin Grin Grin
Are you looking for DeepOnion exchanger where you can buy $ONION here you go Smiley Thanks mod Vokain


And there is a lot more on the way. We are not short on exchanges, that is for sure.

DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord    ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
bizul
Member
**
Offline Offline

Activity: 1064
Merit: 22


View Profile
July 04, 2018, 12:06:41 PM
 #29910

Someone asked me today how many people own ONIONs? but where can we see that info if there is a good source already available for that? we know that in the official forum there are about 13k+ members, etc!
I found the link... 6002 wallets received ONION. After the airdrop, I'm sure a wider distribution was achieved.

▐▐   ▬▬▬▬▬   DeepOnion   ▬▬▬▬▬   ▌▌
████    OWN ONION   •  TOR INTEGRATED    ████
▬▬▬▬  (✔) DeepVault Blockchain Notary   •  DeepSend Privacy Tech  •  deeponion.org   ▬▬▬▬
VaasDls
Jr. Member
*
Offline Offline

Activity: 38
Merit: 1


View Profile
July 04, 2018, 12:47:23 PM
 #29911

Almost 1 year for DeepOnion, we achieved so much in a short period of time and we also have so many things to release.
People with real motivation from this side  Wink

https://deeponion.org/apply.php?ref=1597766
DeepOnion ⚡ Anonymous & Untraceable Cryptocurrency
⚡ Join DeepOnion Team NOW! ⚡
longlivecapitalism
Member
**
Offline Offline

Activity: 966
Merit: 31


View Profile
July 04, 2018, 01:26:47 PM
 #29912

from DeepOnion lead dev
Technical Aspect On How DeepOnion Blockchain Is Guaranteed By The Bitcoin Blockchain

Since we announced this new feature, many people liked it, but there are also some skepticism. As many people (even some self-pretend "experts") don't understand how this is done, and how this is possible. So as the lead dev of DeepOnion, I will explain the technical aspect of how this works.

In order to do this, first we need to compute the SHA256 hash of our blockchain to certain height. Each block has its hash, which is the result of all tx and other params in the block, it is called the merkle root hash of the block.
https://en.wikipedia.org/wiki/Merkle_tree (Merkle tree - Wikipedia)

We started from block 1, get its hash, then we go to block 2, get its hash and combine with block 1's hash, etc, until we get to the predefined height. This height is the very recent height we will use. For the last registration with BTC blockchain, we used block 543950 as our last block. All the hashes are combined, and a combined SHA256 hash is then computed, and we get the hash of our blockchain from block 1 to block 543950. This hash is determined as db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe.

If any data in any block changed, the merkle root hash of that block will change, this will result in the combined hash change. Thus when a DeepOnion wallet load the blockchain, we can compute the block hash up to block 543950, and compare the hash with the above mentioned hash, if it matches, then the loaded blockchain is authentic (up to block 543950).

So far there's no Bitcoin blockchain involved. Why we get Bitcoin blockchain involved? because we want be sure that this hash (db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe) can not be changed. If tomorrow, someone created a forked chain, and generated a hash, and say his hash is the correct one, how can you prove which is the right one? For this we register the correct hash into the Bitcoin blockchain, which is the most secure immutable database in the world.

How do we do this? Well I won't go into details, but we can register this hash db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe into the Bitcoin blockchain. And I did it, the registration tx on Bitcoin blockchain is ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e. It is here:
https://blockchain.info/tx/ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e (Bitcoin Transaction ba839a3a2d7c9e5a80cc891195e0518c37cded079c6ea8a8ce826b002d4c954e)

It is in Bitcoin blockchain at Block 523352. And I can prove that this tx is derived from the hash of DeepOnion Block 1-543950, which is db2b4c6d31844020af9ef4eb9253692efd65f35be85859f73ab7e4b41436eabe.

I will not go to details how I can prove that, those who have good knowledge of blockchain tech should already know how I do it. Therefore, now I just need to put these info in our wallet code, as you can verify the correctness of our blockchain hash in the Bitcoin blockchain. This is what you see if your blockchain is authentic:

https://deeponion.org/community/threads/technical-aspect-on-how-deeponion-blockchain-is-guaranteed-by-the-bitcoin-blockchain.37940/

With this in mind why can't they just see that our devs are very serious when it comes to the security of our hard earned success. They just wanted the best for their child (DeepOnion), even other parents will do the same. I myself is doing my part not just by waiting but by acting and taking part to be a Vip to promote Deeponion in a very professional manner. So guys let's do something about OUR project not just the wishing to the HOLY MOON to come to us.
I believe that anyone can see that the developers are serious about security. Some people just don't want to admit it because of their own personal reasons.
CryptoVokain
Member
**
Offline Offline

Activity: 294
Merit: 20


View Profile
July 04, 2018, 01:27:16 PM
 #29913

We have so many places where you can buy some cheap ONION.... there is no excuse now for not  buying and taking advantage of this Smiley



Verified by DeepVault : Djnfcwfuxc5YPaitYdNjdVQkz3TXVxNCUV

I would, but that ugly face is kind of turn off for me. Grin Grin Grin
Are you looking for DeepOnion exchanger where you can buy $ONION here you go Smiley Thanks mod Vokain


And there is a lot more on the way. We are not short on exchanges, that is for sure.


It's good to see the hard work with the exchanges are starting to pay, and now we can add RightBTC to the list.

Yep few more days and RightBTC is a go! Smiley cant wait for it....
Ratio2112
Member
**
Offline Offline

Activity: 476
Merit: 12


View Profile
July 04, 2018, 01:30:20 PM
Last edit: July 04, 2018, 02:08:51 PM by Ratio2112
 #29914

RightBTC listing in 3 days! Go open an account guys: https://www.rightbtc.com/
chaserdream11
Jr. Member
*
Offline Offline

Activity: 294
Merit: 1


View Profile
July 04, 2018, 02:10:54 PM
 #29915

DeepOnion on the move  Cool

https://deeponion.org/apply.php?ref=1125662
DeepOnion ⚡ Anonymous & Untraceable Cryptocurrency
⚡ Join DeepOnion Team NOW! ⚡
derago21
Member
**
Offline Offline

Activity: 350
Merit: 12

Crypto Enthusiast!


View Profile
July 04, 2018, 02:15:03 PM
 #29916

RightBTC listing in 3 days! Go open an account guys: https://www.rightbtc.com/

I did open and I'm ready to trade during the initial hours where the big money flows in.
terrenceschroeder
Member
**
Offline Offline

Activity: 378
Merit: 10

I am a fan of Deeponion


View Profile
July 04, 2018, 02:32:53 PM
 #29917

We have so many places where you can buy some cheap ONION.... there is no excuse now for not  buying and taking advantage of this Smiley



Verified by DeepVault : Djnfcwfuxc5YPaitYdNjdVQkz3TXVxNCUV

I would, but that ugly face is kind of turn off for me. Grin Grin Grin
Are you looking for DeepOnion exchanger where you can buy $ONION here you go Smiley Thanks mod Vokain


And there is a lot more on the way. We are not short on exchanges, that is for sure.
It is very emotional remembering the time we have been through and the new exchanges the project appeared on Smiley Can we reach 20 by the end of 2018?

▰   SEMUX   -   An innovative high-performance blockchain platform   ▰
■▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬■
Github   -   Discord   -   Twitter   -   Telegram   -   Get Free Airdrop Now!
longlivecapitalism
Member
**
Offline Offline

Activity: 966
Merit: 31


View Profile
July 04, 2018, 02:42:05 PM
 #29918

DeepOnion on the move  Cool
Yeah. Just goes out to show some people that when Bitcoin is not bringing the whole market down, altcoins move upwards.
Ratio2112
Member
**
Offline Offline

Activity: 476
Merit: 12


View Profile
July 04, 2018, 03:00:02 PM
 #29919

RightBTC listing in 3 days! Go open an account guys: https://www.rightbtc.com/

I did open and I'm ready to trade during the initial hours where the big money flows in.

Good job mate!
utlptc
Member
**
Offline Offline

Activity: 392
Merit: 10

DeepOnion, a new dream.


View Profile
July 04, 2018, 03:11:47 PM
 #29920

I will miss the 10% days...

Staking is so good.

Link (Download):
https://deeponion.org/community/attachments/staking-gif.166143/

Verify above image with DeepVault:
Dpy7NidaMrVC1BoxW2Skp14YjyphhnRqYS



And I will start with the 5%, lol. I did never stake before but now I will give a try.

DeepOnion    ▬▬  Anonymous and Untraceable  ▬▬    ENJOY YOUR PRIVACY  •  JOIN DEEPONION
▐▐▐▐▐▐▐▐   ANN  Whitepaper  Facebook  Twitter  Telegram  Discord   ▌▌▌▌▌▌▌▌
Get $ONION  (✔Cryptopia  ✔KuCoin)  |  VoteCentral  Register NOW!  |  Download DeepOnion
Pages: « 1 ... 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 [1496] 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 ... 1984 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!