Skip to content

VanityTXID-Plugin v1.0.1 for Electron Cash on Windows

Compare
Choose a tag to compare
@TinosNitso TinosNitso released this 06 Oct 13:12
· 285 commits to main since this release
b5a1d78
  • Now support uncompressed keys. e.g. www.blockchain.com/bch/tx/000000821afbda9e137ab90bf5de3cad8bf8a3bbe218b7f9c26566ec5779fd8f
  • Have improved UI with labels.
  • Have fixed many error reports by using try:/except: functions. Crashes honestly never happened for me at first 'cause I was testing on portable EC - it depends on the EC edition whether try:/except: is really needed. e.g. non-portable EC no longer reports error on TaskKill.
  • Using Python bitcoin.int_to_hex
  • del(Password) after it's used.
  • 128<Thread#<256 now allowed (was bug in C++ code). I've found 256 threads might be a tiny bit faster than 8 for patterns six long.