Bitcoin Forum
May 14, 2025, 11:34:47 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 [220] 221 222 »
  Print  
Author Topic: [ANN] DERO: DAG + Cryptonote + Bulletproofs + SSL + POW + Smart Contracts  (Read 123477 times)
Az43
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
November 12, 2020, 04:08:52 PM
 #4381

Any news about FHE?
notoriousjoshyb
Jr. Member
*
Offline Offline

Activity: 46
Merit: 1


View Profile
November 18, 2020, 05:49:02 PM
 #4382

Good Afternoon, Please see Dero homomorphic encryption blockchain protocol updates https://forum.dero.io/t/dero-homomorphic-encryption-blockchain-protocol-updates/1270
pttdev
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
December 06, 2020, 08:51:29 AM
 #4383

This is a true shitcoin. Do not buy it or you will be stuck at a low liquidity coin and no development progress.
notoriousjoshyb
Jr. Member
*
Offline Offline

Activity: 46
Merit: 1


View Profile
December 20, 2020, 08:24:16 AM
 #4384

Greetings,

The DERO team is pleased to announce the release of a unique homomorphic encryption scheme (DERO-HE) and the complete blockchain protocol (DHEBP) for public testing. DERO will migrate from the existing CryptoNote protocol to its own DERO Homomorphic Encryption Blockchain Protocol (DHEBP).


What Is Homomorphic Encryption?
Homomorphic encryption is a form of encryption allowing one to perform calculations on encrypted data without decrypting it first. The result of the computation is in an encrypted form, when decrypted the output is the same as if the operations had been performed on the unencrypted data.
Homomorphic encryption can be used for privacy-preserving outsourced storage and computation. This allows data to be encrypted and out-sourced to commercial cloud environments for processing, all while encrypted. In highly regulated industries, such as health care, homomorphic encryption can be used to enable new services by removing privacy barriers inhibiting data sharing. For example, predictive analytics in health care can be hard to apply via a third party service provider due to medical data privacy concerns, but if the predictive analytics service provider can operate on encrypted data instead, these privacy concerns are diminished.

About DERO Project

The DERO Project is aiming to create a platform for developers to deploy secure, open, scalable, and privacy-preserving decentralized applications. DERO is unique because we value security and privacy above all else; as a result, users are able to transact privately over our network without fear of common protocol-level and network attacks. Additionally, our technology preserves transparency where required and scales with network load, which provides an ideal environment for business-class applications.



First to implement Bulletproofs

TLS-encrypted network

Proof-of-Work DAG based Blockchain

Fully anonymous transactions based on Homomorphic Encryption

Secure against majority hashrate attacks

Homomorphic Encryption blockchain protocol with native and base-layer Smart Contracts

Competitive CPU mining based on the DERO AstroBWT algorithm

Public Testing

As with our previous releases, the full source code will be available for anyone wishing to build their own binaries. The public testnet will consist of two phases:

Phase 1: DHEBP

The initial testing phase will introduce the base layer protocol, DERO-HE, and many new features new to the blockchain space. Our aim is to extensively test the following:

Homomorphic account based model, a first for privacy-focused blockchains.

Instant account balances (only 66 bytes of data need to be read from the blockchain).

No more chain scanning or wallet scanning to detect funds, or the need for key images, etc.

Truly light-weight and efficient wallets.

Massive scalability improvements (fixed account cost of 66 bytes in the blockchain).

Perfectly anonymous transactions with Many-out-of-Many Proofs (Bulletproofs and Sigma Protocol) to support deniability.

Fixed transaction sizes of ~2.5KB (ring size Cool or ~3.4 KB (ring size 16) based on chosen anonymity group size (in powers of 2), which have logarithmic growth.
+-----------+----------------+
| Ring Size |     TX Size    |
+-----------+----------------+
|     2     |   1553 bytes   |
|     4     |   2013 bytes   |
|     8     |   2605 bytes   |
|     16    |   3461 bytes   |
|     32    |   4825 bytes   |
|     64    |   7285 bytes   |
|     128   |   11839 bytes  |
|     512   |   ~35000 bytes |
+-----------+----------------+
Allows chain pruning on daemons to control data retention, while remaining secure using Merkle Proofs.

An example of disk requirements of 1 billion accounts (assuming one does not want to keep history of transactions, but retain all proofs to prove that the node is in sync with all other nodes).

Requirement of 1 account = 66 bytes

Assuming storage overhead per account of 128 bytes (constant)

Total requirements = (66 + 128) GB ~200 GB (assuming we are off by factor of 4 = 800GB)

Note: Even after 1 trillion transactions, 1 billion accounts will consume only 800 GB, and if history is not maintained, everything will be in proved state using Merkle Roots. As a result, even a Raspberry Pi can host the entire chain.

Transaction generation takes less than 25 ms.

No trusted setup, no hidden parameters.

Senders can prove to receiver what amount they have sent (without revealing themselves).

The entire chain is resyncable while in operation.

Phase 2: Stargate RC2

The next phase will include the DERO Virtual Machine (DVM) and Smart Contracts execution.

Allows homomorphic assets (programmable Smart Contracts with fixed overhead per asset), which will remain open, but any data within is encrypted (internal testing/implementation not included in this current testnet branch).

Testnet Participation

In order to participate in this public release, please find all necessary information below:

Download the binaries: https://github.com/deroproject/derohe/releases

Source Code: https://github.com/deroproject/derohe

Testnet Explorer: https://testnetexplorer.dero.io/

Note: This testnet will only support CPU solo mining (use the included dero-miner), but third-party mining software should only require minor modifications for mainnet compatibility.

Testnet Ports
P2P Default Port: 40401
RPC Default Port: 40402
Wallet RPC Default Port: 40403

Happy testing!

Privacy together.
notoriousjoshyb
Jr. Member
*
Offline Offline

Activity: 46
Merit: 1


View Profile
January 04, 2021, 08:54:27 AM
 #4385

f you want to pool mine with 0% fees feel free to use the $DERO community operated pool.

It has been donated by Nelbert442 for our community to use free of charge.

pool.dero.network
notoriousjoshyb
Jr. Member
*
Offline Offline

Activity: 46
Merit: 1


View Profile
February 22, 2021, 07:49:31 PM
 #4386

The DERO team is pleased to announce public testing of Stargate RC2, our private decentralized application platform. https://medium.com/deroproject/stargate-release-candidate-2-d0628956d76a
karametade
Full Member
***
Offline Offline

Activity: 437
Merit: 152


View Profile
March 03, 2021, 02:53:33 PM
 #4387

AMA Satoshi Club x Dero Project, March 2nd - Satoshi CLUB

starts from here
https://t.me/Satoshi_club/583187


arjuna BTC
Sr. Member
****
Offline Offline

Activity: 994
Merit: 250


BabelFish - FISH Token Sale at Sovryn


View Profile
May 11, 2021, 10:37:19 PM
 #4388


dARCH 2021 Event 0.5 — Round 1 Results

It’s time to announce the winners of the first round of dARCH Event 0.5! We had great entries from everyone but unfortunately there can only be 5 winners. All 5 of this winners are eligble to compete in Round 2 for their chance to win up to 300 DERO in prizes!
https://medium.com/deroproject/darch-2021-event-0-5-round-1-results-dc6502be1497




.
USD Stablecoin Aggregator
                                              ▄███████
                                            ▄█▀▄█████▀
              ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄      █▀▄███████
          ▄▄████████████████▄▄▀▀██████▄   ▄█ ███████
  ▄     ▄██▀▀▀▀█████████▄▀██████▄▄▀▀████  █████████▀
▄███▄ ▄███ █▀▀█ █████████▄█▀████████▄▄▀▀███████████
██ ▀███▀ █▄▀▀▀▀▄███ ██▀████▄▀████████▀███████████▀▀
██  ███████████████ ██ █████ ███▀▀▄▄▄██████████████
██▄██▀█████████████ ███ ███  ▄▄▄█████▀██▀▀█████████
 ▀█▀   ▀████████▀▀▄██▀ ▀▀▄▄██▄▄▀██▀▄▄██    ████████▄
         ▀█████▄█▀▀▀▄█████████▀▄▄▄███▀      ▀███████
               ▀▀▀███████████▄▄████▀          ██████▄
                                               ▀▀█████
BabelFish███████▄
▀█████▄▀█▄
 ███████▄▀█      ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
  ███████ █▄   ▄██████▀▀▄▄████████████████▄▄
  ▀█████████  ████▀▀▄▄██████▀▄█████████▀▀▀▀██▄     ▄
   ███████████▀▀▄▄████████▀█▄█████████ █▀▀█ ███▄ ▄███▄
   ▀▀███████████▀████████▀▄████▀██ ███▄▀▀▀▀▄█ ▀███▀ ██
   ██████████████▄▄▄▀▀███ █████ ██ ███████████████  ██
   █████████▀▀██▀█████▄▄▄  ███ ███ █████████████▀██▄██
  ▄████████    ██▄▄▀██▀▄▄██▄▄▀▀ ▀██▄▀▀████████▀   ▀█▀
  ███████▀      ▀███▄▄▄▀█████████▄▀▀▀█▄█████▀
 ▄██████          ▀████▄▄████████████▀▀
█████▀▀
.
FISH token sale at Sovryn
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████▀▀  ███████
█████████████▀▀      ███████
█████████▀▀   ▄▄     ███████
█████▀▀    ▄█▀▀     ████████
█████████ █▀        ████████
█████████ █ ▄███▄   ████████
██████████████████▄▄████████
████████████████████████████
████████████████████████████
████████████████████████████
jvac2018
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
June 14, 2021, 12:18:14 PM
 #4389

The DERO team is pleased to announce public testing of Stargate RC2, our private decentralized application platform. https://medium.com/deroproject/stargate-release-candidate-2-d0628956d76a

Hey I was just wondering if the KYC signature verification was implemented in the core code?
Inagame
Full Member
***
Offline Offline

Activity: 435
Merit: 125


View Profile
June 19, 2021, 08:46:30 AM
 #4390

KYC for privacy coin?   Huh
This looks very much like some surveilance coin project with some government agencies behind it.
dillony
Newbie
*
Offline Offline

Activity: 107
Merit: 0


View Profile
June 19, 2021, 09:34:33 AM
 #4391

https://pbs.twimg.com/media/E4LFxarWUAQ8CWg?format=jpg&name=medium


KYC for privacy coin?   Huh
This looks very much like some surveilance coin project with some government agencies behind it.
dillony
Newbie
*
Offline Offline

Activity: 107
Merit: 0


View Profile
June 19, 2021, 09:37:18 AM
 #4392

purely fud
Inagame
Full Member
***
Offline Offline

Activity: 435
Merit: 125


View Profile
June 19, 2021, 09:38:31 AM
 #4393


Try to ask any of this question or anything that is not positive pump on their telegram or discord and you will be banned in few seconds. Smiley
Something scammers and people who need to hide something would do.
dillony
Newbie
*
Offline Offline

Activity: 107
Merit: 0


View Profile
June 19, 2021, 10:17:10 AM
 #4394

are you in the correct dero discord and tg? also i do feel like you are spreading fud here intentionally. lol



Try to ask any of this question or anything that is not positive pump on their telegram or discord and you will be banned in few seconds. Smiley
Something scammers and people who need to hide something would do.
truegaloisfans
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 24, 2021, 11:29:23 PM
 #4395

are you in the correct dero discord and tg? also i do feel like you are spreading fud here intentionally. lol



Try to ask any of this question or anything that is not positive pump on their telegram or discord and you will be banned in few seconds. Smiley
Something scammers and people who need to hide something would do.
They announced they would launch their mainnet before the end of 2019, then 2020, then 2021. If you ask them if this is true, you will get kicked immediately. You can check with this question, but I don't recommend you to do this if you want to stay in the group.
Inagame
Full Member
***
Offline Offline

Activity: 435
Merit: 125


View Profile
June 25, 2021, 08:20:15 PM
 #4396

are you in the correct dero discord and tg? also i do feel like you are spreading fud here intentionally. lol

Not spreading anything, but it looks that answer for everything from dero community and admins is FUD.
And yes, I was in correct telegram group.
LTCMAXMYR
Hero Member
*****
Offline Offline

Activity: 609
Merit: 500

DMD,XZC


View Profile
July 02, 2021, 05:59:17 AM
 #4397

good pump and good dump
95.2% unknown hashrate,is there a secret ASIC?

Never buy any ICO altcoin.
Never buy any ASIC altcoin.
Inagame
Full Member
***
Offline Offline

Activity: 435
Merit: 125


View Profile
July 05, 2021, 02:33:29 PM
 #4398

They don't want to talk about anything and they say it's regular people mining this, ask them about it on their social media and you will be banned very fast.
revelacaogr
Legendary
*
Offline Offline

Activity: 1316
Merit: 1021

2009 Alea iacta est


View Profile
July 11, 2021, 10:20:02 AM
Last edit: July 11, 2021, 10:34:27 AM by revelacaogr
 #4399

                                                                


                               





menoiazei
Member
**
Offline Offline

Activity: 368
Merit: 24


View Profile
July 11, 2021, 10:54:15 AM
 #4400

good pump and good dump
95.2% unknown hashrate,is there a secret ASIC?

interesting observation
What do you mean by secret ASIC??
many thanks!

Cause is not before and effect is not after
Pages: « 1 ... 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 [220] 221 222 »
  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!