From de53dd838661f658ed63298d36222c3eff4142f9 Mon Sep 17 00:00:00 2001 From: wowario Date: Mon, 16 Mar 2020 02:46:08 -0500 Subject: [PATCH] build: prepare v0.7.1.0 update Signed-off-by: wowario --- README.md | 11 ++--------- src/checkpoints/checkpoints.cpp | 2 ++ src/version.cpp.in | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c3ace02f5..6b28068b1 100644 --- a/README.md +++ b/README.md @@ -23,31 +23,23 @@ An Android Wallet for Wownero - Web: [wownero.org](http://wownero.org) - Twitter: [@w0wn3r0](https://twitter.com/w0wn3r0) -- Discord: [discord.gg/sQt74ep](https://discord.gg/sQt74ep) - Reddit: [/r/wownero](https://www.reddit.com/r/wownero) - Mail: [wownero@protonmail.com](mailto:wownero@protonmail.com) - GitHub: [https://github.com/wownero/wownero](https://github.com/wownero/wownero) - IRC: [#wownero on Freenode](https://kiwiirc.com/client/irc.freenode.net/?nick=suchchatter|?#wownero) - Bitmessage Chan: wownero (`BM-2cSzWtrj2pzLva9GF1Jp2TYsnLjrnJpvba`) -- Network stats: [https://freeboard.io/board/c8mM2c](https://freeboard.io/board/c8mM2c) - Wownero Funding System: [https://funding.wownero.com](https://funding.wownero.com) - Keybase Chat Group: [https://keybase.io/team/wownero](https://keybase.io/team/wownero) Blockchain Explorers - https://explore.wownero.com - https://explorer.wowkira.com -- https://explorer.wowne.ro -- http://mk6s5cz7dudgvygg5ui6g67yhtzsk7tasnte7zbsgkx32d5o7dx42bqd.onion:8080 - http://wow5eqtzqvsg5jctqzg5g7uk3u62sfqiacj5x6lo4by7bvnj6jkvubyd.onion Free Public Nodes - wow7dhbgiljnkspkzpjyy66auegbrye2ptfv4gucgbhireg5rrjza5ad.onion:34568 - wow.aluisyo.network:34568 -[Node as a Service](https://monero.stackexchange.com/questions/11731/how-do-the-new-rpc-payment-options-for-monerod-work) -- node.wowne.ro:34568 (0.25 credits/hash) -- bzuwkwa3x64jni2u3mvcikkf3wtuxw3kdhmpsv4xqe4zuzaemllh5wyd.onion:34568 (0.25 credits/hash) - ## Introduction Wownero is a privacy-centric memecoin that was fairly launched on April 1, 2018 with no pre-mine, stealth-mine or ICO. Wownero has a maximum supply of around 184 million WOW with a slow and steady emission over 50 years. It is a fork of Monero, but with its own genesis block, so there is no degradation of privacy due to ring signatures using different participants for the same tx outputs on opposing forks. @@ -65,7 +57,8 @@ Dates are provided in the format YYYY-MM-DD. | 63469 | 2018-11-11 | Dank Doge | v0.4.0.0 | v0.4.0.0 | LWMA v4 | 81769 | 2019-02-19 | Erotic EggplantEmoji | v0.5.0.0 | v0.5.0.2 | Cryptonight/wow, LWMA v1 with N=144, Updated Bulletproofs, Fee Per Byte, Auto-churn | 114969 | 2019-06-14 | F For Fappening | v0.6.1.0 | v0.6.1.2 | RandomWOW, new block weight algorithm, slightly more efficient RingCT format -| 160777 | 2019-11-20 | Gaping Goatse | v0.7.0.0 | v0.7.0.0 | Only allow >= 2 outputs, change to the block median used to calculate penalty, rct sigs in coinbase forbidden, 4 unlock time as protocol rule +| 160777 | 2019-11-20 | Gaping Goatse | v0.7.0.0 | v0.7.1.0 | Only allow >= 2 outputs, change to the block median used to calculate penalty, rct sigs in coinbase forbidden, 4 unlock time as protocol rule +| XXXXX | 2020-04-XX | XXXX | v0.8.0.0 | v0.8.0.0 | Dandelion++ support X's indicate that these details have not been determined as of commit date. * indicates estimate as of commit date diff --git a/src/checkpoints/checkpoints.cpp b/src/checkpoints/checkpoints.cpp index c940accd2..8da4c6757 100644 --- a/src/checkpoints/checkpoints.cpp +++ b/src/checkpoints/checkpoints.cpp @@ -222,6 +222,8 @@ namespace cryptonote ADD_CHECKPOINT(115257, "338e056551087fe23d6c4b4280244bc5362b004716d85ec799a775f190f9fea9"); //Hard fork to v14 ADD_CHECKPOINT(118500, "2ef1cd0c68f1b8e1acf384109431b6377dbdbd6705964be17b7358c47ea07447"); ADD_CHECKPOINT(157400, "44445d1fcc845b4d6f8e7730c50af64c09031003d584cdeaa04d6523e0acc049"); + ADD_CHECKPOINT(160777, "9496690579af21f38f00e67e11c2e85a15912fe4f412aad33d1162be1579e755"); //Hard fork to v15 + ADD_CHECKPOINT(194444, "0aa7ea6ade2ee8f5a525a079c53888fac415826ee8d1e8c92caa52629773db35"); return true; } diff --git a/src/version.cpp.in b/src/version.cpp.in index 9100a3fc1..ce7f22f2b 100644 --- a/src/version.cpp.in +++ b/src/version.cpp.in @@ -1,5 +1,5 @@ #define DEF_MONERO_VERSION_TAG "@VERSIONTAG@" -#define DEF_MONERO_VERSION "0.7.0.0" +#define DEF_MONERO_VERSION "0.7.1.0" #define DEF_MONERO_RELEASE_NAME "Gaping Goatse" #define DEF_MONERO_VERSION_FULL DEF_MONERO_VERSION "-" DEF_MONERO_VERSION_TAG #define DEF_MONERO_VERSION_IS_RELEASE @VERSION_IS_RELEASE@