WorldCoin (OP)
|
|
August 13, 2013, 12:45:51 AM Last edit: August 13, 2013, 06:51:01 PM by WorldCoin |
|
Worldcoin has been released to the world for about 3 months. We designed WorldCoin to be fast enough for day to day transactions but still very secure. Full confirmations occur in about 60 seconds or less. However, it has come to our attention that there is an issue with orphans, and we would like to address this. Today the v6.4.1 patch has been released to address this issue. Block times, reward, and confirmations have been modified. NOTE: the amount of WDC created per day has stayed exactly the same. 1. Block time changed from 15 to 30 seconds. 2. Block reward changed from 32 to 64 coins (to maintain the same number of coins/hour). 3. Confirmation amount changed from 4 to 2 (to maintain current 1 minute confirmations).
There are a few other changes as well: 1. The current coin reward will not halve at a certain block any longer. Instead, the reward will gradually decrease 1% every week. 2. If the reward reaches 1 WDC, it will not decrease any longer, but will stay at 1 WDC/block for the life of the coin. 3. The difficulty will update a maximum of 10% either direction every 120 blocks or ~1 hr (vs the current 400% per ~8 hours). SpecificationsBlock Time: 30 Sec.Confirmations: 2Difficulty Retarget: About 1 hour (120 blocks)Block Reward: 64 coins, reduced 1% every week (20,160 blocks)Coins: 265,420,800A year after the patch, we estimate the reward to be be around 38 WDC/block, or about a 41% decrease during that time period. After 8 years, it is estimated that the reward will be at 1 WDC/block. This patch will take effect around August 30th, or at block 600,000. All users should update their wallets and daemons to the new version by block 600,000-older versions won't work after this point. FilesDownload the WorldCoin client (6.4.1) and start using it today. If you have an older version you need to update it as soon as possible. Windows Client:http://worldcoin.unocs.com/sites/default/files/Worldcoin-windows-6.4.1.zipGet the official client from an alternate source: coming soon... Linux Ubuntu (Mint) Client:http://worldcoin.unocs.com/sites/default/files/Worldcoin-linux-6.4.1.tar.gzOr, compile it yourself: "How to compile Linux client" instructions: https://bitcointalk.org/index.php?topic=212621.msg2229730#msg2229730Mac OSX Client:http://worldcoin.unocs.com/sites/default/files/Worldcoin-OSX-6.4.1.zipSource Code:https://github.com/worldcoinproject/Worldcoin
|
|
|
|
nerdcustoms
|
|
August 13, 2013, 12:48:48 AM |
|
I know a lot of people have really been anticipating a patch change. Make sure to update before block 600,000! NerdCustoms
|
|
|
|
gudmunsn
|
|
August 13, 2013, 12:49:55 AM |
|
I'm pretty excited about this. I think it will greatly reduce the orphan rate...
|
|
|
|
sumantso
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
August 13, 2013, 12:52:40 AM |
|
The 1% decrease a week sounds good. Should still give enough time for new miners to get a lot of coins.
|
|
|
|
amosmc
Newbie
Offline
Activity: 18
Merit: 0
|
|
August 13, 2013, 12:59:19 AM |
|
any nodes?
|
|
|
|
gudmunsn
|
|
August 13, 2013, 01:04:57 AM |
|
any nodes?
the client is on the old algorithm until aug 30th so I'd assume you can keep using same nodes...
|
|
|
|
forsetifox
|
|
August 13, 2013, 02:24:16 AM Last edit: August 13, 2013, 04:16:28 AM by forsetifox |
|
Hm.. interesting. I may stock pile some coins.
edit: This client indefinitely hangs for me. Even after the blockchain has been downloaded.
|
|
|
|
gudmunsn
|
|
August 13, 2013, 04:36:42 AM |
|
Hm.. interesting. I may stock pile some coins.
edit: This client indefinitely hangs for me. Even after the blockchain has been downloaded.
Hmm, I wonder why that could be. Are you running the windows version, or on linux/apple? Have you tried deleting everything but your wallet.dat?
|
|
|
|
forsetifox
|
|
August 13, 2013, 04:52:12 AM |
|
Windows 7. I've got about 12 clients on this computer and all work fine.
I think I'm going to get the previous version and have it download the blockchain again.
edit: Hm.. this one is hanging too. I'm going to try to use the worldcoind.exe to download the chain and then run the QT when that's done.
|
|
|
|
dreamwatcher
Legendary
Offline
Activity: 1064
Merit: 1000
|
|
August 13, 2013, 04:54:23 AM |
|
Git source will not compile on Linux. Attempted on two systems (CryptoCoin Explorer server (Ubuntu 13.4) and local development system (Mint 15 KDE) Daemon compile errors out with : /bin/sh ../share/genbuild.sh obj/build.h : not foundnbuild.sh: 2: ../share/genbuild.sh: ../share/genbuild.sh: 36: ../share/genbuild.sh: Syntax error: end of file unexpected (expecting "then") make: *** [obj/build.h] Error 2
QT compile errors out with: share/genbuild.sh:-1: error: 2: share/genbuild.sh: : not found share/genbuild.sh:-1: error: 36: share/genbuild.sh: Syntax error: end of file unexpected (expecting "then")
|
|
|
|
portice
Legendary
Offline
Activity: 999
Merit: 1000
|
|
August 13, 2013, 04:55:11 AM |
|
Fair patch, I like it
|
|
|
|
WorldCoin (OP)
|
|
August 13, 2013, 05:05:38 AM Last edit: August 13, 2013, 05:25:42 AM by WorldCoin |
|
Git source will not compile on Linux. Attempted on two systems (CryptoCoin Explorer server (Ubuntu 13.4) and local development system (Mint 15 KDE)
Ahh, yes. We were running into this error as well. It was due to the obj dir not existing in Worldcoin/src with full permissions. That is currently being added to the git repo. Thanks for pointing that out. Edit: This has been added to the repo and a fresh download from github has been confirmed to compile worldcoind and worldcoin-qt.
|
|
|
|
gudmunsn
|
|
August 13, 2013, 05:15:43 AM |
|
Windows 7. I've got about 12 clients on this computer and all work fine.
I think I'm going to get the previous version and have it download the blockchain again.
edit: Hm.. this one is hanging too. I'm going to try to use the worldcoind.exe to download the chain and then run the QT when that's done.
Interesting. I have the client up and running on windows 7 x64 ( https://i.imgur.com/aWfXh1H.jpg). Did your blockchain re-download work?
|
|
|
|
digger
|
|
August 13, 2013, 05:29:02 AM |
|
Git source will not compile on Linux. Attempted on two systems (CryptoCoin Explorer server (Ubuntu 13.4) and local development system (Mint 15 KDE) Daemon compile errors out with : /bin/sh ../share/genbuild.sh obj/build.h : not foundnbuild.sh: 2: ../share/genbuild.sh: ../share/genbuild.sh: 36: ../share/genbuild.sh: Syntax error: end of file unexpected (expecting "then") make: *** [obj/build.h] Error 2
QT compile errors out with: share/genbuild.sh:-1: error: 2: share/genbuild.sh: : not found share/genbuild.sh:-1: error: 36: share/genbuild.sh: Syntax error: end of file unexpected (expecting "then")
same problem
|
|
|
|
iamatrix
|
|
August 13, 2013, 05:38:19 AM |
|
Git source will not compile on Linux. Attempted on two systems (CryptoCoin Explorer server (Ubuntu 13.4) and local development system (Mint 15 KDE) Daemon compile errors out with : /bin/sh ../share/genbuild.sh obj/build.h : not foundnbuild.sh: 2: ../share/genbuild.sh: ../share/genbuild.sh: 36: ../share/genbuild.sh: Syntax error: end of file unexpected (expecting "then") make: *** [obj/build.h] Error 2
QT compile errors out with: share/genbuild.sh:-1: error: 2: share/genbuild.sh: : not found share/genbuild.sh:-1: error: 36: share/genbuild.sh: Syntax error: end of file unexpected (expecting "then")
same problem in src dir "mkdir obj"
|
PhenixEx cryptocurrency exchange | Lifetime lower trading fees? Sign up here! | Let others sign up with your referral link and receive 25% of their trading fees!
|
|
|
Prelude
Legendary
Offline
Activity: 1596
Merit: 1000
|
|
August 13, 2013, 05:45:22 AM |
|
Awesome news, and great work! Very sensible changes which will help WDC come along.
Will update my client next time I'm home.
|
|
|
|
forsetifox
|
|
August 13, 2013, 07:04:54 AM |
|
I figured it out. It's been a long time since my yacoin client has prevented other clients from starting. That was it.
|
|
|
|
cryptocoinsnews
|
|
August 13, 2013, 07:13:55 AM |
|
|
/David Parker, Director of CCN
|
|
|
Kruncha
|
|
August 13, 2013, 10:12:57 AM |
|
Updated without a problem, thanks (windows 7) K.
|
|
|
|
jdebunt
Legendary
Offline
Activity: 1596
Merit: 1010
|
|
August 13, 2013, 11:14:12 AM |
|
sounds like a good patch, updating my client as soon as i get home
|
|
|
|
|