Skip to content

Commit

Permalink
Merge pull request #986 from cipig/via
Browse files Browse the repository at this point in the history
restore VIA-segwit, replace bad VIA electrum
  • Loading branch information
smk762 authored Mar 8, 2024
2 parents 03bd713 + eddfda7 commit 2bad610
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
31 changes: 31 additions & 0 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -12173,6 +12173,37 @@
"homepage": "https://viacoin.org"
}
},
{
"coin": "VIA-segwit",
"name": "viacoin",
"fname": "Viacoin",
"sign_message_prefix": "Viacoin Signed Message:\n",
"rpcport": 5222,
"pubtype": 71,
"p2shtype": 33,
"wiftype": 199,
"txfee": 100000,
"dust": 54600,
"required_confirmations": 7,
"mature_confirmations": 3600,
"avg_blocktime": 24,
"segwit": true,
"bech32_hrp": "via",
"address_format": {
"format": "segwit"
},
"orderbook_ticker": "VIA",
"mm2": 1,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/14'",
"trezor_coin": "Viacoin",
"links": {
"github": "https://github.com/viacoin",
"homepage": "https://viacoin.org"
}
},
{
"coin": "VITE-BEP20",
"name": "vite_bep20",
Expand Down
8 changes: 7 additions & 1 deletion electrums/VIA
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[
{
"url": "88.99.26.209:5102"
"url": "electrum3.cipig.net:20073",
"ws_url": "electrum3.cipig.net:30073",
"protocol": "SSL",
"contact": [
{ "email": "[email protected]" },
{ "discord": "cipi#4502" }
]
},
{
"url": "via-ex-one.ewmci.online:50002",
Expand Down

0 comments on commit 2bad610

Please sign in to comment.