Gal Buki

Results 4 issues of Gal Buki

The library "bsv" and the block explorer "https://bchsvexplorer.com" can be used as an in-place solution to make datacash work on the bsv network.

With bsv.js (legacy 1.x version) we can define script flags when signing a transaction. e.g.: bsv.Interp.SCRIPT_ENABLE_MAGNETIC_OPCODES | bsv.Interp.SCRIPT_ENABLE_MONOLITH_OPCODES | bsv.Interp.SCRIPT_VERIFY_STRICTENC | bsv.Interp.SCRIPT_ENABLE_SIGHASH_FORKID | bsv.Interp.SCRIPT_VERIFY_LOW_S | bsv.Interp.SCRIPT_VERIFY_NULLFAIL | bsv.Interp.SCRIPT_VERIFY_DERSIG | bsv.Interp.SCRIPT_VERIFY_MINIMALDATA...

I'm trying to use Emacs 29.3 on Windows 11. Some packages are installed and loaded without any issue on first run. But when opening Emacs a second time the packages...