diff --git a/content/weekly/issue-225/_index.md b/content/weekly/issue-225/_index.md new file mode 100644 index 0000000..28ace96 --- /dev/null +++ b/content/weekly/issue-225/_index.md @@ -0,0 +1,113 @@ +--- +type: weekly +layout: weekly + +date: "2025-02-03T14:17:02-06:00" +issuenumber: 225 +title: "Issue 225: January 23 - February 3, 2025" +--- + +### Table of Contents: + +- [Recent News](#news) +- [Upcoming Events](#events) +- [CCS Proposals](#proposals) +- [Price & Blockchain Stats](#stats) +- [Volunteer Opportunities](#volunteer) +- [Support](#support) + +### Recent News {#news} + +{{% newsbyte %}} +RetoSwap [v1.0.8](https://github.com/retoaccess1/haveno-reto/releases/tag/v1.0.18) with important usability fixes; translation updates; and miscellaneous bug fixes. Boldsuck added [documentation](https://boldsuck.github.io/haveno-reto-docs/haveno-ui/security/#tor-config) for monero nodes and highlighted TailsOS installation. +{{% /newsbyte %}} + +{{% newsbyte %}} +Cake v4.23.0 and Monero.com v1.20.0 [released](https://github.com/cake-tech/cake_wallet/releases/tag/v4.23.0), adding Monero/Wownero passphrase support, decentralized cross-chain exchange, Chainflip; merging UI enhancements; and squashing away some bugs. How to join the beta testing [squad](https://forum.cakewallet.com/t/how-to-join-beta-testing/13). Feedback? [Here](https://forum.cakewallet.com/t/v4-23-0-beta-testing/87)! +{{% /newsbyte %}} + +{{% newsbyte %}} +Monero v0.18.4.0 point release coming soon^(tm). selsta's pull [request](https://github.com/monero-project/monero/issues/9758), outlining a short ToDo list before then. +{{% /newsbyte %}} + +{{% newsbyte %}} +[Monero Observer Blitz #38](https://monero.observer/monero-observer-blitz-january-2025/) - January 2025. +{{% /newsbyte %}} + +### Upcoming Events {#events} + +{{% event "February 4, 2024 (Tuesday) - 18:00 UTC" %}} +Cuprate Workgroup Meeting - [#cuprate](irc://irc.libera.chat/#cuprate) IRC channel; Matrix [room](https://matrix.to/#/#cuprate:monero.social). +{{% /event %}} + +{{% event "February 5, 2024 (Wednesday) - 18:00 UTC" %}} +Research Lab Meeting - [#monero-research-lab](irc://irc.libera.chat/#monero-research-lab) IRC channel; Matrix [room](https://matrix.to/#/#monero-research-lab:monero.social). +{{% /event %}} + +### CCS Proposal Ideas {#proposals} + +Below you can find some CCS proposal ideas open for discussion. + +{{% ccs_item link="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/531" author="4rkal" %}} +dmvp2p: Donate Monero Via P2Pool +{{% /ccs_item %}} + +{{% ccs_item link="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/535" author="rottenwheel" %}} +Revuo Monero Maintenance (2025 Q1) +{{% /ccs_item %}} + +{{% ccs_item link="https://repo.getmonero.org/monero-project/ccs-proposals/-/merge_requests/538" author="napoly" last=1 %}} +Btcpayserver plugin +{{% /ccs_item %}} + +### CCS Proposals Need Funding + +{{% ccs_item link="https://ccs.getmonero.org/proposals/v1docq47-monerotopia-2024-voiceovers-and-working-on-xmr.ru.html" author="v1docq47" goal=45.6 raised=11.13 %}} +monerotopia 2024 voiceovers and working on xmr.ru +{{% /ccs_item %}} + +### Price & Blockchain Stats {#stats} + +###### Blockchain Stats + +{{< bc_stats + height="3339776" + hashrate="3.91 GH/s" + txs_per_block="36.91" + avg_txs_per_day="27413" + block_reward="0.6" + + date="February 3, 2025" +>}} + +###### XMR Blocks Distribution in last 1000 blocks + +![Hashrate Pool Distribution Pie Chart](./hash.png) + +###### Price & Performance + +{{< price_performance + market_cap="4,055,146,638" + street_price="198.07" + + table_date="02/03/24" + price_usd="219.91,+3.93,+12.55,+34.52" + price_eur="213.60,+5.92,+12.72,+41.09" + price_btc="0.002164,+1.92,+8.76,-43.03" + + date="February 3, 2025" +>}} + +###### XMR Price Graph + +![XMR Price Graph](./price.png) + +Sources: [miningpoolstats.stream](https://miningpoolstats.stream/monero); [bitinfocharts.com](https://bitinfocharts.com/monero/); [coingecko.com](https://www.coingecko.com/en/coins/monero); [localmonero.co blocks](https://localmonero.co/blocks); [haveno.markets](https://haveno.markets/). + +{{< volunteer >}} +{{% volunteer_item title="Test Monero Core Software" link="https://github.com/monero-project/monero" %}} +Anyone with moderate technical ability is encouraged to try to build and run Monero nightlies. Do not trust it with your Monero, but feel free to open an Issue on GitHub as problems arise. Instructions to build on your OS of choice can be found [here](https://github.com/monero-project/monero#compiling-monero-from-source). +{{% /volunteer_item %}} +{{< /volunteer >}} + +{{< support />}} diff --git a/content/weekly/issue-225/cover.png b/content/weekly/issue-225/cover.png new file mode 100644 index 0000000..06bc0e4 Binary files /dev/null and b/content/weekly/issue-225/cover.png differ diff --git a/content/weekly/issue-225/hash.png b/content/weekly/issue-225/hash.png new file mode 100644 index 0000000..ceb3a7d Binary files /dev/null and b/content/weekly/issue-225/hash.png differ diff --git a/content/weekly/issue-225/price.png b/content/weekly/issue-225/price.png new file mode 100644 index 0000000..a9c445f Binary files /dev/null and b/content/weekly/issue-225/price.png differ