Please login or register.

More mooo Monero coding - july-september

It's me again, planning for three more months, in which I'm planning to work on two main large changes:

  • blockchain pruning
  • payment for third party RPC services

Both of these are major upgrades which I've started already.

My current progress reports can be found in https://forum.getmonero.org/6/ideas/89998/moar-mooo-coding-april-june

With Monero currently at $157, three months at $30 + 0.1 monero yields 151 monero.

Thanks

Replies: 11
moneromooo edited 5 years ago Weight: 0 | Link [ - ]

First milestone:

  • monero-blockchain-ancestry tool for surae and incremental mode
  • misc monero-blockchain-blackball optimizations and incremental mode
  • new weight based fee system from ArticMine's specification
  • RNG improvements
  • wallet miscounting bug fix
  • tx validation caching
  • encrypted wallet key storage
  • the mnemonic seed is now wiped from memory after use
  • many misc other fixes and improvements
nioc posted 5 years ago Weight: 0 | Link [ - ]

moneromoo obviously knows Monero intimately. Watching the way moneromooo interacts with all the people he works with, guiding those that are new and trying to help this project as well as helping those that ask for help is testament to how important he is to Monero.

Looking forward to donating some mooonero :)

antw081 edited 5 years ago Weight: 0 | Link [ - ]

Donated.

keatonofthedrake edited 5 years ago Weight: 0 | Link [ - ]

Donated

Alex058 edited 5 years ago Weight: 0 | Link [ - ]

Yes, donated

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

3 XMR donated from XMR.TO

pa edited 5 years ago Weight: 0 | Link [ - ]

Donated

el_ruobuob edited 5 years ago Weight: 0 | Link [ - ]

Donated 0.2

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

Third milestone done:

  • new blackball format (smaller, faster)
  • new DNS server set with DNSSEC support
  • fix for a longstandanding DNS unit test
  • fix for misreporting of duplicate output keys
  • random fixes from coverity reports
  • DoS fixes
  • more bulletproof tweaks with sarang
  • fix daemonizer for windows with iDunk's help
  • block rate probabilistic warnings
  • more blackball speedup
  • block and wallet notification by calling programs
  • the usual random minor fixes, tweaks, and improvements
moneromooo edited 5 years ago Weight: 0 | Link [ - ]

Thanks people.

Latest substantial change is optional SSL for P2P and RPC: https://github.com/monero-project/monero/pull/4011. Enjoy more privacy :)

moneromooo edited 5 years ago Weight: 0 | Link [ - ]

Second milestone done:

  • switch to libsodium's RNG
  • show_transfers now distinguishes mined blocks
  • caching to speed up mining
  • wallet core dumps are now disabled in release mode (to avoid secret keys being written to disk)
  • fix for multiple counting in the wallet
  • wipe seed and secret keys from memory after use
  • keep secret spend key encrypted in memory
  • various speedups and improvements for multiexp and bulletproofs
  • new weight based fee system for txes from v8 (from ArticMine's design)
  • monero-wallet-cli can now transfer to a monero: URI
  • many improvements to monero-blockchain-blackball
  • fix language detection in seed probing
  • use mlock to avoid secret keys being swapped to disk
  • new DNSSEC trut anchor for the october rollover
  • sort extra fields to remove some fingerprinting bits
  • misc speedups, fixes, and improvements