Bitcoin Forum
April 19, 2024, 11:43:01 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: As classic proof of work miners, are you still happy with the standard halving block reward used by the majority of PoW networks today?
Yes
Undecided
No
Yes but I'm looking for something more interesting.

Pages: [1] 2 3 4 5 6 7 »  All
  Print  
Author Topic: Zerozed Project [x0z] | Zero-Zed Diffusion of Innovations Block Reward Algorithm  (Read 19888 times)
calem (OP)
Full Member
***
Offline Offline

Activity: 291
Merit: 106

Founder #Zerozed $x0z


View Profile WWW
May 21, 2018, 08:05:03 PM
Last edit: August 10, 2020, 10:18:10 AM by calem
Merited by DaCryptoRaccoon (5)
 #1



One of the greatest ethical and logistical challenges humanity has been forced to face is one that has not changed since the dawn of society itself. The fair and even distribution of wealth and power.



Using a Diffusion of Innovations based inflation model, along with an industry tried-and-true mining algorithm we seek to solve a long time debated issue surrounding not just volatility but also how to achieve successful diffusion of a currency, global adoption, whilst maintaining the normal distribution and a standard score of 0z.

In other words, how do we create a stable Cryptocurrency that is, relatively speaking, evenly dispersed between everyone alive once new coins cease production.

We believe by utilising the Diffusion of Innovations we can establish the Normal Distribution within a socioeconomic system. We have proposed an inflation algorithm for Cryptocurrencies yet to launch, as well as coins existing today, to set or retarget blockrewards and follow a more sustainable and diffusion-viable incentive model.

In replacement to the standard halving-mechanism employed by Bitcoin and the greater majority of Cryptocurrencies to-date, we demonstrate the modeling of an inflation schedule guided by the theory, Diffusion of Innovations.

https://www.zero-zed.com


Latest Release
-----------


https://github.com/ZerozedProject/zerozed/releases/tag/v0.13.1

Papers
-----------


https://zero-zed.com/wp-content/uploads/2018/11/DoI-SMS_-A-Diffusion-of-Innovations-based-Subsidy-Minting-Schedule-for-Proof-of-Work-Cryptocurrencies-v1.1.pdf

Explorer/Calc/Discord TipBot
-----------


Explorer: https://chainz.cryptoid.info/x0z/

Mining Calculator: https://cointomine.today/calculator/coin/X0Z

Discord TipBot: https://discord.com/api/oauth2/authorize?client_id=712327569088839730&permissions=67584&scope=bot

Resources
-----------


CoinLib
CoinGecko
CoinPaprika
CoinCodex
CoinStats
Blockfolio
Delta

Trello: https://trello.com/b/TGOym8Po/zerozed-roadmap Not yet managed

Exchanges
----------


https://biflex.net/exchange/x0z-btc
https://c-patex.com/markets/x0zbtc
https://altmarkets.io/trading/x0zbtc
https://www.unnamed.exchange/Exchange?market=x0z_BTC
https://deex.exchange/market/ZEROZED_BTC
https://meanxtrade.com/trade/btc/x0z

Pool Tracker
----------




https://miningpoolstats.stream/zerozed

Pools
----------


https://bestminer.eu
https://coinminingpool.org/
http://doipool.com/
https://miningpool.my2coins.com/
https://saltpool.net/
http://www.masters-pool.com/
https://coin-mining.eu/
http://169.55.185.138/
https://minepool.online
http://blockminer.me/
http://pool.poolen.io/
https://luckyaltcoin.com/
https://pool.x0z.io/


Social Media
-------------


Twitter: https://twitter.com/zerozed_x0z  
Discord: https://discord.gg/8GcFtUX  
Telegram: https://t.me/zerozed_x0z
Gitter: https://gitter.im/ZerozedProject/community
Facebook: https://www.facebook.com/zerozed.x0z/
Reddit: https://www.reddit.com/r/zerozed_x0z
IRC: #zerozed https://webchat.freenode.net/  
Matrix - https://matrix.to/#/#zerozed_x0z:matrix.allmende.io

Seed Nodes
-------------


Code:
addnode 104.248.147.25 add

addnode 104.248.157.179 add

Inflation Algorithm
---------------------
[/size]



Code:
CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams)
{
    double nSubsidy = 1 * COIN;
    double nsubsidy_function = 0;
    double Xheight = 0;
    if (nHeight == 1)
    {
        nSubsidy = 2000000.0 * COIN; // Premine 2 Million
    }
    else if (nHeight > 1 && nHeight < 1274030) // Sets max block height
    {
        Xheight = nHeight * 0.0000038051750381;
        nsubsidy_function = ((3583.5719028332051*(pow(Xheight,8)))
                          - (67959.212902381332*(pow(Xheight,7)))
                          + (500144.30431838805*(pow(Xheight,6)))
                          - (1806581.9194472283*(pow(Xheight,5)))
                          + (3537339.4754780694*(pow(Xheight,4)))
                          - (4712758.2800668897*(pow(Xheight,3)))
                          + (4535015.6408610735*(pow(Xheight,2)))
                          + (834937.06954081857*Xheight)
                          + (1000845.7073113875));
        nSubsidy = ((floor((nsubsidy_function*(1.0/60000.0)*0.33757734955)*100.0))/100.0) * COIN; // our emission curve [no. of coins per block]
    }
    else
    {
        nSubsidy = 0 * COIN; // Coins cease production
    }

    return nSubsidy;
}

      
Month |Circ. Supply |Block Height |Block Reward
12,126,86021,6006.17
22,268,50043,2006.98
32,430,03064,8008
42,615,39086,4009.18
52,827,630108,00010.49
63,069,110129,60011.89
73,341,650151,20013.36
83,646,630172,80014.89
93,985,060194,40016.45
104,357,640216,00018.05
114,764,740237,60019.65
125,206,440259,20021.25
135,682,520280,80022.83
146,192,420302,40024.38
156,735,240324,00025.87
167,309,740345,60027.31
177,914,300367,20028.66
188,546,940388,80029.9
199,205,290410,40031.03
209,886,640432,00032.03
2110,587,900453,60032.88
2211,305,700475,20033.56
2312,036,400496,80034.06
2412,775,900518,40034.38
2513,520,300540,00034.51
2614,265,300561,60034.43
2715,006,400583,20034.16
2815,739,500604,80033.68
2916,460,200626,40033.01
3017,164,300648,00032.16
3117,848,000669,60031.12
3218,507,500691,20029.92
3319,139,600712,80028.58
3419,741,200734,40027.11
3520,309,900756,00025.53
3620,843,500777,60023.87
3721,340,600799,20022.15
3821,800,100820,80020.4
3922,221,700842,40018.63
4022,605,200864,00016.89
4122,951,400885,60015.18
4223,261,300907,20013.52
4323,536,200928,80011.95
4423,778,200950,40010.47
4523,989,400972,0009.1
4624,172,100993,6007.84
4724,329,0001,015,2006.71
4824,462,7001,036,8005.69
4924,575,7001,058,4004.79
5024,670,5001,080,0004.01
5124,749,5001,101,6003.32
5224,814,7001,123,2002.73
5324,867,9001,144,8002.21
5424,910,5001,166,4001.75
5524,943,7001,188,0001.33
5624,968,4001,209,6000.96
5724,985,4001,231,2000.62
5824,995,6001,252,8000.33


Additional Information
--------------------------


Inflation Chart - https://chainz.cryptoid.info/x0z/#@inflation

Code:
consensus.nPowTargetTimespan = 0.08 * 24 * 60 * 60; // 115.2 minutes

consensus.nPowTargetSpacing = 2 * 60;

nPowTargetTimespan / nPowTargetSpacing

"Suppressing bad ideas can be as dangerous as the bad ideas themselves." | One of the greatest ethical and logistical challenges humanity has been forced to face is one that has not changed since the dawn of society itself. The fair and even distribution of wealth and power. Using the Diffusion of Innovations to model a more sensible inflation schedule, [x0z] Zerozed aims to bring stability to the wider market...
1713570181
Hero Member
*
Offline Offline

Posts: 1713570181

View Profile Personal Message (Offline)

Ignore
1713570181
Reply with quote  #2

1713570181
Report to moderator
1713570181
Hero Member
*
Offline Offline

Posts: 1713570181

View Profile Personal Message (Offline)

Ignore
1713570181
Reply with quote  #2

1713570181
Report to moderator
1713570181
Hero Member
*
Offline Offline

Posts: 1713570181

View Profile Personal Message (Offline)

Ignore
1713570181
Reply with quote  #2

1713570181
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713570181
Hero Member
*
Offline Offline

Posts: 1713570181

View Profile Personal Message (Offline)

Ignore
1713570181
Reply with quote  #2

1713570181
Report to moderator
1713570181
Hero Member
*
Offline Offline

Posts: 1713570181

View Profile Personal Message (Offline)

Ignore
1713570181
Reply with quote  #2

1713570181
Report to moderator
1713570181
Hero Member
*
Offline Offline

Posts: 1713570181

View Profile Personal Message (Offline)

Ignore
1713570181
Reply with quote  #2

1713570181
Report to moderator
calem (OP)
Full Member
***
Offline Offline

Activity: 291
Merit: 106

Founder #Zerozed $x0z


View Profile WWW
May 21, 2018, 08:45:10 PM
 #2

lol.... haven't even announced yet.. draft is almost ready to go but jeez keen..

"Suppressing bad ideas can be as dangerous as the bad ideas themselves." | One of the greatest ethical and logistical challenges humanity has been forced to face is one that has not changed since the dawn of society itself. The fair and even distribution of wealth and power. Using the Diffusion of Innovations to model a more sensible inflation schedule, [x0z] Zerozed aims to bring stability to the wider market...
umine.org
Jr. Member
*
Offline Offline

Activity: 130
Merit: 3


View Profile
May 21, 2018, 10:10:51 PM
 #3

reserved for pool  Wink
calem (OP)
Full Member
***
Offline Offline

Activity: 291
Merit: 106

Founder #Zerozed $x0z


View Profile WWW
May 21, 2018, 11:35:02 PM
 #4

Ok so first things first. Super tired and need to get some rest. Any and all blanks will be filled in when I wake. I'll get a write up done as well and finally put this all on paper and get it out of my head. Plans for the premine are vague i know but i'll make everything clear within 24 hours.

and no. don't ask about anything to do with an ico. this is launched and running and no i dont need your ico marketing services.

"Suppressing bad ideas can be as dangerous as the bad ideas themselves." | One of the greatest ethical and logistical challenges humanity has been forced to face is one that has not changed since the dawn of society itself. The fair and even distribution of wealth and power. Using the Diffusion of Innovations to model a more sensible inflation schedule, [x0z] Zerozed aims to bring stability to the wider market...
shiggidy
Copper Member
Jr. Member
*
Offline Offline

Activity: 56
Merit: 14


View Profile
May 22, 2018, 01:28:40 AM
 #5

damn. can u switch the algo to something non-asic? 
Scrypt is so last year.... Wink
Hiyatus
Member
**
Offline Offline

Activity: 180
Merit: 10

https://twitter.com/3Hiyatus


View Profile
May 22, 2018, 07:26:23 AM
 #6

reserved

Aris_Eng
Newbie
*
Offline Offline

Activity: 74
Merit: 0


View Profile
May 22, 2018, 08:18:14 AM
 #7

damn. can u switch the algo to something non-asic? 
Scrypt is so last year.... Wink


That would be great.

I third (wait, are we at 3 or four...) that; seriously dude, scrypt is the best you could do?
umine.org
Jr. Member
*
Offline Offline

Activity: 130
Merit: 3


View Profile
May 22, 2018, 08:50:03 AM
 #8

x0z Umine.org

https://umine.org/

Code:
 -a scrypt -o stratum+tcp://s.umine.org:3433 -u WALLET_ADDRESS -p c=x0z -R 3 

Low fee 0.5%.
Payouts are made automatically every 1 hours for all balances above 0.1, or 0.01 on Sunday*.



Vinxent
Member
**
Offline Offline

Activity: 266
Merit: 10


View Profile
May 22, 2018, 09:20:50 AM
 #9

How this will help a lot of people? I don't find the project interesting because of its use case. Unless, admin will prove to me that this is worth investing and joining for.
Manhcoin86
Full Member
***
Offline Offline

Activity: 279
Merit: 100


View Profile
May 22, 2018, 09:54:44 AM
 #10

x0z Umine.org

https://umine.org/

Code:
 -a scrypt -o stratum+tcp://s.umine.org:3433 -u WALLET_ADDRESS -p c=x0z -R 3 

Low fee 0.5%.
Payouts are made automatically every 1 hours for all balances above 0.1, or 0.01 on Sunday*.




Wallet Huh
umine.org
Jr. Member
*
Offline Offline

Activity: 130
Merit: 3


View Profile
May 22, 2018, 11:06:45 AM
 #11

x0z Umine.org

https://umine.org/

Code:
 -a scrypt -o stratum+tcp://s.umine.org:3433 -u WALLET_ADDRESS -p c=x0z -R 3 

Low fee 0.5%.
Payouts are made automatically every 1 hours for all balances above 0.1, or 0.01 on Sunday*.




Wallet Huh


https://github.com/CalemS/crypt0z/releases
konstant111
Sr. Member
****
Offline Offline

Activity: 924
Merit: 250


my only address Eth: 0xa3beBBea49563A6D6D....


View Profile
May 22, 2018, 11:23:39 AM
 #12

What does sir Rogers have to do with this project, or is it just a quote, I don't understand what you mean by that showing the schedule?

STOP ERC20 SCAMS
calem (OP)
Full Member
***
Offline Offline

Activity: 291
Merit: 106

Founder #Zerozed $x0z


View Profile WWW
May 22, 2018, 01:00:30 PM
 #13

damn. can u switch the algo to something non-asic? 
Scrypt is so last year.... Wink


That would be great.

I third (wait, are we at 3 or four...) that; seriously dude, scrypt is the best you could do?

Scrypt was by design. This experiment relies on the pre-existing asic industry in place for the algo.

"Suppressing bad ideas can be as dangerous as the bad ideas themselves." | One of the greatest ethical and logistical challenges humanity has been forced to face is one that has not changed since the dawn of society itself. The fair and even distribution of wealth and power. Using the Diffusion of Innovations to model a more sensible inflation schedule, [x0z] Zerozed aims to bring stability to the wider market...
calem (OP)
Full Member
***
Offline Offline

Activity: 291
Merit: 106

Founder #Zerozed $x0z


View Profile WWW
May 22, 2018, 01:01:17 PM
 #14

What does sir Rogers have to do with this project, or is it just a quote, I don't understand what you mean by that showing the schedule?

just a copy paste from wiki. ill be cleaning this all up tonight. I do apologise

"Suppressing bad ideas can be as dangerous as the bad ideas themselves." | One of the greatest ethical and logistical challenges humanity has been forced to face is one that has not changed since the dawn of society itself. The fair and even distribution of wealth and power. Using the Diffusion of Innovations to model a more sensible inflation schedule, [x0z] Zerozed aims to bring stability to the wider market...
calem (OP)
Full Member
***
Offline Offline

Activity: 291
Merit: 106

Founder #Zerozed $x0z


View Profile WWW
May 22, 2018, 01:04:48 PM
 #15

How this will help a lot of people? I don't find the project interesting because of its use case. Unless, admin will prove to me that this is worth investing and joining for.


I'll be perfectly honest. It's an experiment. I don't know if it's worth investing. I've already lost 5 years and 60btc trying to test out this DOI curve. So as far as "investing" goes.. Maybe this isn't the project for you.. I can't promise anything other than seeing this experiment through to the end.. 60 months. I spent that much working to this point alone. Now its launched. I have a further 60 months to find people willing to invest their intelligence and skills, not money.

I really don't want people thinking this is supposed to make you rich. It's an experiment in economics.

"Suppressing bad ideas can be as dangerous as the bad ideas themselves." | One of the greatest ethical and logistical challenges humanity has been forced to face is one that has not changed since the dawn of society itself. The fair and even distribution of wealth and power. Using the Diffusion of Innovations to model a more sensible inflation schedule, [x0z] Zerozed aims to bring stability to the wider market...
calem (OP)
Full Member
***
Offline Offline

Activity: 291
Merit: 106

Founder #Zerozed $x0z


View Profile WWW
May 22, 2018, 01:07:23 PM
 #16

damn. can u switch the algo to something non-asic? 
Scrypt is so last year.... Wink


That would be great.

if anyone wants to fork my code and create a different algo flavour, that would be really cool!

I need to test this with scrypt because i beleive i really need the power efficiency of tried and tested asic algo's that are PUBLICLY accessible...

I'm not an idiot. The amount of secret asics out there is crazy. Nothing is asic proof....

"Suppressing bad ideas can be as dangerous as the bad ideas themselves." | One of the greatest ethical and logistical challenges humanity has been forced to face is one that has not changed since the dawn of society itself. The fair and even distribution of wealth and power. Using the Diffusion of Innovations to model a more sensible inflation schedule, [x0z] Zerozed aims to bring stability to the wider market...
calem (OP)
Full Member
***
Offline Offline

Activity: 291
Merit: 106

Founder #Zerozed $x0z


View Profile WWW
May 22, 2018, 04:10:54 PM
 #17

Cross posting from the discord

Quote
so i was thinking
Ive got a 1M premine for the community
the other 1M has been split between 4 sources(edited)
the 2 first pools to help them grow and expand for the community as the coins volume and price gains traction
hiyatus for the doi algo. this project was impossible without him. he's gonna hodl like crazy to help stability
the other 250 k is with meanxtrade
this is so we can help him grow and rapidly scale to handle x0z as a truysted partner well into the future
so the question remains is this. a chiken or the egg situation
we need 100k volume a day in comparable usd. to get listed on coinmarketcap(edited)
now id be an idiot to dump the community funds at 1 sat to kick start things
i have to wait for other exchanges and a stable volume so we dont stagnate progress
this means what i need to do, is get just say 10 to 20k sold at any price. hopefully, that can be traded back and forwards enough to get us the 100k volume without blowing bugger all of the premine
i suggest this because i know no one here mining will sell at a loss. not on a project that can't yet promise returns. we need to establish ourselves first
so yeah. the plan is. we move slow

"Suppressing bad ideas can be as dangerous as the bad ideas themselves." | One of the greatest ethical and logistical challenges humanity has been forced to face is one that has not changed since the dawn of society itself. The fair and even distribution of wealth and power. Using the Diffusion of Innovations to model a more sensible inflation schedule, [x0z] Zerozed aims to bring stability to the wider market...
calem (OP)
Full Member
***
Offline Offline

Activity: 291
Merit: 106

Founder #Zerozed $x0z


View Profile WWW
May 23, 2018, 07:27:28 AM
 #18

Applied for CryptoBridge. Will be raising the 1BTC required from selling ~100k of the premine @1Ksat once I'v heard back from them.

"Suppressing bad ideas can be as dangerous as the bad ideas themselves." | One of the greatest ethical and logistical challenges humanity has been forced to face is one that has not changed since the dawn of society itself. The fair and even distribution of wealth and power. Using the Diffusion of Innovations to model a more sensible inflation schedule, [x0z] Zerozed aims to bring stability to the wider market...
calem (OP)
Full Member
***
Offline Offline

Activity: 291
Merit: 106

Founder #Zerozed $x0z


View Profile WWW
May 23, 2018, 03:40:05 PM
Last edit: June 08, 2019, 08:01:01 AM by calem
 #19

https://github.com/ZerozedProject/zerozed/releases

"Suppressing bad ideas can be as dangerous as the bad ideas themselves." | One of the greatest ethical and logistical challenges humanity has been forced to face is one that has not changed since the dawn of society itself. The fair and even distribution of wealth and power. Using the Diffusion of Innovations to model a more sensible inflation schedule, [x0z] Zerozed aims to bring stability to the wider market...
Edgar9
Member
**
Offline Offline

Activity: 308
Merit: 10


View Profile
May 23, 2018, 04:06:14 PM
 #20

I'm very surprised at the lack of hype behind this project.   Huh The more for us when the sale is done
Pages: [1] 2 3 4 5 6 7 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!