Releases: deezy-inc/sat-hunter
Releases · deezy-inc/sat-hunter
v1.1.3 - Add Runes + halving sats
What's Changed
- Enable
block_840000
tag type - Enable
runes
as a tag type - you can now hunt for lost Runes!
Full Changelog: v1.1.2...v1.1.3
v1.1.2 - Enable legacy sats
What's Changed
- Enable legacy sats
- Fix coinbase prime in #86
To update, run git fetch && git checkout 1.1.2
Full Changelog: v1.1.1...v1.1.2
v1.1.1 - Fix Coldcard Default HSM Policy
What's Changed
- Fixes a bug in HSM rule generation where the default policy would result in a rejected txn if rare sats were found: #88
To update, run git fetch && git checkout 1.1.1
Full Changelog: v1.1.0...v1.1.1
v1.1.0 - Coldcard HSM Support
What's Changed
- Coldcard HSM support https://github.com/deezy-inc/sat-hunter/blob/main/README.md#coldcard-hsm
- Add mempool fallback configuration
- Enable split_special_ranges
- Add sign and send scripts for Bitcoin Core #78
- Allow multiple tag limits in bulk transfer. This allows a user to set more complex
tag_limits
for their bulk transfer. A common example is when somebody wants to send uncommon sats, but not alpha sats. To do this they can do:
hunter:bulk-transfer 1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa 3J98t1WpEZ73CNmQviecrnyiWrnqRhWNLy uncommon "uncommon:50,alpha:0" 30
To update, run git fetch && git checkout 1.1.0
Full Changelog: v1.0.1...v1.1.0
v1.0.1 - Notifications
What's Changed
- Feature: Add 450x + uniform_palinception special sats
- Feature: Notifications for new releases
- Improved fee rate tuning for RBF txns
- Ignore sent dust UTXOs for RBF
- Improved hunter:bulk-transfer instructions
Full Changelog: v1.0.0...v1.0.1
v1.0.0: Initial release
- Initial release