Zion - Project Zion - CryptoNote-Based Tor Network Currency

in #news8 years ago

 http://project-zion.com 

 What is Project Zion ?


Zion  is a cryptocurrency based on the Monero platform, which was forked from  cryptonote a secure, private, untraceable cryptocurrency, which will be  the primary sole used on the upcoming Tor marketplace codename Zion Marketplace,  which is currently being purpose build, developed and vigorously  security audited. Throughout the project i will refer to Zion the  currency as Zion, and Zion the marketplace as Zion Marketplace. For those wondering, this project was renamed from MoneroClassic to Zion  after a number members from the Monero community showed distress, and  after careful consideration I've decided to steer away from using Monero  in the project name, but give full credit for the codebase. I have  great respect for Monero and its developers.

Zion Marketplace

  • Multi Seller/Vendor Support
  • Seller & Product Approval and Moderation
  • An offline bitcoin vault
  • Haggling feature
  • Owner & Seller Commission Management
  • Rating & Reviews for Sellers
  • Responsive Design (possibilities for portable devices using the tor network)

The Plan

The  plan of attack for this project is to offer the marketplace to  approximately ~150 of the current top vendors throughout AlphaBay and  Dream Marketplace, offering no sign up fee to PGP verified top vendors,  and no commission over the first ~3months.  As you may or may not know  Dream and AlphaBay have been suffering timeout and server overloads over  the past few months and top vendors are looking elsewhere, this is  where Zion Marketplace takes the fame. After the ~3month period  of no commission to select vendors, commission will be used to place buy  support on Zion in exchanges, creating a steadying buy-on-the-fly  feature. The Zion  platform will aim to fill in the gaps where other  darknet marketplaces fail, 100% uptime, low commission & a  fluid/responsive design and of course a range of top & unique  vendors.

Funding

Project  Zion will undergo a round of funding with a maximum of 151 BTC. At a  base price of ฿0.0000080 per coin, 12,700,000 Zion will be available to  purchase through our main website. Funding will be used for cryptonote  development, tor project development & ongoing maintenance &  community support. 

Discount tiers available as follows
Day 1 - 3  |  ฿0.0000080 per coin
Day 4 - 6  |  ฿0.0000085 per coin
Day 7 - 9  |  ฿0.0000090 per coin
Day 10     |  ฿0.00001 per coin

Funding Status: 26% complete | 39.26 of 151 BTC Raised. ( visit here   http://project-zion.com  for update the Crowdfunding)

 

Crowdfund participation: http://project-zion.com

Exchanges

I  pledge to allocate ~5btc towards a premium listing on bittrex, and if  desired i will also pay fund a premium yobit listing just to get us on  multiple exchanges. 

Currency Tech

Features

  • Untraceable payments
  • Unlinkable transactions
  • Blockchain analysis resistance
  • Adaptive parameters

Academic and Theory

Zion's  functionality is backed up by academic research and cryptographically  proven schemes. Much of this research is done by the Monero Research  Lab. Since Zion was initially based on the Monero/CryptoNote protocol,  the CryptoNote whitepaper is also an invaluable reference for validating  Zion's unlinkability and untraceability claims.

Monero/CryptoNote information


Specifications

  • PoW algorithm: CryptoNight [1]
  • Block reward: Smoothly varying [3]
  • Block time: 240 seconds
  • Difficulty: Retargets at every block

[1] CPU + GPU mining (about 1:1 performance for now). Memory-bound by design using AES encryption and several SHA-3 candidates.
[3] Uses a recurrence relation. Block reward = (M - A) * 2-20 * 10-12, where A = current circulation. Roughly 86% mined in 4 years (see graph).

FAQ
For a longer FAQ, check Community FAQ

What is CryptoNote?
CryptoNote  is the technology that allows creation of privacy-centric  cryptocurrencies. You can visit their website here. The level of  anonymity provided by CryptoNote isn't possible with Bitcoin code base  by design. Bytecoin (BCN) was the CryptoNote reference implementation,  and XMC is based on BCN's code.

Two of the main features of  CryptoNote are ring signatures that mask sender identities by mixing and  one-time keys that make transactions unlinkable. Their combined effect  gives a high degree of anonymity without any extra effort on the part of  the user.

Unlike Bitcoin, your funds are not held in the address  you give out to others. Instead, every time you receive a payment it  goes to an unlinkable address generated with random numbers. When you  decide to spend the funds in that one-time address, the amount will be  broken down and the components will be indistinguishable from identical  outputs in the blockchain.

For example if 556.44 XMC are sent,  the protocol will break it down into 500 + 50 + 6 + 0.4 + 0.04 and a  ring signature will be performed with other 500's, 50's, 6's, 0.4's, and  0.04's in the blockchain. Unlike the "CoinJoin" mixing method,  CryptoNote mixes outputs not transactions. This means no other senders  need to be participating with you at the same time or with the same  amounts. Any arbitrary amount sent at any time can always be rendered  fundamentally indistinguishable (a mathematical proof is given in the  white paper).

The degree of anonymity is also a choice rather  than decided by the protocol: do you want to be hidden as one among five  or one among fifty? The size of the signature grows linearly as O(n+1)  with the ambiguity so greater anonymity is paid for with higher fees to  miners.

Ring signatures are explained below. Reproduced from CryptoNote:

A normal signature looks like this. There's only one participant, which allows one-to-one mapping. 

 A ring signature obscures identities because it only proves that a signer belongs to a group.

 This allows a high level of anonymity in cryptocurrency transactions. You can think of it as decentralized and trustless mixing. 

 How does this compare to other anonymous solutions?
Ring  signatures originate from the work of Rivest et al. in 2001 and the  implementation in CryptoNote relies in particular on Fujisaki and  Suzuki's work on traceable ring signatures. There are two other  anonymity implementations currently available or in development. One is  ZeroCoin/ZeroCash's use of zero-knowledge proofs. The others are based  on gmaxwell's CoinJoin idea (such as mixing services for Bitcoin or the  altcoin Darkcoin).

1. Comparison with ZeroCoin and ZKP-based approaches:
You  can read about ZeroCoin and zero-knowledge proofs (ZKP) here. The ZK  environment allows an anonymity set that includes everyone in the  network because the validity of an output can be proven without knowing  the corresponding public key until it is spent. The largest risk is that  this is recent research-level cryptography that hasn't been subjected  to years of cryptanalysis, so exploits may emerge down the road. Ring  signatures are much simpler and more mature, with many peer-reviewed  papers published over more than a decade.

Other issues with ZKP  include the RSA private key used to initiate the accumulator, which must  be trusted to be destroyed by the generating party. It also obscures  the entire economy, not just sender/receiver identities. If the ZK  system is compromised, then an attacker can continuously spend coins  that don't exist using false proofs. This damage is hidden from  everybody due to total blinding and consequently at any given time it's  not possible to know if the network has already been compromised. There  is a tradeoff between these inherent risks and the maximal anonymity set  provided by ZKP. CryptoNote aims for a different balance through the  dual layers of privacy provided by one-time keys and ring signatures.

2. Comparison with CoinJoin-based approaches:
XMC  is more qualitatively similar to mixing implementations like CoinJoin.  The differences arise in the departure from the Bitcoin protocol, which  allows XMC to use new cryptography to provide decentralized and  trustless mixing of superior quality. The critical problem with mixing  services is the need to trust the operators. As an example,  blockchain.info's mixer gives the following disclaimer: "However if the  server was compromised or under subpoena it could be force to keep logs.  If this were to happen although you haven't gained any privacy you  haven't lost any either."

The CoinJoin-inspired Darkcoin performs  mixing with selected "masternodes" since it still uses ordinary  signatures that can be mapped one-to-one. The motivation is that a  randomly selected node is less likely than a single service to exhibit  bad faith (such as keeping logs) . In practice, a few VPS companies host  the vast majority of nodes and this approach relies on the integrity  and good behavior of these nodes. XMC's more fundamental cryptographic  approach doesn't have these vulnerabilities and the quality of anonymity  is much higher.

XMC's ring signatures are also far more secure  and convenient than CoinJoin because they mix outputs not transactions.  This means a transaction doesn't involve waiting around for other  senders to mix with. Nor is a user restricted to mixing only if others  are sending the same amount. Arbitrary amounts can be sent at any time  without anyone else's participation. This feature makes a timing  analysis of the blockchain useless.

Overview of a transaction
Bob decides to spend an output, which was sent to the one-time public key. He needs Extra (1), TxOutNumber (2), and his Account private key (3) to recover his one-time private key (4).

When sending a transaction to Carol, Bob generates its Extra value by random (5). He uses Extra (6), TxOutNumber (7) and Carol's Account public key (8) to get her Output public key (9).

In the input Bob hides the link to his output among the foreign keys (10). To prevent double-spending he also packs the Key image, derived from his One-time private key (11).

Finally, Bob signs the transaction, using his One-time private key (12), all the public keys (13) and Key Image (14). He appends the resulting Ring Signature to the end of the transaction (15)

 Bounties/Translations
I require translations to other main  language, no google-translate, please PM me for offer validity, i can  offer 0.010 BTC per genuine authentic translation.

Signature Campaigns
I require a signature campaign manager. Payment to be discussed via PM.

Twitter Bounty
I can offer 0.003 btc per genuine thought out tweet with a cap of 100tweets in total. Must have decent following, upwards of 50.

Payed in either bitcoin or Zion, at your choice.

Retweets
Official Twitter: https://twitter.com/PlanZion
Retweets will gain a 5 Zion per retweet, only genuine accounts will be remunerated. 

Other advertising
If  you believe you can offer another form of advertising which will be  beneficial to the project, i can offer remuneration based on work  involved, please pm me with what you can offer.

Steemit, users with a valid steemit account can PM me. Bounty can be discussed.
Posting to bitcoingarden bounty can be discussed.
Posting to bitcoin.pl bounty can be discussed.
Media exposure/news exposure bounties can be discussed.  

https://bitcointalk.org/index.php?topic=1604526.msg16107816#msg16107816

----------------------------------------------

website :  http://project-zion.com

twitter : https://twitter.com/PlanZion

ANN bitcointalk : https://bitcointalk.org/index.php?topic=1604526.0

#news #ZION #Projectzion #monero #cryptonote

Sort:  

It is safe crowdfunding page, or you have to log in under proxy and tor?
Upvote.

Coin Marketplace

STEEM 0.20
TRX 0.12
JST 0.028
BTC 64467.84
ETH 3492.64
USDT 1.00
SBD 2.54