Gal Buki
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...
Add mounting holes for a [tenting puck](https://splitkb.com/collections/keyboard-parts/products/tenting-puck) to mount the keyboard PCB to a tripod. KiCad files: https://github.com/splitkb/tenting_puck
I work with the REPL and evaluate partial code to update individual parts independently from others. Using `reset_show()` or `show_object(..., clear=True)` is to intrusive as it clears all the parts...
I'm trying to implement a system where I have dblocks with backlinks from other denote files. The other files could themselves have a dblock with backlinks from yet more files....
Please add a function in the Ledger Chrome app that allows for the following API call: **Ledger.getAddress(path)** Request the address for a specific path. ``` javascript function callback(event) { response...