Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: Dave Wilkinson on September 01, 2016, 05:49:51 AM



Title: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on September 01, 2016, 05:49:51 AM


http://project-zion.com (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.



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


Exchanges

I pledge to allocate ~5btc towards a premium listing on bittrex once the coin is ready and at a stable state, 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


  • The CryptoNote Whitepaper (https://cryptonote.org/whitepaper.pdf)
  • Initial Review of the CryptoNote Whitepaper (http://downloads.getmonero.org/whitepaper_review.pdf)
  • MRL-0001: A Note on Chain Reactions in Traceability in CryptoNote 2.0 (https://lab.getmonero.org/pubs/MRL-0001.pdf)
  • MRL-0002: Counterfeiting via Merkle Tree Exploits within Virtual Currencies Employing the CryptoNote Protocol (https://lab.getmonero.org/pubs/MRL-0002.pdf)
  • MRL-0003: Monero is Not That Mysterious (https://lab.getmonero.org/pubs/MRL-0003.pdf)
  • MRL-0004: Improving Obfuscation in the CryptoNote Protocol (https://lab.getmonero.org/pubs/MRL-0004.pdf)
  • MRL-0005: Ring Signature Confidential Transactions (https://lab.getmonero.org/pubs/MRL-0005.pdf)

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 (https://i.imgur.com/lDqIdyd.png)).


FAQ
For a longer FAQ, check Community FAQ (https://bitcointalk.org/index.php?topic=721045)

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.

https://i.imgur.com/dcbDq05.png

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

https://i.imgur.com/avTQPnT.png

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

https://i.imgur.com/ioewLSY.png

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).

https://i.imgur.com/QFMVqRI.png


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 01, 2016, 05:50:43 AM
https://i.imgur.com/9E0EtWI.png


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.


Please give time for bounties to be payed out (please do not send multiple PM's or spam the thread, this will only delay the process)


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: kurniajim on September 01, 2016, 06:07:58 AM
please reserved indonesian translate


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Coin_trader on September 01, 2016, 06:10:28 AM
kindly reserved the Filipino translation (for a bounty) for me.


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: axlroses on September 01, 2016, 06:11:31 AM
are you zion cavalera?  ;)


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: maskeffec on September 01, 2016, 06:20:42 AM
good Project Zion  ;)


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: bison on September 01, 2016, 06:23:32 AM
You like monero man ... Pfft!
https://bitcointalk.org/index.php?topic=583449.0


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: manasd on September 01, 2016, 06:54:20 AM
I like
good project


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: traumschiff on September 01, 2016, 06:54:48 AM
No escrow and full anon, red flags.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 01, 2016, 06:58:18 AM
I like
good project

Appreciate your support   8)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: aysha9853 on September 01, 2016, 06:58:42 AM
twitter bounty please


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 01, 2016, 07:01:22 AM
twitter bounty please

I can offer 0.003 btc per genuine thought-out tweet, with a cap of 100tweets in total between all participants

Payed in either bitcoin or Zion, at your choice.

For additional bounty information, please refer to this post: https://bitcointalk.org/index.php?topic=1604526.msg16107816#msg16107816


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: scammerdie on September 01, 2016, 07:28:56 AM
twitter bounty please

I can offer 0.003 btc per genuine thought out tweet with a cap of 100tweets in total.

Payed in either bitcoin or Zion, at your choice.

For additional bounty information, please refer to this post: https://bitcointalk.org/index.php?topic=1604526.msg16107816#msg16107816

100 tweets for 0.003 btc? You are dreaming.   >:(


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 01, 2016, 07:31:35 AM
twitter bounty please

I can offer 0.003 btc per genuine thought out tweet with a cap of 100tweets in total.

Payed in either bitcoin or Zion, at your choice.

For additional bounty information, please refer to this post: https://bitcointalk.org/index.php?topic=1604526.msg16107816#msg16107816

100 tweets for 0.003 btc? You are dreaming.   >:(

per genuine thought-out tweet, twitter accounts must be currently being used and have a following over 100, and crypto related.

100 tweets max between all participants.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: hdn on September 01, 2016, 07:33:34 AM
Hi DEV, what happened for those already bought monero classic earlier.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 01, 2016, 07:34:16 AM
Hi DEV, what happened for those already bought monero classic earlier.

Hi there, no problem its all brought over to Zion.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 01, 2016, 07:35:47 AM
Official Twitter: https://twitter.com/PlanZion


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: hdn on September 01, 2016, 07:38:48 AM
Hi DEV, what happened for those already bought monero classic earlier.

Hi there, no problem its all brought over to Zion.

ok ,the account will be the same ? fyi  i just click on dashboard but nothing happening.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: killerjoegreece on September 01, 2016, 07:43:36 AM
I can do the greek translation dev and start today. check pm


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: ShooterXD on September 01, 2016, 08:26:01 AM
I would like to reserve portuguese translation!

Cya


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: killerjoegreece on September 01, 2016, 08:32:55 AM
I can do the greek translation dev and start today. check pm

dev you have an inbox regarding this. a simple yes or on answer would do ;) thanks


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Caladonian on September 01, 2016, 08:38:02 AM
Official Twitter: https://twitter.com/PlanZion
already done following and re tweeting your tweet dev, looking forward for your success good luck,


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 01, 2016, 08:41:30 AM
I can do the greek translation dev and start today. check pm

dev you have an inbox regarding this. a simple yes or on answer would do ;) thanks

Check PM's


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: lombok on September 01, 2016, 08:55:53 AM
twitter bounty please

I can offer 0.003 btc per genuine thought-out tweet, with a cap of 100tweets in total between all participants

Payed in either bitcoin or Zion, at your choice.

For additional bounty information, please refer to this post: https://bitcointalk.org/index.php?topic=1604526.msg16107816#msg16107816
follow and retweet done, where i can post addres BTC?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 01, 2016, 08:57:28 AM
twitter bounty please

I can offer 0.003 btc per genuine thought-out tweet, with a cap of 100tweets in total between all participants

Payed in either bitcoin or Zion, at your choice.

For additional bounty information, please refer to this post: https://bitcointalk.org/index.php?topic=1604526.msg16107816#msg16107816
follow and retweet done, where i can post addres BTC?

Please PM me address.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Caladonian on September 01, 2016, 09:05:44 AM
i send you pm dev just got curios about the bounty rewards, thanks a lot.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: BitPotus on September 01, 2016, 09:13:53 AM
so how many Zions for 1 gram of cocaine?  ;D


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: killerjoegreece on September 01, 2016, 09:19:51 AM
The translation is complete and posted on two forums.

https://bitcointalk.org/index.php?topic=1604641.msg16109440#msg16109440

http://bitcoingarden.tk/forum/index.php?topic=10025.msg121942#msg121942

enjoy guys. waiting to receive bounty from dev :D


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: rusmana62 on September 01, 2016, 09:37:45 AM
twitter bounty please

I can offer 0.003 btc per genuine thought-out tweet, with a cap of 100tweets in total between all participants

Payed in either bitcoin or Zion, at your choice.

For additional bounty information, please refer to this post: https://bitcointalk.org/index.php?topic=1604526.msg16107816#msg16107816
follow and retweet done, where i can post addres BTC?

Please PM me address.

follow ,, retweet and PM address done


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: lkjhg on September 01, 2016, 09:42:03 AM
where link wallet?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Shockaftermoon on September 01, 2016, 09:44:09 AM
so how many Zions for 1 gram of cocaine?  ;D
30k


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Coin_trader on September 01, 2016, 09:52:30 AM
dev, kindly check PM about translation works for a bounty.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: M.minor on September 01, 2016, 10:22:22 AM
so how many Zions for 1 gram of cocaine?  ;D
          Dev run here and there, that I did -Translation 2016-08-30 08:22:24     0.02147624BTC
Address: 121pA3v8YqyBEej6wJL3gFGhj2em7GygBb
Txid: 5c08c9bae0dccb0e787787343d4fd306669cf513cbebbb12bc6670d75507acdb
Re:? [HMS] Monero Classic -in Zion coins .u I do not have my balance Zion.                  Dave Wilkinson, I understand that you're a black nigger, and you all to fuck, I hope to get in the face .... In the early to classical Monero already nerd PROJECT Zion .... Bring back my Bitcoin 0.02147624BTC 14wdDGuFK538pHwEmBKqa1WdEzHZsELwXM 0.02147624 BTC


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: bspus on September 01, 2016, 10:58:10 AM
Followed and retweeted
https://twitter.com/NickKipouros

When will the wallet be released?

Some more info on total supply and starting block reward would be nice


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: kaconk on September 01, 2016, 11:28:03 AM
received the payment for twitter campaign.
( 559300952e0e89b69f8f6fe00af2847ca56aa4a9db00223012d45563694de93e )
thank you Dave Wilkinson  :)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: gilang on September 01, 2016, 11:42:05 AM
done sir chek pm


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: azhimoet on September 01, 2016, 11:47:58 AM
Mr. Dev  :) check my pm


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: TheKB on September 01, 2016, 11:52:58 AM


http://project-zion.com (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.


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


  • The CryptoNote Whitepaper (https://cryptonote.org/whitepaper.pdf)
  • Initial Review of the CryptoNote Whitepaper (http://downloads.getmonero.org/whitepaper_review.pdf)
  • MRL-0001: A Note on Chain Reactions in Traceability in CryptoNote 2.0 (https://lab.getmonero.org/pubs/MRL-0001.pdf)
  • MRL-0002: Counterfeiting via Merkle Tree Exploits within Virtual Currencies Employing the CryptoNote Protocol (https://lab.getmonero.org/pubs/MRL-0002.pdf)
  • MRL-0003: Monero is Not That Mysterious (https://lab.getmonero.org/pubs/MRL-0003.pdf)
  • MRL-0004: Improving Obfuscation in the CryptoNote Protocol (https://lab.getmonero.org/pubs/MRL-0004.pdf)
  • MRL-0005: Ring Signature Confidential Transactions (https://lab.getmonero.org/pubs/MRL-0005.pdf)

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 (https://i.imgur.com/lDqIdyd.png)).


FAQ
For a longer FAQ, check Community FAQ (https://bitcointalk.org/index.php?topic=721045)

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.

https://i.imgur.com/dcbDq05.png

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

https://i.imgur.com/avTQPnT.png

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

https://i.imgur.com/ioewLSY.png

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).

https://i.imgur.com/QFMVqRI.png


How to describe Project Zion!

1. Go to: [XMR] Monero - A secure, private, untraceable cryptocurrency thread. Link: https://bitcointalk.org/index.php?topic=583449.0
2. Find and Replace: "Monero" with "Zion"
replace Monero

that's it!


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: albrots on September 01, 2016, 11:54:09 AM
Mr.David all task is done
kindly check my pm  :)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: ocminer on September 01, 2016, 11:54:45 AM
Iron Lion Zion...


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: bunglor on September 01, 2016, 11:56:11 AM
join twitter campaign, follow and make tweet done, sent you PM , please online


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: endlessskill on September 01, 2016, 11:57:21 AM
Interesting!
Folowing the thread!


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: ajiz138 on September 01, 2016, 12:10:26 PM
hellow Dev,
follow, status twitter , rtweet all is done..
lets check my message PM


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: 4rzun4 on September 01, 2016, 12:24:12 PM
Participated on zion twitter campaign,
please check PM.

Thanks! :)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: ErikW79 on September 01, 2016, 12:28:49 PM
Interesting, going to watch this. Going to buy some coins.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Golftech on September 01, 2016, 12:35:58 PM
following you dev lets see how this project will succeed. good luck


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: ilikemandarin on September 01, 2016, 12:36:42 PM
Buying some coins...


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Coin_trader on September 01, 2016, 12:44:22 PM
dev, kindly check PM about translation works for a bounty.
kindly check inbox sir if you have some time so that i can start working now.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: kaconk on September 01, 2016, 01:07:30 PM
ZION - Project zion on steemit  :)
https://steemit.com/news/@moh-rokib/zion-project-zion-cryptonote-based-tor-network-currency


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 01, 2016, 01:24:58 PM
ZION - Project zion on steemit  :)
https://steemit.com/news/@moh-rokib/zion-project-zion-cryptonote-based-tor-network-currency

Appreciate that, will contact you shortly.





i am receiving quite a number of inboxes in just the last hour! so guys just remember be precise in your messages and a little patient  :) i will get to all of them in time.

https://i.imgur.com/VJT1dv0.png


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: kenko on September 01, 2016, 02:26:33 PM
ZION - Project zion on steemit  :)
https://steemit.com/news/@moh-rokib/zion-project-zion-cryptonote-based-tor-network-currency

Appreciate that, will contact you shortly.





i am receiving quite a number of inboxes in just the last hour! so guys just remember be precise in your messages and a little patient  :) i will get to all of them in time.

https://i.imgur.com/VJT1dv0.png
ok be patient, please check my pm also ;)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 01, 2016, 04:10:03 PM
Buying some coins...

appreciate your support  8)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: cryptospreader on September 01, 2016, 05:10:03 PM
You have posted only one tweet. I'm following you and have already retweeted your tweet. Constructing some good tweets for you.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: starmman on September 01, 2016, 05:59:55 PM
What happened to XMC? Looks like thread closed and new project 'Zion' setup? Does this have anything to do with XMC? All looks a bit peculiar to me.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: ewibit on September 01, 2016, 06:07:05 PM
What happened to XMC? Looks like thread closed and new project 'Zion' setup? Does this have anything to do with XMC? All looks a bit peculiar to me.

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

Code:
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.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: ZayedCoin on September 01, 2016, 06:31:59 PM

Code:
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.


Thanks You Are helpful , keep Publish Good Things


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: mashcom on September 01, 2016, 06:50:41 PM
Watching.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Lafu on September 01, 2016, 07:51:16 PM
Participated on zion twitter campaign,
please check PM.

Thanks! Smiley




Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: tyz on September 01, 2016, 08:01:00 PM
If no one has reserved the German translation yet, I could do the job.
Please give me a short confirmation then I'll start translating the opening post.
Thanks!


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: ZayedCoin on September 01, 2016, 09:50:46 PM
are there going to be setup any translation bounties dev?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: lombok on September 01, 2016, 10:42:33 PM
twitter bounty please

I can offer 0.003 btc per genuine thought-out tweet, with a cap of 100tweets in total between all participants

Payed in either bitcoin or Zion, at your choice.

For additional bounty information, please refer to this post: https://bitcointalk.org/index.php?topic=1604526.msg16107816#msg16107816
follow and retweet done, where i can post addres BTC?

Please PM me address.
still not received my payment? tanks


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 01, 2016, 11:51:05 PM
https://i.imgur.com/9E0EtWI.png


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.

Quoting this for transparency, alot of people are retweeting and then sending btc address, a retweet gains 5 ZION, a genuine thought out tweet gains 0.003btc


Thanks all for your support so far.


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: kamvreto on September 02, 2016, 12:22:17 AM
https://i.imgur.com/9E0EtWI.png


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.

Quoting this for transparency, alot of people are retweeting and then sending btc address, a retweet gains 5 ZION, a genuine thought out tweet gains 0.003btc


Thanks all for your support so far.

tweet :
https://twitter.com/mamadmomod/status/771324571404427264
https://twitter.com/mamadmomod/status/771324103521341440

address : 186VumaToHxqhKF74p1mncHBdjQtm3j5Yx


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Coin_trader on September 02, 2016, 01:45:54 AM
done tweet and retweet.

PM the BTC address.


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: azhimoet on September 02, 2016, 01:48:29 AM
https://i.imgur.com/9E0EtWI.png


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.

Quoting this for transparency, alot of people are retweeting and then sending btc address, a retweet gains 5 ZION, a genuine thought out tweet gains 0.003btc


Thanks all for your support so far.
hello dev, why im not receive my bounty, i have doing all task and sent pm to you  ???


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: olcaytu2005 on September 02, 2016, 01:59:11 AM
Hey there, I pm'ed you about translation. Please respond so I can start as soon as I can. Good luck with your project. ;)


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: rindo on September 02, 2016, 02:06:12 AM
https://i.imgur.com/9E0EtWI.png

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.


Follow Zion project,,tweet,,like,,and retweet :D

#Edit I'll waiting Zion address if that is already available..


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: goldsilk on September 02, 2016, 02:15:49 AM
https://i.imgur.com/9E0EtWI.png

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.


Follow Zion project,,tweet,,like,,and retweet :D

#Edit I'll waiting Zion address if that is already available..
100 tweet for 0.003BTC or 5 zion you mean?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Digitalbitcoin on September 02, 2016, 02:24:34 AM

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.


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.


Done translation for Indian Language (HINDI)  Translation can see OP https://bitcointalk.org/index.php?topic=1605447.

Also join twitter campaign ! @Digital_Bitcoin

Waiting for detailed information as wallet, explorer, exchanger and few more.

Project Zion have good vision for decentralized Service offering.



Waiting for reply from Mod, Dev or admin. Its been long time no reply from support. Already completed many task as translation for Indian language

Followed on twitter and make retweet.

Also publish review article on coinsinfo.xyz can check http://coinsinfo.xyz/gpu/cryptonote/zion-cryptonote-based-tor-network-currency/



Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 02, 2016, 03:48:53 AM
Waiting for reply from Mod, Dev or admin. Its been long time no reply from support. Already completed many task as translation for Indian language

Followed on twitter and make retweet.

Also publish review article on coinsinfo.xyz can check http://coinsinfo.xyz/gpu/cryptonote/zion-cryptonote-based-tor-network-currency/



Thank you for your support, your bounty now payed. Please confirm received.


People please keep in mind that i cant be expected to pay bounties within the hour, or even within the day, i am receiving over 50 PM's per hour, it will take a while to sift through them and grand funds to those which are within the guidelines, and also respond to investment questions, whilst simultaneously co-ordinating development of a tor routed market and a cryptonote currency, i have quite a bit on my plate, please be patient.

I will be appointing a community manager in the near future, to deal with bounties and the community. Please send me a PM outlining your previous skills and expected weekly pay if you wish to apply.




Dave Wilkinson
President & Chief Executive Officer


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: kohonez on September 02, 2016, 04:04:04 AM
I Would like to reserve spanish translation.

 ;)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: RomanSKV on September 02, 2016, 04:13:49 AM
https://www.facebook.com/moran.cpu


https://steemit.com/@romanskv

if you send the finished material with the tags I need and will only use ctrl-c ctrl-v I can publish it.
it is desirable to specify that I am not the author but only publicist

https://twitter.com/RomanSkvRybisk?lang=ru


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Digitalbitcoin on September 02, 2016, 12:04:54 PM
Waiting for reply from Mod, Dev or admin. Its been long time no reply from support. Already completed many task as translation for Indian language

Followed on twitter and make retweet.

Also publish review article on coinsinfo.xyz can check http://coinsinfo.xyz/gpu/cryptonote/zion-cryptonote-based-tor-network-currency/



Thank you for your support, your bounty now payed. Please confirm received.


People please keep in mind that i cant be expected to pay bounties within the hour, or even within the day, i am receiving over 50 PM's per hour, it will take a while to sift through them and grand funds to those which are within the guidelines, and also respond to investment questions, whilst simultaneously co-ordinating development of a tor routed market and a cryptonote currency, i have quite a bit on my plate, please be patient.

I will be appointing a community manager in the near future, to deal with bounties and the community. Please send me a PM outlining your previous skills and expected weekly pay if you wish to apply.




Dave Wilkinson
President & Chief Executive Officer

Payment Confirmed.


Thank You.


**Already PM you about discussion.


I have also make post on steemit can check https://steemit.com/zion/@cryptocoin/zion-cryptonote-based-tor-network-currency

As well going to post on facebook pages I have ! With owning websites.


I have even post with @CoinsinfoXYZ on twitter as It posts automatically after publication.

Will this counted for bounty.


 


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: kaconk on September 02, 2016, 03:09:14 PM
Waiting for reply from Mod, Dev or admin. Its been long time no reply from support. Already completed many task as translation for Indian language

Followed on twitter and make retweet.

Also publish review article on coinsinfo.xyz can check http://coinsinfo.xyz/gpu/cryptonote/zion-cryptonote-based-tor-network-currency/



Thank you for your support, your bounty now payed. Please confirm received.


People please keep in mind that i cant be expected to pay bounties within the hour, or even within the day, i am receiving over 50 PM's per hour, it will take a while to sift through them and grand funds to those which are within the guidelines, and also respond to investment questions, whilst simultaneously co-ordinating development of a tor routed market and a cryptonote currency, i have quite a bit on my plate, please be patient.

I will be appointing a community manager in the near future, to deal with bounties and the community. Please send me a PM outlining your previous skills and expected weekly pay if you wish to apply.




Dave Wilkinson
President & Chief Executive Officer

Payment Confirmed.


Thank You.


**Already PM you about discussion.


I have also make post on steemit can check https://steemit.com/zion/@cryptocoin/zion-cryptonote-based-tor-network-currency

As well going to post on facebook pages I have ! With owning websites.


I have even post with @CoinsinfoXYZ on twitter as It posts automatically after publication.

Will this counted for bounty.


 

I am already posting about zion on steemit :)
https://steemit.com/news/@moh-rokib/zion-project-zion-cryptonote-based-tor-network-currency


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Digitalbitcoin on September 02, 2016, 04:35:29 PM
Waiting for reply from Mod, Dev or admin. Its been long time no reply from support. Already completed many task as translation for Indian language

Followed on twitter and make retweet.

Also publish review article on coinsinfo.xyz can check http://coinsinfo.xyz/gpu/cryptonote/zion-cryptonote-based-tor-network-currency/



Thank you for your support, your bounty now payed. Please confirm received.


People please keep in mind that i cant be expected to pay bounties within the hour, or even within the day, i am receiving over 50 PM's per hour, it will take a while to sift through them and grand funds to those which are within the guidelines, and also respond to investment questions, whilst simultaneously co-ordinating development of a tor routed market and a cryptonote currency, i have quite a bit on my plate, please be patient.

I will be appointing a community manager in the near future, to deal with bounties and the community. Please send me a PM outlining your previous skills and expected weekly pay if you wish to apply.




Dave Wilkinson
President & Chief Executive Officer

Payment Confirmed.


Thank You.


**Already PM you about discussion.


I have also make post on steemit can check https://steemit.com/zion/@cryptocoin/zion-cryptonote-based-tor-network-currency

As well going to post on facebook pages I have ! With owning websites.


I have even post with @CoinsinfoXYZ on twitter as It posts automatically after publication.

Will this counted for bounty.


 

I am already posting about zion on steemit :)
https://steemit.com/news/@moh-rokib/zion-project-zion-cryptonote-based-tor-network-currency

So what I post it with my own style not just copy and paste i. Also I have put thing properly with sequence to understand better. And Even I am targeting visitors to my landing page of coinsinfo.xyz.


For more information kindly contact Dev.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Digitalbitcoin on September 02, 2016, 04:41:03 PM
Basically I see more coins with based on cryptonote platform Price for them also very negotiable at start up but as time spend value get increased.

MONERO is well known example of cryptonote based coins. Which has very low price value but impact of their advantages bring value to MONERO.


ZION is also based on cryptonote algorithm.



Basically I see more coins with based on cryptonote platform Price for them also very negotiable at start up but as time spend value get increased.

MONERO is well known example of cryptonote based coins. Which has very low price value but impact of their advantages bring value to MONERO.


ZION is also based on cryptonote algorithm.


ZION have a great future. And its just begging of digital world. Still lots of innovative concept have to come true.

Day by day innovation will bring world together and transparent. And technology plays important role for it.


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Woody20285 on September 02, 2016, 08:40:50 PM
You like monero man ... Pfft!
https://bitcointalk.org/index.php?topic=583449.0
So... Zion just copies Monero graphics and it's a new project???
Copywrite violation. Hello.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 03, 2016, 01:50:26 AM
Basically I see more coins with based on cryptonote platform Price for them also very negotiable at start up but as time spend value get increased.

MONERO is well known example of cryptonote based coins. Which has very low price value but impact of their advantages bring value to MONERO.


ZION is also based on cryptonote algorithm.


ZION have a great future. And its just begging of digital world. Still lots of innovative concept have to come true.

Day by day innovation will bring world together and transparent. And technology plays important role for it.

Appreciate your support.


I will be following up on PMs shortly   8)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: roncar on September 03, 2016, 02:09:51 AM
Hello dev. if you still need Signature Campaign Manager. I would like to apply for it..

Followed and RT


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: maissyandarista on September 03, 2016, 12:25:36 PM
 i have send, where is my coin


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: yseph on September 03, 2016, 07:10:07 PM
i have send, where is my coin
dev is going to merkurius, hes bored with the earth,
me too not yet receive


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: aysha9853 on September 03, 2016, 10:19:50 PM
i have send, where is my coin

what do you tell ?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: lombok on September 03, 2016, 10:40:16 PM
payment not received, are you real dev?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Abiky on September 03, 2016, 11:25:04 PM
So basically Zion is a fork from Monero? Interesting. I will be keeping an eye to this coin as it will bring promising features to the crypto world. The Zion Marketplace looks very interesting. Also, the entry price to get Zion coins during the first days is pretty attractive to buy a good amount of coins. I hope that this project would become a success for the long term.  :D


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 04, 2016, 02:13:30 AM
So basically Zion is a fork from Monero? Interesting. I will be keeping an eye to this coin as it will bring promising features to the crypto world. The Zion Marketplace looks very interesting. Also, the entry price to get Zion coins during the first days is pretty attractive to buy a good amount of coins. I hope that this project would become a success for the long term.  :D

Thanks for your support. There will be a update a little later on today on crowdsale status, development status and a few other updates is 8) As well as sifting through and replying to the remainder of the PM's




payment not received, are you real dev?

Please refer to this previous post

Quote
Thank you for your support, your bounty now payed. Please confirm received. People please keep in mind that i cant be expected to pay bounties within the hour, or even within the day, i am receiving over 50 PM's per hour, it will take a while to sift through them and grand funds to those which are within the guidelines, and also respond to investment questions, whilst simultaneously co-ordinating development of a tor routed market and a cryptonote currency, i have quite a bit on my plate, please be patient. I will be appointing a community manager in the near future, to deal with bounties and the community. Please send me a PM outlining your previous skills and expected weekly pay if you wish to apply.


Dave Wilkinson
President & Chief Executive Officer


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: jayteez on September 04, 2016, 07:19:14 AM
Dropped a few bitcoin in, looks like a real interesting project!  :o Will be watching


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: LivingDeath on September 04, 2016, 07:50:20 AM
Where can i get a wallet?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 04, 2016, 08:48:46 AM
September 4th - Update

Hi all! well it's been an interesting few days, in between CryptoNite trials/development, onion marketplace development (tor network), a flurry of PM's & campaign management, it's been a very busy fast few days indeed. Still going through the last of the PM's, attempting to keep our professionalism first, which is one of Project Zion's core values.

We are truly grateful to have such a supporting community in such a short duration.

Crowdsale
Our crowdsale is currently 45.085% complete with just over 8,027,506 coins available out of a total of 12,700,000. Just to keep people up to date, the current price of ฿0.0000080, will be updated to ฿0.0000085 in approximately 18 hours time.


Updates
After the crowdsale has been completed, daily minor update would be published here due to popular request, and major updates will be published weekly, as we believe social interaction plays a big part in a projects success.


We are hiring!
Im in need of a community manager with a solid proven history of community management in the bitcoin/altcoin community, or other proven ventures.

We require someone who possesses the following skills:

  • Excellent reading/writing skills
  • Able to work with flexible working hours
  • Able to liaise with investors
  • Able to answer PM's and questions in a timely manner


This is a part time position, expected to put in around 6 hours of work a week, would require more than an hour a day, i can offer $20 USD or 0.0334 BTC per hour worked, 6 hours a week, in return a weekly 0.2BTC, with huge potential for ongoing work and many more hours in the near future, for the right person.

We are also in need of a social media campaign manager who is able to take control and lead of everything involved in the social media giveaways bar payments, able to keep together a spreadsheet with participating members.


I have a few people asking about wallets, as stated in the ann they are not available at this stage, they will be available on crowdsale completion. Along with more mining information posting a day or two before wallet release.





Dave Wilkinson
President & Chief Executive Officer


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: maissyandarista on September 04, 2016, 11:30:31 AM
how much coin supply


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: roncar on September 04, 2016, 12:02:09 PM
September 4th - Update

Hi all! well it's been an interesting few days, in between CryptoNite trials/development, onion marketplace development (tor network), a flurry of PM's & campaign management, it's been a very busy fast few days indeed. Still going through the last of the PM's, attempting to keep our professionalism first, which is one of Project Zion's core values.

We are truly grateful to have such a supporting community in such a short duration.

Crowdsale
Our crowdsale is currently 45.085% complete with just over 8,027,506 coins available out of a total of 12,700,000. Just to keep people up to date, the current price of ฿0.0000080, will be updated to ฿0.0000085 in approximately 18 hours time.


Updates
After the crowdsale has been completed, daily minor update would be published here due to popular request, and major updates will be published weekly, as we believe social interaction plays a big part in a projects success.


We are hiring!
Im in need of a community manager with a solid proven history of community management in the bitcoin/altcoin community, or other proven ventures.

We require someone who possesses the following skills:

  • Excellent reading/writing skills
  • Able to work with flexible working hours
  • Able to liaise with investors
  • Able to answer PM's and questions in a timely manner


This is a part time position, expected to put in around 6 hours of work a week, would require more than an hour a day, i can offer $20 USD or 0.0334 BTC per hour worked, 6 hours a week, in return a weekly 0.2BTC, with huge potential for ongoing work and many more hours in the near future, for the right person.

We are also in need of a social media campaign manager who is able to take control and lead of everything involved in the social media giveaways bar payments, able to keep together a spreadsheet with participating members.


I have a few people asking about wallets, as stated in the ann they are not available at this stage, they will be available on crowdsale completion. Along with more mining information posting a day or two before wallet release.





Dave Wilkinson
President & Chief Executive Officer


Hello dev, already applied to you for a position. I think I qualify to your 4 requirements, in addition I could extend working hours to finish works to be accomplished..  ;)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: hdn on September 04, 2016, 02:56:03 PM
Hi Dev, are you plan to distribute coin soon after crowd sale and when you going to launch wallet.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 05, 2016, 01:40:25 AM
Hi Dev, are you plan to distribute coin soon after crowd sale and when you going to launch wallet.

On crowdsale completion the process will start.




On another note, all users that send me a BTC address for bounties have now been payed  8)

I am extending the the twitter bounty to 200 users participation, i can offer 0.002btc ($1.22) to genuine well thought out tweets for those with crypto related twitter followers, and over 50 followers, tweets must link to the announcement thread. After this has been completed, please PM me BTC address & link to tweet  :)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Coin_trader on September 05, 2016, 01:49:55 AM
Hi Dev, are you plan to distribute coin soon after crowd sale and when you going to launch wallet.

On crowdsale completion the process will start.




On another note, all users that send me a BTC address for bounties have now been payed  8)

I am extending the the twitter bounty to 200 users participation, i can offer 0.002btc ($1.22) to genuine well thought out tweets for those with crypto related twitter followers, and over 50 followers, tweets must link to the announcement thread. After this has been completed, please PM me BTC address & link to tweet  :)
how about my PM sir, regarding translation?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: nor9847 on September 05, 2016, 01:56:22 AM
already follow retweet and make tweet, addres in PM


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: len01 on September 05, 2016, 04:38:26 AM
following retweet and tweet done
pm sent, thanks dev


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: mekar sari on September 05, 2016, 04:42:21 AM
price will go to moon if it is not scam
there has been no exchange dude ;D


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 05, 2016, 05:00:30 AM
price will go to moon if it is not scam
there has been no exchange dude ;D

We are still in crowdsale phase. over 45% complete.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: bitstalker on September 05, 2016, 05:28:31 AM
price will go to moon if it is not scam
there has been no exchange dude ;D

We are still in crowdsale phase. over 45% complete.
So , how to send proof for retweet ?... RT by address ?...


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 05, 2016, 05:46:47 AM
price will go to moon if it is not scam
there has been no exchange dude ;D

We are still in crowdsale phase. over 45% complete.
So , how to send proof for retweet ?... RT by address ?...

Please PM me any valid information relating to payouts and bounties.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: kenscho on September 05, 2016, 06:22:39 AM
interessting. i will watch this project


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Coin_trader on September 05, 2016, 06:26:45 AM
Filipino translation of this ANN is available now
https://bitcointalk.org/index.php?topic=1608386.0
http://bitcoingarden.tk/forum/index.php?topic=10097


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: adamgud on September 05, 2016, 09:14:33 AM
The bounty on twitter: http://promoplugs.com/SelectedCampaign.aspx?CID=193 is writes on all the options "Not enough Followers" even though I have more than 200 followers. strangely....

...oops. sorry, I did not see "All Participants must have at least 500 Followers on Twitter"


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: jayteez on September 05, 2016, 11:34:47 AM
interessting. i will watch this project



Also watching, with monero going nuts with the darknets im sure this will also steal some fame  8)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 05, 2016, 11:46:33 AM
Official Twitter Campaign


My Bitcointalk announcement: https://bitcointalk.org/index.php?topic=1608400.0
The Campaign Page: http://promoplugs.com/SelectedCampaign.aspx?CID=193


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: ctenc001 on September 05, 2016, 12:19:14 PM
The bounty on twitter: http://promoplugs.com/SelectedCampaign.aspx?CID=193 is writes on all the options "Not enough Followers" even though I have more than 200 followers. strangely....

...oops. sorry, I did not see "All Participants must have at least 500 Followers on Twitter"
I just dropped the requirement down to 250 Followers for anyone who's tried participating so far and did not meet the requirements=)
Playing around with the requirements to ensure we get the highest quality traffic possible.
-PromoPlugs


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: M.minor on September 05, 2016, 03:42:58 PM
The bounty on twitter: http://promoplugs.com/SelectedCampaign.aspx?CID=193 is writes on all the options "Not enough Followers" even though I have more than 200 followers. strangely....

...oops. sorry, I did not see "All Participants must have at least 500 Followers on Twitter"
I just dropped the requirement down to 250 Followers for anyone who's tried participating so far and did not meet the requirements=)
Playing around with the requirements to ensure we get the highest quality traffic possible.
-PromoPlugs
                       .. People! Beware of scams! .... Any false audible and sensual.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Digitalbitcoin on September 05, 2016, 03:52:06 PM
Official Twitter Campaign


My Bitcointalk announcement: https://bitcointalk.org/index.php?topic=1608400.0
The Campaign Page: http://promoplugs.com/SelectedCampaign.aspx?CID=193


Well already joined campaign. Would like to know about reward function.

As when will be reward distributed. I am using 32 bit system which dont support windows wallet service. Can I recive payment directelly In BTC as mentioned in OP.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: len01 on September 05, 2016, 03:59:20 PM
alright, i dont have enough follower on twitter
goodluck dev!


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: ctenc001 on September 05, 2016, 04:23:54 PM
Official Twitter Campaign


My Bitcointalk announcement: https://bitcointalk.org/index.php?topic=1608400.0
The Campaign Page: http://promoplugs.com/SelectedCampaign.aspx?CID=193


Well already joined campaign. Would like to know about reward function.

As when will be reward distributed. I am using 32 bit system which dont support windows wallet service. Can I recive payment directelly In BTC as mentioned in OP.
Payment is in BTC paid out by the coin dev.
I send him a list of participants once a day and he pays them out.

Payments are manual so please allow for some time


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Abiky on September 05, 2016, 11:27:06 PM
So basically Zion is a fork from Monero? Interesting. I will be keeping an eye to this coin as it will bring promising features to the crypto world. The Zion Marketplace looks very interesting. Also, the entry price to get Zion coins during the first days is pretty attractive to buy a good amount of coins. I hope that this project would become a success for the long term.  :D

Thanks for your support. There will be a update a little later on today on crowdsale status, development status and a few other updates is 8) As well as sifting through and replying to the remainder of the PM's


Sounds great. An active dev will definitely move the coin towards a better path for the long term. I'm buying ICO Zion while they are still cheap. If it gets very popular, it can be worth a whole lot more than what has been invested initially. Now, the following is just a suggestion, but will we get a mobile wallet for Android/iOS sometime in the future?  ::)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: azhimoet on September 06, 2016, 01:19:28 AM
I already joined for this campaign, still wait for next Zion Project update


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: lombok on September 06, 2016, 02:34:46 AM
Official Twitter Campaign


My Bitcointalk announcement: https://bitcointalk.org/index.php?topic=1608400.0
The Campaign Page: http://promoplugs.com/SelectedCampaign.aspx?CID=193
nice giveaway and payment so big ;D


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: jeewaka on September 06, 2016, 03:59:36 AM
so he is running 2 ICO's at once and you guys believe him?
The other one is called the Monero Classic ICO :-)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 06, 2016, 04:13:57 AM
so he is running 2 ICO's at once and you guys believe him?
The other one is called the Monero Classic ICO :-)

incorrect, read the ann.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Coin_trader on September 06, 2016, 04:26:00 AM
Filipino translation of this ANN is available now
https://bitcointalk.org/index.php?topic=1608386.0
http://bitcoingarden.tk/forum/index.php?topic=10097

i sent a PM about this sir Dave.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Kenzai on September 06, 2016, 04:32:45 AM
Ok dev , check Pm ...  8)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 06, 2016, 04:42:13 AM
Minor Update

Crowdsale 47.6224% Complete

7,815,106 available out of a 12,700,000 total.

The price has been changed from 0.0000080 to 0.0000085 BTC per coin as stated in the announcement thread, next price increase ~3days unless sold out prior.


I appreciate all the assistance and supporters from our backers, almost 50% complete in 3 days is an amazing response! Thank You!








Dave Wilkinson
President & Chief Executive Officer


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: notnormals on September 06, 2016, 11:20:30 AM
Minor Update

Crowdsale 47.6224% Complete

7,815,106 available out of a 12,700,000 total.

The price has been changed from 0.0000080 to 0.0000085 BTC per coin as stated in the announcement thread, next price increase ~3days unless sold out prior.


I appreciate all the assistance and supporters from our backers, almost 50% complete in 3 days is an amazing response! Thank You!








Dave Wilkinson
President & Chief Executive Officer




Looks line an amazing project, glad to be a part of it.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: axllht on September 06, 2016, 01:29:59 PM
Where can I find wallet? And how to earn bounties for following or retweets


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: jayteez on September 07, 2016, 03:21:58 AM
Great project! Will go far with its own darknet


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: kenscho on September 07, 2016, 07:04:43 AM
updates??


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: marcelocoin on September 07, 2016, 07:44:39 AM
Retweet marcello: The perfect currency for the perfect tor routed market $ZION

Are you in?

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

$XMR $BTC #BTC

Wallet btc: 1EB1TaHfpfnnusAYVzLo8Aa3QVAqMA2XbJ


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Coin_trader on September 07, 2016, 08:00:40 AM


Please PM me any valid information relating to payouts and bounties.
i have sent PM regarding translation bounty sir.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: mashcom on September 07, 2016, 08:31:51 AM
Sent you another pm.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: lockepi on September 07, 2016, 10:11:28 AM
is the funds kept in escrow?
has anything been developed?
what is to be done with the funds?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 07, 2016, 03:30:58 PM
is the funds kept in escrow?
has anything been developed?
what is to be done with the funds?
Funds will be kept in escrow and a public address available on completion, so investors are able to see just how much has/is being used.

Development is ongoing, will have the tor market link to show in a few days before crowdsale completion, just to give a little insight and to show development is actually ongoing  8)

funds will be spent only on coin & marketplace maintenance/development over a long period, private server for the tor market, also for a exclusive listing on bittrex marketing & graphic design/revamp.




Dave Wilkinson

President & Chief Executive Officer


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: lockepi on September 07, 2016, 03:36:50 PM
is the funds kept in escrow?
has anything been developed?
what is to be done with the funds?
Funds will be kept in escrow and a public address available on completion, so investors are able to see just how much has/is being used.

Development is ongoing, will have the tor market link to show in a few days before crowdsale completion, just to give a little insight and to show development is actually ongoing  8)

funds will be spent only on coin & marketplace maintenance/development over a long period, private server for the tor market, also for a exclusive listing on bittrex marketing & graphic design/revamp.




Dave Wilkinson

President & Chief Executive Officer


who is the escrow?
how long until the escrow release it?
when will tor market be completed?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Golftech on September 07, 2016, 03:47:18 PM
watching this thread to check the potentials of this coin to grow big, i will be reading more details and observed how the community react with this project dev, good luck to you keep moving up mate.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: jayteez on September 08, 2016, 11:14:48 AM
At lleast ther is solid updates, this project should go far  8)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Mgrover on September 08, 2016, 03:50:07 PM
when it will be in exchanges


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Abiky on September 08, 2016, 10:28:09 PM
is the funds kept in escrow?
has anything been developed?
what is to be done with the funds?
Funds will be kept in escrow and a public address available on completion, so investors are able to see just how much has/is being used.

Development is ongoing, will have the tor market link to show in a few days before crowdsale completion, just to give a little insight and to show development is actually ongoing  8)

funds will be spent only on coin & marketplace maintenance/development over a long period, private server for the tor market, also for a exclusive listing on bittrex marketing & graphic design/revamp.




Dave Wilkinson

President & Chief Executive Officer


Thanks for the update dev. Hopefully, once we are near to crowdsale completion we will get a sneek peak of the upcoming features that ZION will bring. I have the feeling that this crypto is going to be huge so it is best to buy cheap ICO coins before its price starts to go to the moon once it hits exchanges. What I like the most about this coin is the marketplace. Hope that everything goes on accordingly towards long term success.  :D


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 09, 2016, 06:31:57 AM
Crowdsale Over 50% complete! thank you to all supporters!

in 24 hours we will be increasing the crowdsale price to the next stage as per announcement thread.

Twitter bounties are still in place, other various bounties are still in place, please PM me for bounties.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Coin_trader on September 09, 2016, 07:04:14 AM
Crowdsale Over 50% complete! thank you to all supporters!

in 24 hours we will be increasing the crowdsale price to the next stage as per announcement thread.

Twitter bounties are still in place, other various bounties are still in place, please PM me for bounties.


i have PM about this...

Filipino translation of this ANN is available now
https://bitcointalk.org/index.php?topic=1608386.0
http://bitcoingarden.tk/forum/index.php?topic=10097



Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 10, 2016, 01:12:14 AM
Crowdsale Over 50% complete! thank you to all supporters!

in 24 hours we will be increasing the crowdsale price to the next stage as per announcement thread.

Twitter bounties are still in place, other various bounties are still in place, please PM me for bounties.


i have PM about this...

Filipino translation of this ANN is available now
https://bitcointalk.org/index.php?topic=1608386.0
http://bitcoingarden.tk/forum/index.php?topic=10097


Will be replying to the next batch of PM's over the next 24hours  :)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: hdn on September 10, 2016, 02:05:20 AM
Crowdsale Over 50% complete! thank you to all supporters!

in 24 hours we will be increasing the crowdsale price to the next stage as per announcement thread.

Twitter bounties are still in place, other various bounties are still in place, please PM me for bounties.


i have PM about this...

Filipino translation of this ANN is available now
https://bitcointalk.org/index.php?topic=1608386.0
http://bitcoingarden.tk/forum/index.php?topic=10097


Will be replying to the next batch of PM's over the next 24hours  :)


Hi Dev, can we top up the investment use existing account?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: davide72 on September 10, 2016, 02:09:52 AM
i would love to apply for twitter bounties! shell i do something or just follow and RT?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: thegunner on September 10, 2016, 02:15:39 AM
waiting for further news :)


Title: Re: [ANN] ZION - Project Zion - CryptoNote-Based Tor Network Currency
Post by: ricku on September 10, 2016, 03:12:21 AM
https://i.imgur.com/9E0EtWI.png


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.


Please give time for bounties to be payed out (please do not send multiple PM's or spam the thread, this will only delay the process)
Which one among these bounty have been completed by the dev? i may not know about the rest but i have not seen anybody wearing the signature, is there no campaign manager yet?
There are other bounties available too, will send the dev pm now because this coin might bring back the dead silk road.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: jayteez on September 12, 2016, 06:19:54 AM
Not long now, this project is going rise so hard as soon as the market is released


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 12, 2016, 07:40:30 AM
Not long now, this project is going rise so hard as soon as the market is released

crowdsale is going amazingly well, i have no doubt we will sell out  8)

we have past the 50% mark which was the minimum threshold which means the project is locked in and we have started interview process for various additional developers/managers/community assistants & as well as long term advertisements. This truly will be an invigorating project!


We are preparing to get some kind of demo up and running for the darknet market to show our investors before crowdsale ends, should be in the next update.


Quote
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 (current tier)
Day 10     |  ฿0.00001 per coin






Dave Wilkinson
President & Chief Executive Officer


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Coin_trader on September 12, 2016, 08:12:18 AM
still i'm not yet receiving my translation bounty.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Coin_trader on September 12, 2016, 08:39:53 AM
still i'm not yet receiving my translation bounty.

Just checked my PM's

Your bounty has now been payed out  8)

thank you very much sir, you're just in time.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: kenscho on September 12, 2016, 09:02:03 AM
Updates?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 12, 2016, 09:02:55 AM
Updates?

around half an hour ago was the last minor update.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: niksdt101 on September 13, 2016, 08:35:09 AM
@dev i have  completed the twitter tasks, re-tweeted all tweets..pm send.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 13, 2016, 11:59:04 AM
https://i.imgur.com/mJbS2TT.png


Sneak Peak of ZionMarket Vendor Dashboard - 13/9/16

https://i.imgur.com/Pf3lsf3.png


Gooday altcoin enthusiasts and investors, we are currently over 52% complete in terms of funds raised and about to transition in the the final stage of the crowdsale. As agreed after the 50% mark has passed its all systems go and everything is locked in. Our lead dev has been making amazing progress and has been working flat out for the last week, the screenshot above is the beta dashboard of ZionMarket, as you can see we have a modern design with many custom features, thats just a taste, many more custom coded features to be integrated, together we will become the leader of tor markets.


Additional Features


  • Admin panel includes a full fledged management system.
  • Improved Security and Scalability
  • Built-in Product Variations
  • Downloadable Products Ready
  • Product Filters
  • Simplistic Conversations
  • Multi-Language
  • Smart Search
  • Tags
  • Non Duplicate Content Preventative
  • Option Combinations
  • Automated Commission Payout
  • Sequential Options


Bitcoin integration penetration tests have proven a success, now we will begin ZION integration and security penetration testing. These last steps are extremely important for successful operation of a onion marketplace.






Dave Wilkinson
President & Chief Executive Officer


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: jayteez on September 13, 2016, 12:07:19 PM
Looking dope! happy to see some progress, this ico will dominate  8)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: q6677960canwo7735@163.c on September 13, 2016, 01:17:54 PM
btctalk bounty?I want do some thing earn some btc


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: notnormals on September 13, 2016, 01:41:50 PM
I am proud to be able to release the real identity of, Dave Wilkinson, President & Chief Executive Officer of Project Zion, out into the public domain.


https://www.whitehouse.gov/administration/eop/sicp/staff/wilkinson (https://www.whitehouse.gov/administration/eop/sicp/staff/wilkinson)







(Not a real fact, but I thought it was funny considering what the real Dave Wilkinson from the White House does)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: niksdt101 on September 13, 2016, 04:08:58 PM
hello @dev is this coin pow now ? or pos ? is there a wallet build available for us ?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: aysha9853 on September 13, 2016, 11:20:46 PM
hi dev when zion will have an exchange ? :)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 14, 2016, 01:35:55 AM
hi dev when zion will have an exchange ? :)
Yes, dion will have bittrex as i am pledging ~3btc of the crowdsale funds to exclusive coin listing, also poloniex requests will be placed, and possibly yobit if investors wish.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Lafu on September 14, 2016, 01:42:15 AM
When does PoW algorithm: CryptoNight  start


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: euggio on September 14, 2016, 01:29:05 PM
Hi small community, I've just bought some. Hope this project will succeed.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 14, 2016, 01:46:20 PM
Hi small community, I've just bought some. Hope this project will succeed.

Appreciate the support, i have the dedication and drive it needs, i have dedicated alot of my time to this project so failure is not an option.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: euggio on September 14, 2016, 01:56:10 PM
Hi small community, I've just bought some. Hope this project will succeed.

Appreciate the support, i have the dedication and drive it needs, fail is not in my vocabulary.

Very good. Keep it up.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: jayteez on September 15, 2016, 03:11:03 AM
just brought a little more, looking promising and enjoying the regular updates  8)

Im buying all i can  :o

Does someone want to give me a 10btc loan? ;D


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: DeadBirdzz on September 15, 2016, 03:29:41 AM
so many newbies buying the new drugs token Zion.

Must be legit.

 ::)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: pcoin on September 15, 2016, 03:46:00 AM
This project look really nice, when will the marketplace be ready?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Lafu on September 15, 2016, 08:34:29 AM
Waiting for Lunch miner is ready !!!!! :)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: sheeshkababage on September 15, 2016, 10:38:22 AM
Yeah so I'm waiting on confirmation of what happens next after investing into this crowdfund but so far it's been 2 days and nothing. Looking for some reassurance here! Things like this make people think it's a scam!


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: pcoin on September 15, 2016, 11:00:56 AM
so many newbies buying the new drugs token Zion.

Must be legit.

 ::)
drugs token? will this bring back the silk road and other dark web activities? reincarnations of hard drugs marketplaces?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: DeadBirdzz on September 15, 2016, 11:12:00 AM
so many newbies buying the new drugs token Zion.

Must be legit.

 ::)
drugs token? will this bring back the silk road and other dark web activities? reincarnations of hard drugs marketplaces?

well if one is to believe Mr Wilkinson, that's his plan.

Zion will be the NUMBER ONE dark market place.

Drugs, Sex and Hitmen  ;)


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: pcoin on September 15, 2016, 11:37:44 AM
so many newbies buying the new drugs token Zion.

Must be legit.

 ::)
drugs token? will this bring back the silk road and other dark web activities? reincarnations of hard drugs marketplaces?

well if one is to believe Mr Wilkinson, that's his plan.

Zion will be the NUMBER ONE dark market place.

Drugs, Sex and Hitmen  ;)
That will really be a challenge for bitcoin because it might unseat the bitcoin from his throne as the darknet king.
Waiting .....................................


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Coin_trader on September 15, 2016, 11:57:21 AM
so many newbies buying the new drugs token Zion.

Must be legit.

 ::)
drugs token? will this bring back the silk road and other dark web activities? reincarnations of hard drugs marketplaces?

well if one is to believe Mr Wilkinson, that's his plan.

Zion will be the NUMBER ONE dark market place.

Drugs, Sex and Hitmen  ;)
leave us alone.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: ricku on September 15, 2016, 12:16:40 PM
The way i see this coin is that it is backed by the owners of the shut down darkweb marketplaces that wants to come together to form an indomitable team and i wish them good luck.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: jayteez on September 15, 2016, 12:26:14 PM
Not longnowww


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: hdn on September 16, 2016, 04:42:32 AM
Hi Dev,Crowdsale is now completed so what is your forward plan?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: ricku on September 16, 2016, 06:16:36 AM
A giant 84.86% sold this is awesome and it shows that people are committed toward privacy of their transactions and like to remain anonymous while doing their business.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: jayteez on September 16, 2016, 06:57:16 AM
https://i.imgur.com/mJbS2TT.png


Sneak Peak of ZionMarket Vendor Dashboard - 13/9/16

https://i.imgur.com/Pf3lsf3.png


Gooday altcoin enthusiasts and investors, we are currently over 52% complete in terms of funds raised and about to transition in the the final stage of the crowdsale. As agreed after the 50% mark has passed its all systems go and everything is locked in. Our lead dev has been making amazing progress and has been working flat out for the last week, the screenshot above is the beta dashboard of ZionMarket, as you can see we have a modern design with many custom features, thats just a taste, many more custom coded features to be integrated, together we will become the leader of tor markets.


Additional Features


  • Admin panel includes a full fledged management system.
  • Improved Security and Scalability
  • Built-in Product Variations
  • Downloadable Products Ready
  • Product Filters
  • Simplistic Conversations
  • Multi-Language
  • Smart Search
  • Tags
  • Non Duplicate Content Preventative
  • Option Combinations
  • Automated Commission Payout
  • Sequential Options


Bitcoin integration penetration tests have proven a success, now we will begin ZION integration and security penetration testing. These last steps are extremely important for successful operation of a onion marketplace.






Dave Wilkinson
President & Chief Executive Officer


Is it possible to throw up a demo in slack on the clearnet? This dashboard looks joy  :o


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: hdn on September 16, 2016, 07:12:23 AM
Zion will be next to move after Eth classic hi hi


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on September 16, 2016, 10:54:51 AM
Zion will be next to move after Eth classic hi hi

yep! market cap x100 to start with

slow steady progress is what our values and goals are, but saying that, the market cap will be considerably low.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: ether19 on September 16, 2016, 12:26:49 PM
Malayalam Translation of Project Zion

https://bitcointalk.org/index.php?topic=1618593.new#new


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: euggio on September 16, 2016, 12:44:15 PM
Think crowdsale is over now from dev's last update.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: jayteez on September 16, 2016, 12:55:44 PM
Not just yet 7 hours to go


Update | Day 16


Tier 3 funding is now complete.

We are now on the final day of crowdfunding, all orders sent after 20:00 GMT will be rejected. So far we have managed to sell 10,771,666 coins, 1,928,334 remain. A giant 84.86% sold  8) This is an excellent result so far, overwhelmed with the community support.


Wallets will be released on crowdsale completion @ 20:00 GMT, all investors will receive an email with a link on how to retreive your coins.


Final Tier Countdown.

http://www.pending.me.uk/cdc/bla2_1474056000.png (http://www.pending.me.uk)






Dave Wilkinson
President & Chief Executive Officer



Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: mashcom on September 16, 2016, 12:57:13 PM
Finished, finally but what about the red trust you received?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Lafu on September 16, 2016, 01:00:54 PM
When will be Lunch?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: jayteez on September 16, 2016, 01:02:02 PM
When will be Lunch?

Therr were 4 tiers, last tier runs for 24 hours.. 7 hours to go


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: DeadBirdzz on September 16, 2016, 01:03:24 PM
Finished, finally but what about the red trust you received?

oh yeah, this reminds me a bit of the OPHION Scammer

https://bitcointalk.org/index.php?topic=1464725.240

 ;D


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: jayteez on September 16, 2016, 01:19:32 PM
Finished, finally but what about the red trust you received?

oh yeah, this reminds me a bit of the OPHION Scammer

https://bitcointalk.org/index.php?topic=1464725.240

 ;D

You guys will post anything to stop people investing, less people investing = lower marketcap and more percentage share for you  ;D not stupid


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: DeadBirdzz on September 16, 2016, 01:21:46 PM
@ jayteez

I haven't put a single satoshi towards this scam you fucking shill

 :-*



Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: cryptodevil on September 16, 2016, 03:57:04 PM
Dave Wilkinson
President & Chief Executive Officer


Of what?





Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: Dave Wilkinson on September 16, 2016, 04:04:20 PM
Dave Wilkinson
President & Chief Executive Officer


Of what?




Zion.

I see you have about 9999 negative feedback given out just recently, feel big? to accuse 500 different projects of being a scam with no actual proof?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: ricku on September 16, 2016, 05:01:08 PM
@ cryptodevil, you are an anti scam crusader and people here respect your judgement alot @ Dave Wilkinson, it is not wise to bully the DT members on this forum because they often have good insight and their judgement are final but you can table your matter before the person that gave you the negative trust and he/she might remove it and even give you positive one if you are able to convince him/her.


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: hdn on September 17, 2016, 01:40:14 AM
Not just yet 7 hours to go


Update | Day 16


Tier 3 funding is now complete.

We are now on the final day of crowdfunding, all orders sent after 20:00 GMT will be rejected. So far we have managed to sell 10,771,666 coins, 1,928,334 remain. A giant 84.86% sold  8) This is an excellent result so far, overwhelmed with the community support.


Wallets will be released on crowdsale completion @ 20:00 GMT, all investors will receive an email with a link on how to retreive your coins.


Final Tier Countdown.

http://www.pending.me.uk/cdc/bla2_1474056000.png (http://www.pending.me.uk)






Dave Wilkinson
President & Chief Executive Officer



Good day Dev,
Waiting ur email for the zion coin



Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: cryptodevil on September 17, 2016, 07:48:16 AM

So Zion is an incorporated company then? Which jurisdiction?



Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: coinmenace on September 17, 2016, 10:19:04 AM
Dave Wilkinson
President & Chief Executive Officer


Of what?




Zion.

I see you have about 9999 negative feedback given out just recently, feel big? to accuse 500 different projects of being a scam with no actual proof?

Are you also the developer of the coin/blockchain?

Are you also involved in other crypto projects?

With the ICO, what are the conditions of releasing the collected BTC in ICO by escrow (if any)? Is there timeline/roadmap for releases & how when the funds will be used? What happens to unsold coins?


Title: Re: [ANN] Zion - Project Zion - CryptoNote-Based Tor Network Currency
Post by: DeadBirdzz on September 17, 2016, 10:27:03 AM
Dave Wilkinson
President & Chief Executive Officer


Of what?




Zion.

I see you have about 9999 negative feedback given out just recently, feel big? to accuse 500 different projects of being a scam with no actual proof?

Are you also the developer of the coin/blockchain?

Are you also involved in other crypto projects?

With the ICO, what are the conditions of releasing the collected BTC in ICO by escrow (if any)? Is there timeline/roadmap for releases & how when the funds will be used? What happens to unsold coins?


This is the PM Dave Wilkinson sent to me:

"Hi there, i noticed your constant posting on the thread, myself and the cofounder are escrow."

Tells you all really, doesn't it?

 ::)


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Coin_trader on September 17, 2016, 02:11:28 PM
Finished, finally but what about the red trust you received?
not all red marks are really bad, sometimes it is cause by some idiots just giving red trust without any proof.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: pcoin on September 17, 2016, 05:22:22 PM
Dev with negative trusts are not common and this will also have negative effect on the acceptance of their coin and its future project.
I backed out.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: williamjc1 on September 17, 2016, 10:39:50 PM
been scammed?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on September 18, 2016, 05:58:28 AM
Dev with negative trusts are not common and this will also have negative effect on the acceptance of their coin and its future project.
I backed out.

correct, and we will do our best to get it removed. This one idiot has given over 300 people bad feedback over a 48 hour period, he has done no research, its all just an assumption.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: DeadBirdzz on September 18, 2016, 06:25:15 AM
when email received

Answer this......

And why the fuck hasn't the main page of ZION changed yet?

It still shows that there are 1889834 zions for sale @ 90 satoshis each.

And oh, Hi Dave

 ;D


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on September 18, 2016, 07:10:08 AM
Dev with negative trusts are not common and this will also have negative effect on the acceptance of their coin and its future project.
I backed out.

correct, and we will do our best to get it removed. This one idiot has given over 300 people bad feedback over a 48 hour period, he has done no research, its all just an assumption.

Well this idiot knows a scam ICO when he sees it, 'Dave'.

300 in 48 hours? Bullshit.

So, as I said, Mr 'President and CEO', which jurisdiction is this 'Zion' company you are an executive officer for incorporated in?



All you are doing is slowing the process for our investors, and making their investment worth less   :) You try run a successful coin with negative feedback from a trigger happy sad boy in his mothers basement, with no evidence or proof.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: cryptodevil on September 18, 2016, 07:10:57 AM

Dev with negative trusts are not common and this will also have negative effect on the acceptance of their coin and its future project.
I backed out.

correct, and we will do our best to get it removed. This one idiot has given over 300 people bad feedback over a 48 hour period, he has done no research, its all just an assumption.

Well this idiot knows a scam ICO when he sees it, 'Dave'.

300 in 48 hours? Bullshit.

So, as I said, Mr 'President and CEO', which jurisdiction is this 'Zion' company you are an executive officer for incorporated in?




Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: DeadBirdzz on September 18, 2016, 07:29:58 AM
Dev with negative trusts are not common and this will also have negative effect on the acceptance of their coin and its future project.
I backed out.

correct, and we will do our best to get it removed. This one idiot has given over 300 people bad feedback over a 48 hour period, he has done no research, its all just an assumption.

Well this idiot knows a scam ICO when he sees it, 'Dave'.

300 in 48 hours? Bullshit.

So, as I said, Mr 'President and CEO', which jurisdiction is this 'Zion' company you are an executive officer for incorporated in?



All you are doing is slowing the process for our investors, and making their investment worth less   :) You try run a successful coin with negative feedback from a trigger happy sad boy in his mothers basement, with no evidence or proof.

What?

You already throwing in the towel Dave?

Are you already looking for an excuse to exit your little scam?

You going to blame Cryptodevil for the failure of Zion?

Lol, sounds just like the Ophion fiasco.

So Dave, what is it gonna be?

We waiting....


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: wavefan on September 18, 2016, 07:55:15 AM
i am confused  ??? is this a safe investment if i put my BTC into ZION? when the twitter bounty will be given out? how much total btc raised so far? where can i find the escrow information for this crowdsell?
thanx


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: DeadBirdzz on September 18, 2016, 11:01:25 AM
Errr Dave mate,

Wallets will be released on crowdsale completion @ 20:00 GMT, all investors will receive an email with a link on how to retreive your coins.

If I am not mistaken, sale's been completed for ages now......

What's going on?

care to inform your "investors" please?

Cheers


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on September 18, 2016, 11:56:35 AM
nothing will be releaed with you girls fudding the thread, you arent even invested, go play with your blowup dolls or something  ;D



Wallets are being prepared as we speak, slightly longer delay than expected.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: cryptodevil on September 18, 2016, 02:18:42 PM
nothing will be releaed with you girls fudding the thread, you arent even invested, go play with your blowup dolls or something  ;D

Not exactly the language of a "President and CEO", is it, 'Dave'?

Which jurisdiction did you say your company is incorporated in? You know, the company for which you're the "President and CEO", what with the E and O in CEO standing for Executive Officer. That title denotes a person named on the company's statutory docs as Director.

So where is Zion incorporated?



Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: chousbwxx on September 18, 2016, 02:27:03 PM
Dev with negative trusts are not common and this will also have negative effect on the acceptance of their coin and its future project.
I backed out.

correct, and we will do our best to get it removed. This one idiot has given over 300 people bad feedback over a 48 hour period, he has done no research, its all just an assumption.

Well this idiot knows a scam ICO when he sees it, 'Dave'.

300 in 48 hours? Bullshit.

So, as I said, Mr 'President and CEO', which jurisdiction is this 'Zion' company you are an executive officer for incorporated in?



All you are doing is slowing the process for our investors, and making their investment worth less   :) You try run a successful coin with negative feedback from a trigger happy sad boy in his mothers basement, with no evidence or proof.

What?

You already throwing in the towel Dave?

Are you already looking for an excuse to exit your little scam?

You going to blame Cryptodevil for the failure of Zion?

Lol, sounds just like the Ophion fiasco.

So Dave, what is it gonna be?

We waiting....

Must be locking the thread, and then run away with funds. Bad ass OP


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: DeadBirdzz on September 18, 2016, 02:29:14 PM
nothing will be releaed with you girls fudding the thread, you arent even invested, go play with your blowup dolls or something  ;D



Wallets are being prepared as we speak, slightly longer delay than expected.

My blow-up Doll's called Dave Wilkinson and I am currently playing with you.

 ;D

And what? Are you that much of a sissy that you won't release anything because of FUD?

 ::)


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on September 18, 2016, 02:45:01 PM
nothing will be releaed with you girls fudding the thread, you arent even invested, go play with your blowup dolls or something  ;D



Wallets are being prepared as we speak, slightly longer delay than expected.

My blow-up Doll's called Dave Wilkinson and I am currently playing with you.

 ;D

And what? Are you that much of a sissy that you won't release anything because of FUD?

 ::)

Your playing with my investors, not me  ;)


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: TheKB on September 18, 2016, 08:39:33 PM
nothing will be releaed with you girls fudding the thread, you arent even invested, go play with your blowup dolls or something  ;D



Wallets are being prepared as we speak, slightly longer delay than expected.

My blow-up Doll's called Dave Wilkinson and I am currently playing with you.

 ;D

And what? Are you that much of a sissy that you won't release anything because of FUD?

 ::)

Your playing with my investors, not me  ;)

hi dave, what is the update for investors?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Hueristic on September 19, 2016, 01:52:52 AM
ICO is over, back off the dev and let us see if he can develop.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on September 19, 2016, 12:15:39 PM
nothing will be releaed with you girls fudding the thread, you arent even invested, go play with your blowup dolls or something  ;D



Wallets are being prepared as we speak, slightly longer delay than expected.

My blow-up Doll's called Dave Wilkinson and I am currently playing with you.

 ;D

And what? Are you that much of a sissy that you won't release anything because of FUD?

 ::)

Your playing with my investors, not me  ;)

hi dave, what is the update for investors?

a delay on wallets, due to a security issue, would rather be late than compromise investments/security.


hold in there.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: DeadBirdzz on September 19, 2016, 12:21:40 PM
nothing will be releaed with you girls fudding the thread, you arent even invested, go play with your blowup dolls or something  ;D



Wallets are being prepared as we speak, slightly longer delay than expected.

My blow-up Doll's called Dave Wilkinson and I am currently playing with you.

 ;D

And what? Are you that much of a sissy that you won't release anything because of FUD?

 ::)

Your playing with my investors, not me  ;)

hi dave, what is the update for investors?

a delay on wallets, due to a security issue, would rather be late than compromise investments/security.


hold in there.

sure Mr Wilkinson, I'll hold for you and "your dear investors"...... ;)


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on September 19, 2016, 01:54:29 PM
nothing will be releaed with you girls fudding the thread, you arent even invested, go play with your blowup dolls or something  ;D



Wallets are being prepared as we speak, slightly longer delay than expected.

My blow-up Doll's called Dave Wilkinson and I am currently playing with you.

 ;D

And what? Are you that much of a sissy that you won't release anything because of FUD?

 ::)

Your playing with my investors, not me  ;)

hi dave, what is the update for investors?

a delay on wallets, due to a security issue, would rather be late than compromise investments/security.


hold in there.

sure Mr Wilkinson, I'll hold for you and "your dear investors"...... ;)

This guy is funny, he thinks everything is a fairytale.

could some of my investors post to show this junior that people are actually invested.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on September 19, 2016, 02:06:10 PM
My purchase of # 159 is safe? Dev - answer me.

My transaction:
    Order Number:
    159
    Date:
    September 18, 2016
    Total:
    ฿0.1746000
    Payment Method:
    Bitcoin Payment

     Order #159
Product    Quantity    Price
Zion Currency
   19400    ฿0.1746000
Subtotal:    ฿0.1746000
Payment Method:    Bitcoin Payment
Total:    ฿0.1746000


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: gilang on September 19, 2016, 02:08:14 PM
good project zion i support and like it


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: rocketsTmac on September 19, 2016, 02:18:06 PM
The title is still 24 hours to go, it should be finished on 10th, wow, more than 10 days crowdsale..


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on September 19, 2016, 02:20:51 PM
Can we buy more dev? http://project-zion.com/


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: DeadBirdzz on September 19, 2016, 02:29:15 PM
My purchase of # 159 is safe? Dev - answer me.

My transaction:
    Order Number:
    159
    Date:
    September 18, 2016
    Total:
    ฿0.1746000
    Payment Method:
    Bitcoin Payment

     Order #159
Product    Quantity    Price
Zion Currency
   19400    ฿0.1746000
Subtotal:    ฿0.1746000
Payment Method:    Bitcoin Payment
Total:    ฿0.1746000


^^^^^^^^^^^^^^^

Hey Dave,

one of your investors just posted a direct question to you.

Maybe you should answer him asap innit?

 :-*


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on September 19, 2016, 02:33:04 PM
My purchase of # 159 is safe? Dev - answer me.

My transaction:
    Order Number:
    159
    Date:
    September 18, 2016
    Total:
    ฿0.1746000
    Payment Method:
    Bitcoin Payment

     Order #159
Product    Quantity    Price
Zion Currency
   19400    ฿0.1746000
Subtotal:    ฿0.1746000
Payment Method:    Bitcoin Payment
Total:    ฿0.1746000


^^^^^^^^^^^^^^^

Hey Dave,

one of your investors just posted a direct question to you.

Maybe you should answer him asap innit?

 :-*

BTC my address is: 1ChpJPpDbnhUH6Bfe5mkyNDRBusxGayzqY
My transaction : https://blockchain.info/pl/tx/f049578b03980f3f85ed6558b0a4597097ead173279fb8aa80123f531102edf9

My purchase of # 159 is safe? Dev - answer me.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: pradalady on September 19, 2016, 02:37:01 PM
My purchase of # 159 is safe? Dev - answer me.

My transaction:
    Order Number:
    159
    Date:
    September 18, 2016
    Total:
    ฿0.1746000
    Payment Method:
    Bitcoin Payment

     Order #159
Product    Quantity    Price
Zion Currency
   19400    ฿0.1746000
Subtotal:    ฿0.1746000
Payment Method:    Bitcoin Payment
Total:    ฿0.1746000


^^^^^^^^^^^^^^^

Hey Dave,

one of your investors just posted a direct question to you.

Maybe you should answer him asap innit?

 :-*

BTC my address is: 1ChpJPpDbnhUH6Bfe5mkyNDRBusxGayzqY
My transaction : https://blockchain.info/pl/tx/f049578b03980f3f85ed6558b0a4597097ead173279fb8aa80123f531102edf9

My purchase of # 159 is safe? Dev - answer me.

You are senior member, you should have ability to distinguish, AFAIK, many reputable members alarm this project, risky project, you don't research before invest?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: euggio on September 20, 2016, 12:16:46 AM
Let the manager deliver on his promise first, and then...


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on September 20, 2016, 04:22:46 AM
Dev - please you to grant me an answer.


I wait 12 hours - and I submit the matter to the police. For cells that specializes in such matters. They already have a lot of success and detention.

I still hope that you write back - and that the project is LEGIT.



Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: rajeshgarnaik on September 20, 2016, 07:24:02 AM
when is the launch


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: DeadBirdzz on September 20, 2016, 10:52:15 AM
unlikely.



will be setting up our own forum to keep away from this disease ridden place.

shouldn't you be addressing your investor's concerns first instead of paying attention to us "disease- ridden" trolls?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: cryptodevil on September 20, 2016, 10:53:19 AM
will be setting up our own forum to keep away from this disease ridden place.

What a surprise from Mr 'President and CEO' of nothing.

Running for the exit because his scam has been rumbled.

Don't let the door hit you on the ass on your way out.





Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: DanWalker on September 20, 2016, 03:23:07 PM
and then what?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on September 20, 2016, 03:52:12 PM
My purchase of # 159 is safe? Dev - answer me.

My transaction:
    Order Number:
    159
    Date:
    September 18, 2016
    Total:
    ฿0.1746000
    Payment Method:
    Bitcoin Payment

     Order #159
Product    Quantity    Price
Zion Currency
   19400    ฿0.1746000
Subtotal:    ฿0.1746000
Payment Method:    Bitcoin Payment
Total:    ฿0.1746000


BTC my address is: 1ChpJPpDbnhUH6Bfe5mkyNDRBusxGayzqY
My transaction : https://blockchain.info/pl/tx/f049578b03980f3f85ed6558b0a4597097ead173279fb8aa80123f531102edf9

My purchase of # 159 is safe? Dev - answer me.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: xdrzrex on September 20, 2016, 04:08:27 PM
Just found and curious - can you vouch for OP ?
Quote
Dave Wilkinson
Trust: -2: -1 / +0
Warning: Trade with extreme caution!


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: euggio on September 20, 2016, 05:36:30 PM
DEV - please refund of 0.1746 BTC My adres BTC is:  1ChpJPpDbnhUH6Bfe5mkyNDRBusxGayzqY

or write - when I get my ZION

or I go to Police.

Brrrrrrrr!!!! That should scare the shit out of Dave right now ;D ;D


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: jeewaka on September 20, 2016, 05:56:28 PM
This is the second scam he is running concurrently on this site.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: DeadBirdzz on September 20, 2016, 06:21:23 PM
This is the second scam he is running concurrently on this site.

What was the first?

If it's still ongoing. i'd love to go and spoil his little party

Dave you sneaky little fucker

 ;D


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on September 20, 2016, 06:32:39 PM
I have documentation. Tomorrow, I give notice to the prosecutor's office


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on September 21, 2016, 05:13:14 AM
why is everyone listening to these fudders with zero information? i am not going anywhere.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: notnormals on September 21, 2016, 07:07:40 AM
why is everyone listening to these fudders with zero information? i am not going anywhere.

We all hope not Dave, when will you have something more to prove project legitimacy please?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: cryptodevil on September 21, 2016, 07:17:41 AM
why is everyone listening to these fudders with zero information? i am not going anywhere.

Are you off your meds, Dave? Or have you been taken hostage and somebody else is posting on your account?

Because I could have sworn I saw a rage-quit post you made yesterday telling us all you were leaving.



Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: scammerdie on September 21, 2016, 07:25:46 AM
I have documentation. Tomorrow, I give notice to the prosecutor's office

You see my name?   ;D ;D  I hope all scammers will go die.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: bitcoinuserz on September 21, 2016, 07:32:07 AM
DEV - please refund of 0.1746 BTC My adres BTC is:  1ChpJPpDbnhUH6Bfe5mkyNDRBusxGayzqY

or write - when I get my ZION

or I go to Police.

hahahahahaha looking for police in crypto sure  :o


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: DeadBirdzz on September 21, 2016, 10:02:20 AM
why is everyone listening to these fudders with zero information? i am not going anywhere.

Yo Dave, where are the wallets and shit?

And you still haven't answered a direct question from one of your "investors"?

What's the matter Dave?

Too busy spending all those scammed BTCs on hookers and blow?

 ;D


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: M.minor on September 21, 2016, 04:28:39 PM
why is everyone listening to these fudders with zero information? i am not going anywhere.
     Guys wake up: fraud project, then what are you waiting for? ...- Boy laugh with you, with your Bitcoins)


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on September 21, 2016, 05:35:36 PM
DEV: PLEASE Return my BTC to our address within 24 hours. After this period the matter will take care of specialized special service. The case already interested BE prosecutor.

My adres BTC: 1ChpJPpDbnhUH6Bfe5mkyNDRBusxGayzqY

My transaction : https://blockchain.info/pl/tx/f049578b03980f3f85ed6558b0a4597097ead173279fb8aa80123f531102edf9
My transaction:
    Order Number:
    159
    Date:
    September 18, 2016
    Total:
    ฿0.1746000
    Payment Method:
    Bitcoin Payment

     Order #159
Product    Quantity    Price
Zion Currency
   19400    ฿0.1746000
Subtotal:    ฿0.1746000
Payment Method:    Bitcoin Payment
Total:    ฿0.1746000



Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on September 22, 2016, 09:00:44 AM
evidence of my purchase

https://snag.gy/Q7hbXC.jpg

https://snag.gy/raJczw.jpg

My adres BTC: 1ChpJPpDbnhUH6Bfe5mkyNDRBusxGayzqY

My transaction : https://blockchain.info/pl/tx/f049578b03980f3f85ed6558b0a4597097ead173279fb8aa80123f531102edf9
My transaction:
    Order Number:
    159
    Date:
    September 18, 2016
    Total:
    ฿0.1746000
    Payment Method:
    Bitcoin Payment

     Order #159
Product    Quantity    Price
Zion Currency
   19400    ฿0.1746000
Subtotal:    ฿0.1746000
Payment Method:    Bitcoin Payment
Total:    ฿0.1746000

EMAIL ZION: admin@project-zion.com

Domain Name: PROJECT-ZION.COM
Registrar: ENOM, INC.
Sponsoring Registrar IANA ID: 48
Whois Server: whois.enom.com
Referral URL: http://www.enom.com
Name Server: DNS1.NAMECHEAPHOSTING.COM
Name Server: DNS2.NAMECHEAPHOSTING.COM
Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Updated Date: 31-aug-2016
Creation Date: 31-aug-2016
Expiration Date: 31-aug-2017

>>> Last update of whois database: Thu, 22 Sep 2016 09:07:13 GMT <<<


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on September 23, 2016, 02:07:19 AM
Dave!!!

Where did you go?

As the President and CEO of Zion, you really should be addressing the complaints of your investors.....

 ;D


I'm here do not fear. Wallets coming together nicely, marketplace coming together, gearing up for a release in the not too distant future.








Dave Wilkinson
President & Chief Executive Officer


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on September 23, 2016, 04:24:07 AM
Dave!!!

Where did you go?

As the President and CEO of Zion, you really should be addressing the complaints of your investors.....

 ;D


I'm here do not fear. Wallets coming together nicely, marketplace coming together, gearing up for a release in the not too distant future.

Dave Wilkinson
President & Chief Executive Officer


Can I have my back ZION CURRENCY: 19,400? I bought 18 September 2016. Dev enter a specific date.

My transaction
https://snag.gy/Q7hbXC.jpg

https://snag.gy/raJczw.jpg


When will I receive my ZION CURRENCY ? Give a specific date


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: M.minor on September 23, 2016, 09:33:38 AM
Dave!!!

Where did you go?

As the President and CEO of Zion, you really should be addressing the complaints of your investors.....

 ;D


I'm here do not fear. Wallets coming together nicely, marketplace coming together, gearing up for a release in the not too distant future.








Dave Wilkinson             
dolbaeb, Dave with Russia, no one says that the President and Chief Executive Officer of nonsense, the funniest anecdote about an accountant ..ha haha.  Tы чмo peбят oбмaнывaть,гниль.
President & Chief Executive Officer



Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Abiky on September 23, 2016, 05:55:52 PM

I'm here do not fear. Wallets coming together nicely, marketplace coming together, gearing up for a release in the not too distant future.

Dave Wilkinson
President & Chief Executive Officer


I hope that this does not turn into a scam since I have invested a reasonable amount of BTC into this project. Hopefully, the dev can prove the legitimacy of this project and make it survive for the long term. I will be awaiting the release of the wallet.  :-\


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on September 24, 2016, 08:49:29 AM
DEV will be released when the wallet? When you get access to our ZION? Do you can give a specific date? Give some screenshot of your work. Perhaps then we buy more ZION. We have to have some evidence of your work.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: mashcom on September 24, 2016, 09:15:12 AM
Dave Wilkinson
President & Chief Executive Officer


of what?


Check your PM and give me an answer.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: pcoin on September 24, 2016, 09:27:22 AM
This drama is getting interesting has Dave Wilkinson could not send the funds due to lack of wallet i suppose.
Send me pm dev if you need a wallet for this token.
There is no time to waste as your clients/investors/customers are waiting impatiently.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: TheKB on September 24, 2016, 09:33:40 AM

I'm here do not fear. Wallets coming together nicely, marketplace coming together, gearing up for a release in the not too distant future.

Dave Wilkinson
President & Chief Executive Officer


I hope that this does not turn into a scam since I have invested a reasonable amount of BTC into this project. Hopefully, the dev can prove the legitimacy of this project and make it survive for the long term. I will be awaiting the release of the wallet.  :-\

the crowdsale is not over yet guys. its still in the final 24 hours. so how can Pres & CEO Dave release wallets?  ??? lol .. wait for the ICO to end!


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: pcoin on September 24, 2016, 09:50:05 AM

I'm here do not fear. Wallets coming together nicely, marketplace coming together, gearing up for a release in the not too distant future.

Dave Wilkinson
President & Chief Executive Officer


I hope that this does not turn into a scam since I have invested a reasonable amount of BTC into this project. Hopefully, the dev can prove the legitimacy of this project and make it survive for the long term. I will be awaiting the release of the wallet.  :-\

the crowdsale is not over yet guys. its still in the final 24 hours. so how can Pres & CEO Dave release wallets?  ??? lol .. wait for the ICO to end!
Since there is no exchange yet i think everybody that bought this coin token deserves to have it settled in their trading account by now.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on September 24, 2016, 12:05:13 PM
BTC my address is: 1ChpJPpDbnhUH6Bfe5mkyNDRBusxGayzqY
My transaction : https://blockchain.info/pl/tx/f049578b03980f3f85ed6558b0a4597097ead173279fb8aa80123f531102edf9


0,1746 BTC -  0.016828 BTC = 0 BTC ???

https://blockchain.info/pl/address/18BuQQNtANKCRj9qsCdrVwx6iw6b2hTMdj

Do I get my 19400 ZION?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on September 24, 2016, 01:21:43 PM
I call when it is necessary. At the moment we are waiting for a wallet from DEV. I hope that the DEV will not disappoint us.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: alt213 on September 25, 2016, 02:09:33 PM
 when this FINAL 24HOURS OF CROWDSALE end  ::) or its bait for noobs.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on October 02, 2016, 09:27:55 AM
I call when it is necessary. At the moment we are waiting for a wallet from DEV. I hope that the DEV will not disappoint us.

Wallet is well on its way, making excellent progress, with some new unique features.

last amount of time to invest before cutoff, any btc sent after cutoff will be returned.

We have been incorporating a new feature into the wallet, called autoaccount, which acts as an escrow for sales of accounts/cards/information with no middleman, which acts as a distributed ledger between unafilliated players, without a trusted third party acting as a clearing house. More information will be released in the technical whitepaper.

http://project-zion.com/














Dave Wilkinson
President & Chief Executive Officer


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: zika7142 on October 02, 2016, 09:34:31 AM
you still around you batty boi?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on October 02, 2016, 11:29:57 AM
you still around you batty boi?

I'm always here, dedication at its best.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: BitPotus on October 02, 2016, 11:33:26 AM
https://athousandflowersblog.files.wordpress.com/2013/03/ww.jpg


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: coinmenace on October 02, 2016, 11:45:53 AM
Dev deleting posts.

Is the crowdsale still in its FINAL 24 hours? What's going on dev?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on October 02, 2016, 01:16:07 PM
DEV, When we get your wallet? When we get our ZION?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on October 02, 2016, 04:05:12 PM
DEV, When we get your wallet? When we get our ZION?

working on this now.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on October 03, 2016, 05:29:19 PM
you still around you batty boi?

I'm always here, dedication at its best.


Dev, how long? a week? month? year?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: BitPotus on October 03, 2016, 05:32:02 PM
DEV, When we get your wallet? When we get our ZION?

working on this now.

Hey faggot, are you really releasing this shit?

Which exchanges you planning to have it on?

Seriously scammer, just make a wallet builders coin and pump it on yoloshit or something.

I might even get some

 ;)


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on October 04, 2016, 08:54:54 AM
please do not be rude.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: BitPotus on October 04, 2016, 08:56:14 AM
please do not be rude.

come on Dave, you know I love you.

Which exchanges you planning to have those Zion bad boys on?



Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: HmmMAA on October 04, 2016, 11:38:28 AM
So , this is not declared a scam yet. That's nice . My hand is itching for a neg trust. Hopefully that won't be the case.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: BitPotus on October 04, 2016, 11:43:57 AM
So , this is not declared a scam yet. That's nice . My hand is itching for a neg trust. Hopefully that won't be the case.

meh, 99% scam.

1% hoping Dave actually does something.....


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: JReag on October 04, 2016, 01:33:33 PM
So , this is not declared a scam yet. That's nice . My hand is itching for a neg trust. Hopefully that won't be the case.

meh, 99% scam.

1% hoping Dave actually does something.....

I think the non-scam status was missed when he didn't close the crowdsale after it was supposed to have ended a week ago.

Otherwise he's just shivving those investors he cared so much about. The people who invested should get more in proportion to the amount of Zion that wasn't purchased (Because they got in during the funding period) but I don't see a lot of proper treatment going on here.

Also if all of these wallet features were truly being implemented, why is there no screenshots/github repository for this info?

It's just left open to try and get that last 15 BTC...


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: I AM THE TRUTH on October 04, 2016, 07:41:35 PM
what is going on with this zion coin?
are you going to list this coin on an exchange or not????????????????????????????????????????? :'( :'( :'(


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: mashcom on October 06, 2016, 03:01:02 PM
I am still waiting a reply to the personal message, do you want to buy that domain or you are not interested  ?         


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: dzejmsdin on October 06, 2016, 03:05:19 PM
I am still waiting a reply to the personal message, do you want to buy that domain or you are not interested  ?         

what domain name?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: mashcom on October 06, 2016, 03:11:52 PM
I am still waiting a reply to the personal message, do you want to buy that domain or you are not interested  ?         

what domain name?


MoneroClassic.org


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Hueristic on October 06, 2016, 03:35:54 PM
I am still waiting a reply to the personal message, do you want to buy that domain or you are not interested  ?         

what domain name?


MoneroClassic.org

Lol, this is the funniest thing I've seen today.



Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: luxuryvilla on October 06, 2016, 03:52:07 PM
I am still waiting a reply to the personal message, do you want to buy that domain or you are not interested  ?         

what domain name?


MoneroClassic.org

Lol, this is the funniest thing I've seen today.



LMAO too, so he thinks this coin is legit, and want to sell it to OP. LMAO.   ;D ;D


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: mashcom on October 06, 2016, 04:07:42 PM
I am still waiting a reply to the personal message, do you want to buy that domain or you are not interested  ?         

what domain name?


MoneroClassic.org

Lol, this is the funniest thing I've seen today.



LMAO too, so he thinks this coin is legit, and want to sell it to OP. LMAO.   ;D ;D

I don't think this 'coin' is legit.
I am only selling the domain, I don't give fuck about his project.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on October 07, 2016, 11:56:00 AM
Dev, any update? Where are my ZION or BTC ?

is ZION SCAM ??


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Papcio77 on October 07, 2016, 11:56:50 AM
DEV, please returned my BTC:
evidence of my purchase

https://snag.gy/Q7hbXC.jpg

https://snag.gy/raJczw.jpg

My adres BTC: 1ChpJPpDbnhUH6Bfe5mkyNDRBusxGayzqY

My transaction : https://blockchain.info/pl/tx/f049578b03980f3f85ed6558b0a4597097ead173279fb8aa80123f531102edf9
My transaction:
    Order Number:
    159
    Date:
    September 18, 2016
    Total:
    ฿0.1746000
    Payment Method:
    Bitcoin Payment

     Order #159
Product    Quantity    Price
Zion Currency
   19400    ฿0.1746000
Subtotal:    ฿0.1746000
Payment Method:    Bitcoin Payment
Total:    ฿0.1746000

EMAIL ZION: admin@project-zion.com

Domain Name: PROJECT-ZION.COM
Registrar: ENOM, INC.
Sponsoring Registrar IANA ID: 48
Whois Server: whois.enom.com
Referral URL: http://www.enom.com
Name Server: DNS1.NAMECHEAPHOSTING.COM
Name Server: DNS2.NAMECHEAPHOSTING.COM
Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Updated Date: 31-aug-2016
Creation Date: 31-aug-2016
Expiration Date: 31-aug-2017


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: ctenc001 on October 07, 2016, 12:16:39 PM
First, I'm amazed that this thread hasn't been locked by the moderators



2nd, People need to stop bumping it, all it's doing is increasing the risk of someone else falling for the scam



CAN WE PLEASE GET THIS THREAD LOCKED MODs?


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: mashcom on October 08, 2016, 12:12:53 PM
First, I'm amazed that this thread hasn't been locked by the moderators



2nd, People need to stop bumping it, all it's doing is increasing the risk of someone else falling for the scam



CAN WE PLEASE GET THIS THREAD LOCKED MODs?

Staff does not moderate the scam project like this one ask the OP to lock it.           


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: BitPotus on October 08, 2016, 03:41:20 PM
First, I'm amazed that this thread hasn't been locked by the moderators



2nd, People need to stop bumping it, all it's doing is increasing the risk of someone else falling for the scam



CAN WE PLEASE GET THIS THREAD LOCKED MODs?

Staff does not moderate the scam project like this one ask the OP to lock it.           

THE OP IS A SCAMMER, HE AIN"T GONNA LOCK HIS CASH COW... ;D



Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Hueristic on October 08, 2016, 05:22:32 PM
https://www.youtube.com/watch?v=_nVk25ZvTkU


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: garciaor2002 on October 11, 2016, 09:30:09 PM
Invest in bitcoin.


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on October 13, 2016, 03:11:01 PM
not long to go now  8)


http://project-zion.com/


Title: Re: [ANN] Zion - Project Zion - FINAL 24HOURS OF CROWDSALE
Post by: Dave Wilkinson on October 15, 2016, 06:06:38 PM
currently in the process of assigning a developer to fix wallet bugs and complete security audits, then we will be ready for release. Locking this thread now as it seems to be a clown show with many threats, scam accusations and mis-information. Just because we aren't actively posting on a daily basis does not mean work is not going on in the background.

will unlock with updates.