Skip to content

VanityTXID-Plugin v1.4.1 for Electron Cash

Compare
Choose a tag to compare
@TinosNitso TinosNitso released this 06 Nov 13:56
· 87 commits to main since this release
9ab5ee9

v1.4.1: SHA256 Checksum: c7f92fb851b3a8be5fa6da0739178b6e58211f90591f179461e13d999b536b10

  • Example button near title, which immediately demonstrates VanityTXID with a real example.
  • Appended time to hash rate. More decimals so at least one non-0 digit occurs.
  • window.show_message whenever there's a problem.
  • .setToolTip for many QtWidgets.
  • Animated Icon.webp. I've checked it uses 0% of CPU even with multiple wallets. It's just a BCH logo minute clock (1 FPS). I hope other plugins can do something more creative with the idea (playing movies inside a crypto wallet).
  • Added std::once_flag in C++ which now simplifies Python decoding of subprocess communication. Provide error msg if someone double clicks on exe. Simpler C++, with goto. Eliminated std::stringstream and compat/cpuid.h. Some improvements are thanks to pull request by cculianu. Speed may be like 0.1% faster; build sizes are smaller. A serious issue is whether we should switch to vectors instead of arrays. I chose arrays because vectors seem less quick.
  • Lack of espeak in Linux now unchecks the TTS box.
  • As usual, updating plugin version causes bug requiring EC restart.