Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: zenprotocol on November 17, 2017, 07:02:31 PM



Title: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: zenprotocol on November 17, 2017, 07:02:31 PM
中文 (https://www.zenprotocol.com/zh/home) | 日本語 (https://www.zenprotocol.com/ja/home) | PУCCКИЙ (https://www.zenprotocol.com/ru/home) | TÜRK (https://www.zenprotocol.com/tr/home)
Blog (https://blog.zenprotocol.com/) | Twitter (https://twitter.com/zen_protocol) | Facebook (https://www.facebook.com/thezenprotocol/) | Official Website (https://www.zenprotocol.com/) | Reddit (https://www.reddit.com/r/zenprotocol/) | YouTube (https://www.youtube.com/channel/UCVm4j3TrmD8mSvvExG_CAIw/videos)
White Paper (https://www.zenprotocol.com/files/zen_protocol_white_paper.pdf) | Technical Paper (https://www.zenprotocol.com/files/technical_paper.pdf) | Multi Hash Mining (https://www.zenprotocol.com/files/multi_hash_mining.pdf)

Zen Protocol is a blockchain built for finance. Just as Bitcoin is designed as peer-to-peer money, Zen Protocol is designed for peer-to-peer trade, giving you total control over your financial assets.

Zen is built from the ground up to help developers write fast, scalable and reliable smart contracts. The codebase is written from scratch in F#, C#, and our own language, ZF*, a dialect of the language F*, designed by Microsoft Research and Inria for provably correct programming. ZF* makes advanced security techniques like formal verification natural to use. Zen Protocol's contracts can react to events on the Bitcoin blockchain – meaning that Bitcoiners can use Zen's financial system without third parties or intermediaries.

Status

The Zen Protocol testnet is up and running, with code and binaries on Github (https://github.com/zenprotocol/zen-wallet#zen-protocol-alpha-documentation).

https://i.imgur.com/qyE7oIQ.png (https://alpha.zenprotocol.com)
https://i.imgur.com/TIFoWqg.png (https://alpha.zenprotocol.com)

Formally verified, cost-bounded contracts are running on our testnet today.

Our main net goes live in Q2 2018.

Features

Bitcoin integration
Zen Protocol watches the Bitcoin network. Anything that happens in the Bitcoin blockchain can trigger contracts on the Zen blockchain. Zen can act as a sidechain to Bitcoin, using a federated peg, collateral deposit, or, in the future, mechanisms like Drivechain. Zen Protocol uses the full Bitcoin consensus, storing a record of the valid Bitcoin chain with most proof of work.

Fast, Secure Smart Contracts
Contracts are fast and safe. Zen Protocol makes them fast by proving how long they take to run, which means there's no need for a "gas" system. With no need to count gas, Zen Contracts are compiled to machine code, making them an order of magnitude faster. Here's our post (https://blog.zenprotocol.com/fast-and-smart-why-blockchains-need-resource-bounds-57e67ec8526d) on how we make this possible. Here's the code we do it with. (https://github.com/zenprotocol/zen-wallet/tree/master/Zulib)
https://i.imgur.com/AxnZFmY.png (https://blog.zenprotocol.com/zen-protocol-and-security-c130bfeb2f60)

Contracts are safe by design. There's no global state, no accounts system: the Zen Protocol uses a UTXO design, like Bitcoin's, in which contracts store their own data on transaction outputs. The ZF* language also makes it easy for developers to formally verify contracts, in the same language that they write them in. That makes it possible to prove smart contract exploits can't happen. (https://blog.zenprotocol.com/zen-protocol-and-security-c130bfeb2f60)

Multi Hash Mining
Multi Hash Mining is a new way of using many hash functions in Proof of Work mining. Each hash function gets its own difficulty, which adjusts over time to target a hash function ratio. The different hash functions don't have to be used in a set order: if too many blocks are mined using a function then its difficulty increases. Holders of the Zen Native Token can vote to say what the ratio should be. This creates matching incentives for miners and users of the Zen Protocol.

Read our proposal paper on multi hash mining. (https://www.zenprotocol.com/files/multi_hash_mining.pdf)


Oracles
Our oracle solution (https://blog.zenprotocol.com/oracles-and-zen-1596c6ba6df8) is fast, efficient, and profitable for oracle operators. Oracles can commit to gigabytes of data in a single, 200-byte transaction. Oracle users then pay the oracle operator for each individual piece of data they want to use. The only data which gets written to the blockchain are those which users pay for.

Native token use and issuance
Zen's native token is used to activate contracts. Contracts are pay-per-block, meaning they don't use network resources that they don't pay for. The token is also used to vote on what mix of hash functions should be used in Zen Protocol's PoW.

Out of 100 million Zen tokens that will ever exist, 20 million will be created in the genesis block. The remaining 80 million are issued on a six-year halving schedule.

Token Sale and Genesis Block
Full details of the Zen Protocol Sale are available in our blog post. (https://blog.zenprotocol.com/the-zen-protocol-sale-dcae00cffd09)
Twelve million tokens are available for sale, at a price of USD 2.75 per token. This price will be converted into a price in Bitcoins on the 28th of November, 2017. Our pre-sale offers between a 5% and 15% discount, depending on the total purchase size. The token sale begins on the 30th of November, 2017, 16:00 UTC. The sale will run for up to one month.
https://i.imgur.com/pTQIq5P.png (https://www.zenprotocol.com/en/sale)

Team
In no particular order: Adam Perlow, Asher Manning, Doron Somech, Elan Perach, Eleanor Milstein, Isaac Rodgin, Nathan Cook (topynate), and Sharon Urban.

Announcements

All major announcements appear on our blog (https://blog.zenprotocol.com/). We recommend joining the official Telegram group (https://t.me/zenprotocol) for live updates. We'll also monitor and update this Bitcointalk thread.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Sam123 on November 17, 2017, 09:19:27 PM
Very interesting project.
the market cap: 100 million Zen tokens X 2.75 $
I will follow


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: crypto me on November 17, 2017, 11:00:27 PM
Independent review of ZEN ICO for german speakers: https://cryptogo.de/zen-protocol/


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: borderline on November 18, 2017, 09:33:59 AM
Network(E) Discovery error with peer: NBitcoin.Protocol.NetworkAddress OperationCanceledException: The operation was canceled.   at System.Collections.Concurrent.BlockingCollection`1.TryTakeWithNoTimeValidation(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource)
   at System.Collections.Concurrent.BlockingCollection`1.TryTake(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Collections.Concurrent.BlockingCollection`1.Take(CancellationToken cancellationToken)
   at NBitcoin.Protocol.PollMessageListener`1.ReceiveMessage(CancellationToken cancellationToken)
   at NBitcoin.Protocol.NodeListener.ReceivePayload[TPayload](CancellationToken cancellationToken)
   at NBitcoin.Protocol.Node.VersionHandshake(NodeRequirement requirements, CancellationToken cancellationToken)
   at NBitcoin.Protocol.AddressManager.<>c__DisplayClass70_0.<DiscoverPeers>b__1(NetworkAddress p)


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: zenprotocol on November 18, 2017, 10:58:25 AM
Network(E) Discovery error with peer: NBitcoin.Protocol.NetworkAddress OperationCanceledException: The operation was canceled.   at System.Collections.Concurrent.BlockingCollection`1.TryTakeWithNoTimeValidation(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken, CancellationTokenSource combinedTokenSource)
   at System.Collections.Concurrent.BlockingCollection`1.TryTake(T& item, Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Collections.Concurrent.BlockingCollection`1.Take(CancellationToken cancellationToken)
   at NBitcoin.Protocol.PollMessageListener`1.ReceiveMessage(CancellationToken cancellationToken)
   at NBitcoin.Protocol.NodeListener.ReceivePayload[TPayload](CancellationToken cancellationToken)
   at NBitcoin.Protocol.Node.VersionHandshake(NodeRequirement requirements, CancellationToken cancellationToken)
   at NBitcoin.Protocol.AddressManager.<>c__DisplayClass70_0.<DiscoverPeers>b__1(NetworkAddress p)

Thanks for trying the client! There's an open issue on Github (https://github.com/zenprotocol/zen-wallet/issues/2). If you want to add details there, we'd really appreciate it.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Isaac-Zen on November 18, 2017, 11:10:28 AM
Very interesting project.
the market cap: 100 million Zen tokens X 2.75 $
I will follow

Thanks! Feel free to ask any questions about the platform.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: borderline on November 20, 2017, 07:11:21 AM
this project seems serious but the wallet still don't work..


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Isaac-Zen on November 23, 2017, 05:20:31 PM
this project seems serious but the wallet still don't work..

Wallet should be working on Linux, Mac, and Windows. If you have problems it may be because you have an old version.

If uninstalling and installing current version does not work, please send me a message on Telegram or join the group and I can help you with troubleshooting. - @zenprotocol @IsRod


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Dasengineer on November 24, 2017, 08:18:05 PM
Looks very interestin. Do you guys plan to create a bounty campaign?


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Isaac-Zen on November 25, 2017, 09:31:29 AM
Looks very interestin. Do you guys plan to create a bounty campaign?

Currently no bounty, but we are open to cooperation for promoting our product. If you want to send a proposal to isaac@zenprotocol.com or message me on telegram at @IsRod we can try to set something up.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Sam123 on November 28, 2017, 06:32:40 PM
Hi,
Any comments about below please
https://github.com/zack-bitcoin/amoveo/blob/master/docs/progress_reports/22_november_2017.md


channels, shards, light nodes, channel markets, oracles, blockchain, community
                 C  S  L  M  O  B  C    total
Amoveo           9  8  9  9  8  9  2    54
Group Gnosis     1  0  5  0  8  10 10   34
Augur            1  0  5  0  0  10 4    20
Stox             0  0  5  0  0  10 2    17
Bodhi            0  0  3  0  0  10 2    15
Bitshares        0  0  0  0  0  10 4    14
Bitcoin Hivemind 2  0  0  0  0  8  3    13
Zen Protocol     0  0  0  0  0  9  2    11
Aeternity        0  0  0  0  0  1  3    4


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Dasengineer on December 01, 2017, 07:35:46 PM
Hello guys.

You are welcome to join the Russian community of Zen Protocol:

https://t.me/zenprotocolrus

Just for your information nearly 3.5mln tokens already redeemed in less then 24 hours.



Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Syroamst on December 02, 2017, 04:31:09 PM
Zen Protocol is selected by ICO Drops!  :D  See https://icodrops.com/zen-protocol/ (https://icodrops.com/zen-protocol/)


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: starblocks on December 09, 2017, 04:11:46 AM
This project is completely under the radar and getting nowhere near as much attention as it deserves on the forum here, but the tokens are selling out super fast to some very smart investors!

Good luck to everyone involved hopefully the main net will launch on time successfully


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: crunchybrain on December 11, 2017, 05:01:39 PM
where can I find demo app?


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Dasengineer on December 11, 2017, 05:05:44 PM
where can I find demo app?

Hi. There is no Demo App. Zen has the alpha version of their blockchain which you can check here: https://alpha.zenprotocol.com/


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: roberval123 on December 23, 2017, 01:18:37 PM
Hi Devs,

I have installed the alpha version and have been messing around with it a bit. I left the wallet open overnight and this morning noticed these messages:

lockChain(I) Block 4028 already in store (Branch)
BlockChain(I) Block 4028 already in store (Branch)
BlockChain(I) Block 4028 already in store (Main)
BlockChain(I) Block 4028 already in store (Branch)

(zen:11032): GLib-GObject-WARNING **: unable to set property `text' of type `gchararray' from value of type `GtkSharpValue'
BlockChain(I) Block not found:
Network(I) Missing or invalid block requested

(zen:11032): GLib-GObject-WARNING **: unable to set property `text' of type `gchararray' from value of type `GtkSharpValue'

(zen:11032): GLib-GObject-WARNING **: unable to set property `text' of type `gchararray' from value of type `GtkSharpValue'

(zen:11032): GLib-GObject-WARNING **: unable to set property `text' of type `gchararray' from value of type `GtkSharpValue'

(zen:11032): GLib-GObject-WARNING **: unable to set property `text' of type `gchararray' from value of type `GtkSharpValue'

wallet address: 1z6HNRWUF9S82lKRQzvAFIAHXpemI6sbP37a5JggvqFs=


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Dasengineer on December 23, 2017, 01:21:55 PM
Hi Devs,

I have installed the alpha version and have been messing around with it a bit. I left the wallet open overnight and this morning noticed these messages:

lockChain(I) Block 4028 already in store (Branch)
BlockChain(I) Block 4028 already in store (Branch)
BlockChain(I) Block 4028 already in store (Main)
BlockChain(I) Block 4028 already in store (Branch)

(zen:11032): GLib-GObject-WARNING **: unable to set property `text' of type `gchararray' from value of type `GtkSharpValue'
BlockChain(I) Block not found:
Network(I) Missing or invalid block requested

(zen:11032): GLib-GObject-WARNING **: unable to set property `text' of type `gchararray' from value of type `GtkSharpValue'

(zen:11032): GLib-GObject-WARNING **: unable to set property `text' of type `gchararray' from value of type `GtkSharpValue'

(zen:11032): GLib-GObject-WARNING **: unable to set property `text' of type `gchararray' from value of type `GtkSharpValue'

(zen:11032): GLib-GObject-WARNING **: unable to set property `text' of type `gchararray' from value of type `GtkSharpValue'

wallet address: 1z6HNRWUF9S82lKRQzvAFIAHXpemI6sbP37a5JggvqFs=

Better to contact with team via telegram. As you can see there is not much attention to bct as team are very busy during crowdsale. Thanks


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: oioioi on December 23, 2017, 01:52:41 PM
this will be great for erc20 project, I think
very interesting, I will see the further development of this project, a very good idea to follow this project
good luck


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: irlandescoin on December 23, 2017, 05:29:49 PM
just invested some btc on this, lets see how it is goes.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: alkhie01 on December 28, 2017, 02:40:42 AM
this is a very great project,compared to others who are just focusing to compete with btc.I'm gonna support this.Good luck team keep it up.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: gainsfordays on January 04, 2018, 07:05:26 PM
Unfortunately I missed the ICO but would like to purchase ZEN. Is there any method to purchase ZEN prior to a listing on an exchange?


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: DistributedBlockchain on January 10, 2018, 09:48:51 PM
Unfortunately I missed the ICO but would like to purchase ZEN. Is there any method to purchase ZEN prior to a listing on an exchange?

You are going to have to wait until it is listed unfortunately.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Coka2209 on June 28, 2018, 07:09:28 AM
Before June 30th we will publish the official Zen Protocol Wallet. The newest wallet will automatically sync with the Genesis block.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: liotmaan on June 28, 2018, 02:17:58 PM
I cannot wait for mainnet


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: SpiryGolden on July 01, 2018, 04:32:14 AM
SUPER PREMINE WARNING!!!


DEVELOPERS ALREADY MINING WITH GPU VIA NEW API COMMIT THAT ISN'T IN PUBLIC RELEASE!


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Kompik on July 01, 2018, 10:55:00 AM
SUPER PREMINE WARNING!!!


DEVELOPERS ALREADY MINING WITH GPU VIA NEW API COMMIT THAT ISN'T IN PUBLIC RELEASE!
This is true unfortunatelly.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: alegotardo on July 01, 2018, 10:50:11 PM
SUPER PREMINE WARNING!!!


DEVELOPERS ALREADY MINING WITH GPU VIA NEW API COMMIT THAT ISN'T IN PUBLIC RELEASE!
Well...
I was online in the zen test group in Telegram when the mainnet was released.
Through zen-node version 0.9.1 (cli version, without gui) I saw the launch of block 5 in the blockchain, so I don't believe there was any pre-mining.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: liotmaan on July 02, 2018, 03:58:34 AM
There was no premining you complete idiots.

GPU miners were made by people outside of the team using the testnet to try their miners out.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: mindsignals on July 12, 2018, 11:10:42 AM
Will there be a discord?


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Gabriellla on July 19, 2018, 08:07:38 AM
I think that these types of projects are extremely useful for the rest of the projects that are already there and those that are still to come. I think it has a lot of potential and scalability.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Rowane on July 19, 2018, 09:30:18 AM
I have looked I have looked at the team for a bit, and i like that they cover many different fields, and the advisors are also skilled in various technologies. The project has a really nice look to it, from the overall look to the concept.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: quansi2k on July 19, 2018, 09:32:11 AM
The project has a really nice look to it, from the overall look to the concept. I think it has a lot of potential and scalability.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: coloredcoin on July 19, 2018, 09:50:00 AM
Trading live?where?
Seems a bit unique tech.
https://hackernoon.com/contractpedia-an-encyclopedia-of-40-smart-contract-platforms-4867f66da1e5


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: coloredcoin on July 19, 2018, 09:51:05 AM
SUPER PREMINE WARNING!!!


DEVELOPERS ALREADY MINING WITH GPU VIA NEW API COMMIT THAT ISN'T IN PUBLIC RELEASE!
Anyone can confirm this?


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: alegotardo on July 19, 2018, 11:18:30 AM
SUPER PREMINE WARNING!!!


DEVELOPERS ALREADY MINING WITH GPU VIA NEW API COMMIT THAT ISN'T IN PUBLIC RELEASE!
Anyone can confirm this?
It's a lie.
I participated in the mainnet launch and saw the first blocks, there wasn't pre-mining.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Roels Major on July 19, 2018, 12:00:08 PM
Here We go the Telegram group : https://t.me/zenprotocol

What I dont  get it, how to swap ICO tokens to mainnet? or just claim it?

https://blog.zenprotocol.com/we-are-proud-to-present-the-official-zen-protocol-wallet-a0789f5dbf08

Owh I got it : Enter your 24 word mnemonic passphrase (seed) that you received in the crowdsale when setting up your wallet.

Exchanges:
Bilaxy (exchange): http://bilaxy.com/
Top.One (exchange): https://www.top.one/tradingCenter  

And for exchange, why there is no big exchange for $44 Million ICO Crowd Sale?


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: CandlestickEST on August 21, 2018, 02:23:44 PM
Here We go the Telegram group : https://t.me/zenprotocol

What I dont  get it, how to swap ICO tokens to mainnet? or just claim it?

https://blog.zenprotocol.com/we-are-proud-to-present-the-official-zen-protocol-wallet-a0789f5dbf08

Owh I got it : Enter your 24 word mnemonic passphrase (seed) that you received in the crowdsale when setting up your wallet.

Exchanges:
Bilaxy (exchange): http://bilaxy.com/
Top.One (exchange): https://www.top.one/tradingCenter  

And for exchange, why there is no big exchange for $44 Million ICO Crowd Sale?


Team is active, community is active. Only today, listed to CMC.
Give some time for the project to gain momentum, omg.
So childish, pajeet.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: wenwen on September 04, 2018, 12:14:14 PM
Good afternoon. In any case, everything will be. But I want to see the best activity of the coin, while I do not see it. I wish everyone good luck.

Will be exchanges without KYC in future?


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Elange on September 07, 2018, 08:56:28 PM
Hi,

Are there any pools available except leafpool? I can't make their miner run. Another miner gotten off github won't connect to their pool.
Running Ubuntu 16.04 LTS CUDA 9.2.

please


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: komodomining on September 11, 2018, 01:50:53 PM
i'm looking on this project, i will plan to create a pool for zp


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: alegotardo on September 11, 2018, 08:39:28 PM
Hi,

Are there any pools available except leafpool? I can't make their miner run. Another miner gotten off github won't connect to their pool.
Running Ubuntu 16.04 LTS CUDA 9.2.

please

Yeap!
Please see this GPU Pools for ZP:

Leafpool (https://zp.leafpool.com/)
Atom Miner (https://pool.atomminer.com)
PandaPool (https://zp.pandapool.pw/#getting-started)


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: PoolOperator on September 14, 2018, 03:27:34 PM
New pool for Zen Protocol: https://www.zenprotocolpool.com/

Pool fee is just 0.5%

Spread the hashrate and join our pool!


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: zenprotocol on October 07, 2018, 12:38:32 PM
Join us tomorrow - Monday October 8th at 14:00 (UTC) / 17:00 (IDT) for a LIVE AMA

https://www.crowdcast.io/e/zen-protocol-october-2018 (https://www.crowdcast.io/e/zen-protocol-october-2018)


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: zenprotocol on October 08, 2018, 02:07:52 PM
The Zen Protocol AMA has started, you can watch it on the following channels:

 - Crowdcast: https://www.crowdcast.io/e/zen-protocol-october-2018
 - Facebook: https://www.facebook.com/thezenprotocol/videos/2089657401362728/
 - Youtube: https://www.youtube.com/watch?v=pQSosNxsPT4
 - Twitter: https://twitter.com/zen_protocol/status/1049298589837492225


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: coloredcoin on October 19, 2018, 02:45:23 AM
Where can check the circulationg supply and total supply?


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: tokenZ on October 21, 2018, 10:33:24 PM
How can there not be a discord at this point.
Telegram is simply inefficient.


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: bellaobella on November 06, 2018, 02:35:32 PM
This coin has been listed on @Coinmarketdaddy (CMD). For all the trading information, total Supply, current price,  1 hour change, 24 hour change, 7 days change,  historical data , graph, calculator, convertor, reviews, statistics, and comments check out CMD twitter page @Coinmarketdaddy (CMD) and visit


ZP Market & Trading Data


Market Cap    $7.28M   
Current Supply   15,423,000
Volume (24h)    $284.9K   
Price %(1h)    0.73%
Price %(24h)        6.40%

https://coinmarketdaddy.com/currencies/zen-protocol/


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: Shkembe on December 15, 2018, 04:11:06 PM
How can there not be a discord at this point.
Telegram is simply inefficient.

Discord does not want a phone number. And now they are in the process of avoiding advertising so they can buy back the cheap coins as planned. Any hint of unfairness on their part is related to ban, which is not so easy in Discord, where everyone can instantly make a new account.  ;D


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: ThepowerofD on March 28, 2019, 03:53:38 PM
Crazy no activity in this thread what's sup with this coin


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: teasider on March 30, 2019, 02:43:16 PM
Hi  ;D
only 83% from ICO, not bad.  :D


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: mishax1 on April 15, 2020, 01:41:21 PM
Don't miss out on your chance to buy 10% of the tokens for only 1BTC !   :D


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: sp_ on January 30, 2021, 03:37:25 PM
I have modded the gpu miner to run 30-40% faster on the old gpu's.

The GPU has lost to the FGPA for years, but I wonder what my modded sha3 kernel (keccak 100) will do on the new generation. rtx 3xxx. Beta testers wanted. It's free. pm me

https://i.ibb.co/xCfMZdG/zen-protocol.png




Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: sp_ on January 31, 2021, 08:14:04 AM
Free miner with sourcecode. 30% faster


https://github.com/sp-hash/ccminer-zp/releases/


Title: Re: Zen Protocol: Fast, Formally Verified Contracts on a Multi-Hash Mined Network
Post by: mkwow on March 14, 2021, 09:32:23 AM

Can someone tell CryptoChef to stop banning users that think differently than him on the telegram group ?