Port P2Pool to Salvium: SC1 address support and Carrot v1 transactions

- Implement SC1 address decode with varint tag parsing
- Add Salvium emission formula (80% PoW, 20% staking)
- Parse Carrot v1 transaction outputs (target.carrot_v1)
- Serialize asset_type, view_tag, encrypted_janus_anchor
- Update display: 8 decimals, SAL ticker
- Skip protocol_tx empty outputs in ZMQ parsing
This commit is contained in:
Matt Hess
2025-11-12 04:31:26 +00:00
parent 0a15afb3eb
commit 063ce6f90c
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "salvium_mini",
"password": "",
"block_time": 10,
"min_diff": 1000,
"pplns_window": 2160,
"uncle_penalty": 20
}

View File

@@ -0,0 +1,8 @@
{
"name": "salvium_nano",
"password": "",
"block_time": 10,
"min_diff": 100,
"pplns_window": 2160,
"uncle_penalty": 20
}