Forum rules
Due to incessant ICO threads being posted in this sub-forum, all ICO Announcement threads must be posted only within the 'ICO Announcements' sub-forum; posting ICO threads here in Altcoins is no longer permitted. Any ICO threads posted here will be moved, and continuing to flout the rules will result in your account being banned.

Bitcoin.com is not responsible for any of the ICO's posted or promoted on this forum.
Users are responsible for their own safety and security on any link they choose to click on, or external site they wish to engage with.

None of the ICO's linked anywhere on this forum are endorsed by Bitcoin.com; users must do their own due diligence on any company / site linked to within this forum.
TheStuhlman
Posts: 1
Joined: Mon Mar 27, 2017 7:26 am

Donate BTC of your choice to 1Gh8PacZobTb6Aymp2ar9NHsujDM3fG4GL

ZDASH (different from Zcash/Dash)

Mon Mar 27, 2017 7:40 am

Slack Invite: https://zdash-slack.herokuapp.com/
Reddit: https://www.reddit.com/r/zdash/

Image
Image

Zdash a Zcash alternative was born on November 18, 2016

Founders:

Axel Karlsson: [@sparkit] Community manager, general communications. Founder

Iolar Demartini Junior: [@demartini] Web Developer (Front End). Founder

Joseph Stuhlman: [@joseph] Dev, general communications. Founder


Today 3/27/2017 Zdash coin supply barely passed 1,000,000 coins
We had a slow start, but patience pays. Zdash is the 2nd fork of Zcash
The dev team is funded for a year with small monthly payments of 1500 ZDASH per dev
@ current prices that's less than $14 per month per dev.
Zdash has dev fund disabled so the entire block of 12.5 coins goes to miners.


I have personally funded the servers needed and the website for Zdash.
We as a team committed our time to Zdash and plan to stay around for a long time to come.
We also welcome anyone who wants to jump in and help. Zdash is a community project.


Some bounties were paid and 3 month payments to devs were made.
We also owe jamalazzaz for some marketing effort he did on our behalf, I will settle that with him as well.

We started with 121475 ZDASH

I personally hold 6475.98890588 ZDASH in my own private address,
which came from 3 monthly payments and some coins I mined myself.

Our balance right now stands at 107222.324 ZDASH

Joseph Stuhlman


Image
Image


Image

Image

Image

https://www.cryptopia.co.nz/Exchange/?market=ZDASH_BTC
https://www.cryptopia.co.nz/Exchange/?market=ZDASH_LTC
https://www.cryptopia.co.nz/Exchange/?market=ZDASH_XMR
https://www.cryptopia.co.nz/Exchange/?market=ZDASH_DOGE
https://www.cryptopia.co.nz/Exchange/?market=ZDASH_UNO
https://www.cryptopia.co.nz/Exchange/?market=ZDASH_FTC
https://www.cryptopia.co.nz/Exchange/?market=ZDASH_DOT

Coin Info:
https://www.cryptopia.co.nz/CoinInfo/?coin=ZDASH

Image

Image



Zdash source: https://github.com/J-Stuhlman/zdash.git

you need the daemon compiled and running to use the GUI wallet:

Zdash GUI wallet : https://github.com/J-Stuhlman/zdash-gui


please read the instructions on how to run the wallet before downloading.

*only Linux is supported at this time.


Image

Light Explorer: http://192.99.3.29/

Image

Image  

*  Image  *


** http://alvblock.com/ **



Standalone Test CPU Miner Sourcecode (thx str4d!): Download here
AVX/AVX2 optimized CPU Miner Sourcecode (thx kost!)Download here
Fork of Nicehashs Miner with suprnova hardcoded - linux only currently Download here
Windows Version of Nicehash CPU+GPU Miner with Suprnova support (use v0.3a): Download here
Windows Version of Genoil's AMD OpenCL GPU Miner: Download here   More Info
Silentarmy standalone linux miner:Download here   More Info
you can use Claymore's Zcash Miner:Download here


Image

Image

Image

Image  Image  ImageImage

TEAM

[Axel Karlsson aka sparkit] : General Manager, Will supervise the community Slack Channel, Reddit account, Steemit account, Twitter account, Facebook Page.

[Iolar Demartini Junior aka demartini]: Front End Dev, Will create and supervise Zdash Community Website, wiki, general communications.

[Core Developer]
: Core Dev, general communications.

~~~~~~~~~~~~~~~~~~~~~~



Image

Italian: https://bitcointalk.org/index.php?topic ... sg17083671
Spanish: https://bitcointalk.org/index.php?topic ... sg17194231

Image

~~~~~~~~~~~~~~~~~~~~~~

[Zdash 1.0.3]: has been tested with the latest commits, Zdash is unfinished and highly experimental. Mine at your own risk.

Image

Screen Shots from ZDash GUI wallet:

Image
Image
Image
Image
Image



FAQ

[quote author=mellon link=topic=1688024.msg17035956#msg17035956 date=1480492134]
How we can get info in your client about total amount coins or coinsupply?

[/quote]

The client follows the zcash code, currently there is no total supply provided by the RPC calls.
However, you can verify the total the following way.

For the premine of 0.578% we set three blocks #2 #3 #4 at 40,000 each. that gives us 120,000. we mined till block 121, so add 118 blocks of 12.5
that totals 1475 coins, for a total of 121,475 coins as posted on the OP. Why we mined till block 121? we needed to confirm the first few blocks and test TX's both
on T-address and Z-address, then after confirmation of successful TX's we placed a checkpoint at block 120.

Block 122 was mined by suprnova pool and that can be verified by the pool. All blocks after 121 were mined by miners.

Now how to verify that in the client.

You can use the RPC call: getblocksubsidy [block#]:

Code: Select all

./src/zcash-cli getblocksubsidy 1 {    "miner" : 12.50000000,    "founders" : 0.00000000 } ./src/zcash-cli getblocksubsidy 2 {    "miner" : 40000.00000000,    "founders" : 0.00000000 } ./src/zcash-cli getblocksubsidy 3 {    "miner" : 40000.00000000,    "founders" : 0.00000000 } ./src/zcash-cli getblocksubsidy 4 {    "miner" : 40000.00000000,    "founders" : 0.00000000 } ./src/zcash-cli getblocksubsidy 5 {    "miner" : 12.50000000,    "founders" : 0.00000000 } etc .. etc..
Now for the total supply part:

We already verified blocks 1 -121 = 121475
Total supply = 12.5 x (current_block_height - 121)  + 121475

So at block height of 5200 we get the total supply as:

Total supply = 12.5 x ( 5200 - 121) + 121475 = 184962.5 ZDASH

All this can be verified as well by checking the code on github.

The fact that Zdash allows storing of coins in private addresses does not change the block subsidy.
We are not in possession of any shards of the key that would create coins from thin air neither. That has been destroyed by the zcash team.

I hope that answers your questions.

Return to “Altcoins / Alternative Cryptocurrencies”

Who is online

Users browsing this forum: No registered users and 1 guest