You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

180 lines
12 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. # DERO: Secure, Private Blockchain with Smart Contracts
  2. ## DERO Project : Cryptonote Privacy + Smart contracts
  3. ## Status Update Release 2:
  4. DERO blockchain is a completely new blockchain supporting CryptoNote Privacy and Smart Contracts. DERO blockchain is being implemented in Golang.
  5. We are pleased to announce Status Update Release 2 of DERO Blockchain.
  6. Release 2 include following:
  7. 1. Dero daemon
  8. 2. Dero wallet both offline and online
  9. 3. Dero Explorer
  10. **NOTE: All above are strictly for evaluation and have limitations, see below for more details.**
  11. | Operating System | Download |
  12. | ---------------- | ---------------------------------------- |
  13. | Windows 32 | http://seeds.dero.io/build/dero_windows_386.zip |
  14. | Windows 64 | http://seeds.dero.io/build/dero_windows_amd64.zip |
  15. | Mac 10.8 & Later | http://seeds.dero.io/build/dero_darwin_amd64.tar.gz |
  16. | Linux 32 | http://seeds.dero.io/build/dero_linux_386.tar.gz |
  17. | Linux 64 | http://seeds.dero.io/build/dero_linux_amd64.tar.gz |
  18. | OpenBSD 64 | http://seeds.dero.io/build/dero_openbsd_amd64.tar.gz |
  19. | FreeBSD 64 | http://seeds.dero.io/build/dero_freebsd_amd64.tar.gz |
  20. | Linux ARM 64 | http://seeds.dero.io/build/dero_linux_arm64.tar.gz |
  21. | Solaris AMD64 | http://seeds.dero.io/build/dero_solaris_amd64.tar.gz |
  22. | More Builds | http://seeds.dero.io/build/ |
  23. **NOTE: DO NOT MIGRATE to this daemon. This is strictly for evaluation.**
  24. **DERO Daemon in action**\
  25. ![Status-Update-Release-2 DERO Daemon](http://seeds.dero.io/images/derod.png)\
  26. **DERO Wallet in action**\
  27. ![Status-Update-Release-2 DERO Wallet](http://seeds.dero.io/images/dero_wallet_offline.png)\
  28. **DERO Explorer in action**\
  29. ![Status-Update-Release-2 DERO Explorer](http://seeds.dero.io/images/dero_explorer.png)
  30. In the status update release 2, Golang DERO daemon can sync and verify blockchain and show users their wallet balance with the existing DERO network. This update marks the release of
  31. 1. **DERO Wallet** : DERO Golang version of wallet has easy to use menu-driven interface. Dero wallet can be used in both on-line and completely off-line modes.
  32. It can be used to
  33. - create new accounts,
  34. - check balance,
  35. - display and recover using recovery seeds, ( 25 words). The seeds are compatible with existing wallet.
  36. - Eleven languages are supported for recovery seeds
  37. - English,
  38. - Japanese (日本語)
  39. - Chinese_Simplified(简体中文 (中国)),
  40. - Dutch (Nederlands),
  41. - Esperanto ,
  42. - Russian (русский язык),
  43. - Spanish (Español),
  44. - Portuguese (Português),
  45. - French (Français),
  46. - German (Deutsch),
  47. - Italian (Italiano),
  48. - display and recover using recovery key (64 hex chars)
  49. - view only wallets.
  50. - Online mode ( connects live to the daemon using RPC)
  51. - Offline mode ( works without internet or daemon). The wallet can work in completely offline mode. To use the wallet in offline mode, download and copy this file URL to wallet directory. You can yourself create this data file if you run the golang daemon and execute ```wget http://127.0.0.1:9999/getoutputs.bin ``` .
  52. 2. **DERO Blockchain Explorer** : Blockchain Explorer is tool to monitor and interact the DERO network and it's state. It allows anyone to browse/parse/locate any transaction/block etc. The tool works over RPC interface and connects with dero daemon golang version. Anyone running the golang dero daemon, can run the explorer and immediately and access it using browser at http://127.0.0.1:8080/ . This increases privacy as some users do not want to use the publicly hosted block explorers. Dero Explorer is almost complete (except 1 feature). DERO Explorer will expand as Smart Contracts are supported.
  53. 3. **DERO Daemon**: Dero daemon is mostly complete. However, mining has been disabled until more testing is complete. RPC is implemented.
  54. **REMEMBER to save your seeds (otherwise you will loose access to wallet when you exit wallet program).**
  55. For specific details of current DERO core (daemon) implementation and capabilities, see below:
  56. 1. **Cryptonight Hash:** This is an ASIC resistant, memory-bound algorithm. This provides assurance that all miners are equal. ( No miner has any advantage over common miners).
  57. 2. **Wire protocol (90% completed):** This protocol is used to exchange data between 2 DERO daemon nodes. At this point, Go daemon can connect to C daemon and vice-versa, sync blockchain and exchange, already possible. Complete interoperability has been achieved. This has 3 sub protocols:
  58. 1. **Levin Protocol:** Bottom most layer, basically message framing.
  59. 2. **P2P Protocol:** Handshake exchange, P2P commands and timed synchronization.
  60. 3. **CryptoNote Protocol:** This layers controls exchange of blocks, transactions and blockchain itself.
  61. 3. **Pederson Commitment:** (Part of ring confidential transactions): Pederson commitment algorithm is a cryptographic primitive that allows user to commit to a chosen value while keeping it hidden to others. Pederson commitment is used to hide all amounts without revealing the actual amount. It is a homomorphic commitment scheme.
  62. 4. **Borromean Signature:** (Part of ring confidential transactions): Borromean Signatures are used to prove that the commitment has a specific value, without revealing the value itself.
  63. 5. **Additive Homomorphic Encryption:** Additive Homomorphic Encryption is used to prove that sum of encrypted Input transaction amounts is EQUAL to sum of encrypted output amounts. This is based on Homomorphic Pederson commitment scheme.
  64. 6. **Multilayered Linkable Spontaneous Anonymous Group (MLSAG) :** (Part of ring confidential transactions): MLSAG gives DERO untraceability and increases privacy and fungibility. MLSAG is a user controlled parameter ( Mixin) which the user can change to improve his privacy. Mixin of minimal amount is enforced and user cannot disable it.
  65. 7. **Ring Confidential Transactions:** Gives untraceability , privacy and fungibility while making sure that the system is stable and secure.
  66. 8. **Core-Consensus Protocol implemented:** Consensus protocol serves 2 major purpose
  67. 1. Protects the system from adversaries and protects it from forking and tampering.
  68. 2. Next block in the chain is the one and only correct version of truth ( balances).
  69. 9. **Proof-of-Work(PoW) algorithm:** PoW part of core consensus protocol which is used to cryptographically prove that X amount of work has been done to successfully find a block. To deter use of specialized hardware, an ASIC resistant, memory bound cryptonight algorithm is used in DERO project.
  70. 10. **Difficulty algorithm**: Difficulty algorithm controls the system so as blocks are found roughly at the same speed, irrespective of the number and amount of mining power deployed.
  71. 11. **Serialization/De-serialization of blocks**: Capability to encode/decode/process blocks .
  72. 12. **Serialization/De-serialization of transactions**: Capability to encode/decode/process transactions.
  73. 13. **Transaction validity and verification**: Any transactions flowing within the DERO network are validated,verified
  74. 14. **Mempool**: Mempool has been implemented .
  75. 15. **Socks proxy:** Socks proxy has been implemented and integrated within the daemon to decrease user identifiability and improve user anonymity.
  76. 16. **Interactive daemon** can print blocks, txs, even entire blockchain from within the daemon
  77. 17. **status, diff, print_bc, print_block, print_tx** and several other commands implemented
  78. 18. GO DERO Daemon has both mainnet, testnet support.
  79. 19. Tree-hash for transactions (based on keccak): This merkle root allows user to verify transactions as needed without adding transaction body to block header.
  80. 20. **Enhanced Reliability, Privacy, Security, Useability, Portabilty assured.** For discussion on each point how pls visit forum.
  81. The daemon and other programs are only for limited testing and evaluation purposes only.
  82. **NOTE: DO NOT MIGRATE to this daemon. This is strictly for evaluation.**
  83. **NOTE:** Following limitations apply in the current derosuite version.
  84. - Daemon mining is disabled until more testing complete.
  85. - The wallet cannot create and send new transactions.
  86. - The golang versions of derosuite are using non-standard ports so as it does NOT clash with already running daemon.
  87. ## Build:
  88. In go workspace: **go get -u github.com/arnaucode/derosuite/...**
  89. Check bin folder for derod, explorer and wallet binaries. Use golang-1.9 version minimum.
  90. For technical issues and discussion, please visit https://forum.dero.io
  91. ```
  92. -----BEGIN PGP PUBLIC KEY BLOCK-----
  93. mQSuBFpgP9IRDAC5HFDj9beW/6THlCHMPmjSCUeT0lKtT22uHbTA5CpZFTRvrjF8
  94. l1QFpECuax2LiQUWCg2rl5LZtjE2BL53uNhPagGiUOnMC7w50i3YD/KWoanM9or4
  95. 8uNmkYRp7pgnjQKX+NK9TWJmLE94UMUgCUach+WXRG4ito/mc2U2A37Lonokpjb2
  96. hnc3d2wSESg+N0Am91TNSiEo80/JVRcKlttyEHJo6FE1sW5Ll84hW8QeROwYa/kU
  97. N8/jAAVTUc2KzMKknlVlGYRcfNframwCu2xUMlyX5Ghjrr3PmLgQX3qc3k/eTwAr
  98. fHifdvZnsBTquLuOxFHk0xlvdSyoGeX3F0LKAXw1+Y6uyX9v7F4Ap7vEGsuCWfNW
  99. hNIayxIM8iOeb6AOFQycL/GkI0Mv+SCd/8KqdAHT8FWjsJUnOWcYYKvFdN5jcORw
  100. C6OVxf296Sj1Zrti6XVQv63/iaJ9at142AcVwbnvaR2h5IqyXdmzmszmoYVvf7jG
  101. JVsmkwTrRvIgyMcBAOLrwQ7I4JGlL54nKr1mIvGRLZ2lH/2sfM2QHcTgcCQ5DACi
  102. P0wOKlt6UgRQ27Aeh0LtOuFuZReXE8dIpD8f6l+zLS5Kii1SB1yffeSsQbTD6bvt
  103. Ic6h88iUKypNHiFcFNncyad6f4zFYPB1ULXyFoZcpPo3jKjwNW/h//AymgfbqFUa
  104. 4dWgdVhdkSKB1BzSMamxKSv9O87Q/Zc2vTcA/0j9RjPsrRIfOCziob+kIcpuylA9
  105. a71R9dJ7r2ivwvdOK2De/VHkEanM8qyPgmxdD03jLsx159fX7B9ItSdxg5i0K9sV
  106. 6mgfyGiHETminsW28f36O/WMH0SUnwjdG2eGJsZE2IOS/BqTXHRXQeFVR4b44Ubg
  107. U9h8moORPxc1+/0IFN2Bq4AiLQZ9meCtTmCe3QHOWbKRZ3JydMpoohdU3l96ESXl
  108. hNpD6C+froqQgemID51xe3iPRY947oXjeTD87AHDBcLD/vwE6Ys2Vi9mD5bXwoym
  109. hrXCIh+v823HsJSQiN8QUDFfIMIgbATNemJTXs84EnWwBGLozvmuUvpVWXZSstcL
  110. /ROivKTKRkTYqVZ+sX/yXzQM5Rp2LPF13JDeeATwrgTR9j8LSiycOOFcp3n+ndvy
  111. tNg+GQAKYC5NZWL/OrrqRuFmjWkZu0234qZIFd0/oUQ5tqDGwy84L9f6PGPvshTR
  112. yT6B4FpOqvPt10OQFfpD/h9ocFguNBw0AELjXUHk89bnBTU5cKGLkb1iOnGwtAgJ
  113. mV6MJRjS/TKL6Ne2ddiv46fXlY05zJfg0ZHehe49BIZXQK8/9h5YJGmtcUZP19+6
  114. xPTF5zXWs0k3yzoTGP2iCW/Ksf6b0t0fIIASGFAhQJUmGW1lKAcZTTt425G3NYOc
  115. jmhJaFzcLpTnoqB8RKOTUzWXESXmA86cq4DtyQ2yzeLKBkroRGdpwvpZLH3MeDJ4
  116. EIWSmcKPxm8oafMk6Ni9I4qQLFeSTHcF2qFoBMLKai1lqLd+NAzQmbXHDw6gOac8
  117. +DBfIcaj0f5AK/0G39dOV+pg29pISt2PWDDhZ/XsjetrqcrnhsqNNRyplmmy0xR0
  118. srQwQ2FwdGFpbiBEZXJvIChodHRwczovL2Rlcm8uaW8pIDxzdXBwb3J0QGRlcm8u
  119. aW8+iJAEExEIADgWIQQPOeQljGU5R3AqgjQIsgNgoDqd6AUCWmA/0gIbAwULCQgH
  120. AgYVCAkKCwIEFgIDAQIeAQIXgAAKCRAIsgNgoDqd6FYnAQChtgDnzVwe28s6WDTK
  121. 4bBa60dSZf1T08PCKl3+c3xx1QEA2R9K2CLQ6IsO9NXD5kA/pTQs5AxYc9bLo/eD
  122. CZSe/4u5Aw0EWmA/0hAMALjwoBe35jZ7blE9n5mg6e57H0Bri43dkGsQEQ1fNaDq
  123. 7XByD0JAiZ20vrrfDsbXZQc+1SBGGOa38pGi6RKEf/q4krGe7EYx4hihHQuc+hco
  124. PqOs6rN3+hfHerUolKpYlkGOSxO1ZjpvMOPBF1hz0Bj9NoPMWwVb5fdWis2BzKAu
  125. GHFAX5Ls86KKZs19DRejWsdFtytEiqM7bAjUW75o3O24faxtByTa2SVmmkavCFS4
  126. BpjDhIU2d5RqhJRkb9fqBU8MDFrmCQqSraQs/CqmOTYzM7E8wlk1SwylXN6yBFX3
  127. RAwq1koFMw8yRMVzswEy917kTHS4IyM2yfYjbnENmWJuHiYJmgn8Lqw1QA3syIfP
  128. E4qpzGBTBq3YXXOSymsNKZmKH0rK/G0l3p33rIagl5UXfr1LVd5XJRu6BzjKuk+q
  129. uL3zb6d0ZSaT+aQ/Sju3shhWjGdCRVoT1shvBbQeyEU5ZLe5by6sp0FH9As3hRkN
  130. 0PDALEkhgQwl5hU8aIkwewADBQv/Xt31aVh+k/l+CwThAt9rMCDf2PQl0FKDH0pd
  131. 7Tcg1LgbqM20sF62PeLpRq+9iMe/pD/rNDEq94ANnCoqC5yyZvxganjG2Sxryzwc
  132. jseZeq3t/He8vhiDxs3WwFbJSylzPG3u9xgyGkKDfGA74Iu+ASPOPOEOT4oLjI5E
  133. s/tB7muD8l/lpkWij2BOopiZzieQntn8xW8eCFTocSAjZW52SoI1x/gw3NasILoB
  134. nrTy0yOYlM01ucZOTB/0JKpzidkJg336amZdF4bLkfUPyCTE6kzG0PrLrQSeycr4
  135. jkDfWfuFmRhKD2lDtoWDHqiPfe9IJkcTMnp5XfXAG3V2pAc+Mer1WIYajuHieO8m
  136. oFNCzBc0obe9f+zEIBjoINco4FumxP78UZMzwe+hHrj8nFtju7WbKqGWumYH0L34
  137. 47tUoWXkCZs9Ni9DUIBVYWzEobgS7pl/H1HLR36klfAHLut0T9PZgipKRjSx1Ljz
  138. M78wxVhupdDvHDEdKnq9E9lD6018iHgEGBEIACAWIQQPOeQljGU5R3AqgjQIsgNg
  139. oDqd6AUCWmA/0gIbDAAKCRAIsgNgoDqd6LTZAQDESAvVHbtyKTwMmrx88p6Ljmtp
  140. pKxKP0O5AFM7b7INbQEAtE3lAIBUA31x3fjC5L6UyGk/a2ssOWTsJx98YxMcPhs=
  141. =H4Qj
  142. -----END PGP PUBLIC KEY BLOCK-----
  143. ```