Please login or register.

moneromooo: january - march coding

Hello all,

It's me again, asking for donations to continue working on monero. For reference, I just posted this month's highlights:

  • mark-spent-outputs now finds more known spent outputs
  • plenty of speedups
  • fix fast sync when a tx is already in the pool
  • fix optimized tx bulletproofs for ledger
  • more work on pruning (plus pruning known spent amount data)
  • misc fixes for bigendian (doesn't sync yet)
  • more unit tests
  • out of sync difficulty investigation
  • p2p tx message padding
  • save ring members after selection (privacy gain)
  • new non destructive blockchain rescan
  • code review
  • many smaller fixes and improvements

I'm planning to continue working full time on monero. My main goals will be pruning (almost ready now, a branch is available for sync testing) and getting the next release ready and stable (planning early for january this time). Donations are very much appreciated. Using the current price of 59.09, at the notional $30+0.2 rate, the next three months' target is 368 monero. Thank you again.

Replies: 16
antw081 edited 5 years ago Weight: 0 | Link [ + ]

Donated.

OsrsNeedsF2P posted 5 years ago Weight: 0 | Link [ + ]

Donated ❤️❤️❤️

ViolentlyPeaceful posted 5 years ago Weight: 0 | Link [ + ]

Donated.

keatonofthedrake posted 5 years ago Weight: 0 | Link [ + ]

Donated! Thanks again Moo!

obit33 posted 5 years ago Weight: 0 | Link [ + ]

donated, keep up the good work, we love you!

schwinus posted 5 years ago Weight: 0 | Link [ + ]

Insightful masterpiece here: Donated:)

Kukri1234 posted 5 years ago Weight: 0 | Link [ + ]

❤️

anhdres posted 5 years ago Weight: 0 | Link [ + ]

Donated!

MoneroGermany posted 5 years ago Weight: 0 | Link [ + ]

Donated!

binaryFate edited 5 years ago Weight: 0 | Link [ + ]

+20 XMR on behalf of XMR.to

Alex058 posted 5 years ago Weight: 0 | Link [ + ]

Donated!

esperantomato posted 5 years ago Weight: 0 | Link [ + ]

Dontated

moneromooo posted 5 years ago Weight: 0 | Link [ + ]

Thanks again everyone, for supporting my work on monero.

moneromooo posted 5 years ago Weight: 16 | Link [ - ]

January overview:

  • last touches on pruning, finally in
  • performance tests improvements (stats)
  • fix the wallet cache going out of sync on error
  • fix seed parsing with mismatched case
  • new --reorg-notify monerod option
  • more work on multiuser txes
  • more work on SSL
  • fix restricted rpc causing some daemon commands to get partial data
  • some tx space savings (proposed by knaccc)
  • blockchain_ancestry improveents, and can now get a single output's history
  • do not display potentially attacker control text in the wallet
  • better network buffer data structure
  • remove ability to use detached short payment ids in the wallet
  • add a dummy short payment id to try and make txes more uniform
  • fix duplicate tx notifications
  • the usual random speedups, improvements, tweaks and code review
moneromooo edited 5 years ago Weight: 72 | Link [ - ]

February overview:

  • Integration of CNv4 JIT from SChernykh
  • ArticMine's new block weight limit algorithm
  • "Sync search" mode for nodes without incoming connections
  • New mining_status command, shows all (smart) mining setup
  • 0.14.0.0 patch selection and porting
  • New validate_address RPC
  • New --block-rate-notify option to help spot attacks
  • Optimal mining thread autodetection
  • Payment ID improvements
  • More work on multiuser txes
  • Automatic DNS fallback to TCP if DNSSEC fails
  • And the usual smaller bits and bobs