diff --git a/defs/.gitignore b/defs/.gitignore new file mode 100644 index 0000000000..e42d9910a2 --- /dev/null +++ b/defs/.gitignore @@ -0,0 +1 @@ +coins.json diff --git a/defs/coins/bcash.json b/defs/coins/bcash.json index 2db1b8d622..277cbc740b 100644 --- a/defs/coins/bcash.json +++ b/defs/coins/bcash.json @@ -1,8 +1,10 @@ { - "maintainer": "Jochen Hoenicke ", "coin_name": "Bcash", "coin_shortcut": "BCH", "coin_label": "Bitcoin Cash", + "website": "", + "github": "", + "maintainer": "Jochen Hoenicke ", "curve_name": "secp256k1", "address_type": 0, "address_type_p2sh": 5, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, "cashaddr_prefix": "bitcoincash", - "bip44": 145, + "slip44": 145, "segwit": false, "decred": false, "forkid": 0, diff --git a/defs/coins/bcash_testnet.json b/defs/coins/bcash_testnet.json index 428bb892ae..a896d9acc9 100644 --- a/defs/coins/bcash_testnet.json +++ b/defs/coins/bcash_testnet.json @@ -1,8 +1,10 @@ { - "maintainer": "Jochen Hoenicke ", "coin_name": "Bcash Testnet", "coin_shortcut": "TBCH", "coin_label": "Bitcoin Cash Testnet", + "website": "", + "github": "", + "maintainer": "Jochen Hoenicke ", "curve_name": "secp256k1", "address_type": 111, "address_type_p2sh": 196, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, "cashaddr_prefix": "bchtest", - "bip44": 1, + "slip44": 1, "segwit": false, "decred": false, "forkid": 0, diff --git a/defs/coins/bgold.json b/defs/coins/bgold.json index cba5fe4b7c..2e37f36efb 100644 --- a/defs/coins/bgold.json +++ b/defs/coins/bgold.json @@ -1,8 +1,10 @@ { - "maintainer": "Saleem Rashid ", "coin_name": "Bgold", "coin_shortcut": "BTG", "coin_label": "Bitcoin Gold", + "website": "", + "github": "", + "maintainer": "Saleem Rashid ", "curve_name": "secp256k1", "address_type": 38, "address_type_p2sh": 23, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": "049d7cb2", "bech32_prefix": "btg", "cashaddr_prefix": null, - "bip44": 156, + "slip44": 156, "segwit": true, "decred": false, "forkid": 79, diff --git a/defs/coins/bitcoin.json b/defs/coins/bitcoin.json index b0967216d8..e755e44987 100644 --- a/defs/coins/bitcoin.json +++ b/defs/coins/bitcoin.json @@ -1,8 +1,10 @@ { - "maintainer": "Pavol Rusnak ", "coin_name": "Bitcoin", "coin_shortcut": "BTC", "coin_label": "Bitcoin", + "website": "", + "github": "", + "maintainer": "Pavol Rusnak ", "curve_name": "secp256k1", "address_type": 0, "address_type_p2sh": 5, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": "049d7cb2", "bech32_prefix": "bc", "cashaddr_prefix": null, - "bip44": 0, + "slip44": 0, "segwit": true, "decred": false, "forkid": null, diff --git a/defs/coins/bitcoin_testnet.json b/defs/coins/bitcoin_testnet.json index 0554d3a831..ffa0eb18e8 100644 --- a/defs/coins/bitcoin_testnet.json +++ b/defs/coins/bitcoin_testnet.json @@ -1,8 +1,10 @@ { - "maintainer": "Pavol Rusnak ", "coin_name": "Testnet", "coin_shortcut": "TEST", "coin_label": "Testnet", + "website": "", + "github": "", + "maintainer": "Pavol Rusnak ", "curve_name": "secp256k1", "address_type": 111, "address_type_p2sh": 196, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": "044a5262", "bech32_prefix": "tb", "cashaddr_prefix": null, - "bip44": 1, + "slip44": 1, "segwit": true, "decred": false, "forkid": null, diff --git a/defs/coins/bprivate.json b/defs/coins/bprivate.json index c54dae9e52..b89070ba93 100644 --- a/defs/coins/bprivate.json +++ b/defs/coins/bprivate.json @@ -1,8 +1,10 @@ { - "maintainer": "Chris Sulmone ", "coin_name": "Bprivate", "coin_shortcut": "BTCP", "coin_label": "Bitcoin Private", + "website": "", + "github": "", + "maintainer": "Chris Sulmone ", "curve_name": "secp256k1", "address_type": 4901, "address_type_p2sh": 5039, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, "cashaddr_prefix": null, - "bip44": 183, + "slip44": 183, "segwit": false, "decred": false, "forkid": 42, diff --git a/defs/coins/crown.json b/defs/coins/crown.json index 225c425f57..a6a37dedc4 100644 --- a/defs/coins/crown.json +++ b/defs/coins/crown.json @@ -2,6 +2,9 @@ "coin_name": "Crown", "coin_shortcut": "CRW", "coin_label": "Crown", + "website": "", + "github": "", + "maintainer": "hypermist ", "curve_name": "secp256k1", "address_type": 0, "address_type_p2sh": 28, @@ -13,7 +16,8 @@ "xpub_magic": "0488b21e", "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, - "bip44": 72, + "cashaddr_prefix": null, + "slip44": 72, "segwit": false, "decred": false, "forkid": null, diff --git a/defs/coins/dash.json b/defs/coins/dash.json index 925ed97722..200224a002 100644 --- a/defs/coins/dash.json +++ b/defs/coins/dash.json @@ -1,8 +1,10 @@ { - "maintainer": "Karel Bilek ", "coin_name": "Dash", "coin_shortcut": "DASH", "coin_label": "Dash", + "website": "", + "github": "", + "maintainer": "Karel Bilek ", "curve_name": "secp256k1", "address_type": 76, "address_type_p2sh": 16, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, "cashaddr_prefix": null, - "bip44": 5, + "slip44": 5, "segwit": false, "decred": false, "forkid": null, diff --git a/defs/coins/dash_testnet.json b/defs/coins/dash_testnet.json index db809303d4..9d03022b1f 100644 --- a/defs/coins/dash_testnet.json +++ b/defs/coins/dash_testnet.json @@ -1,8 +1,10 @@ { - "maintainer": "Karel Bilek ", "coin_name": "Dash Testnet", "coin_shortcut": "tDASH", "coin_label": "Dash Testnet", + "website": "", + "github": "", + "maintainer": "Karel Bilek ", "curve_name": "secp256k1", "address_type": 140, "address_type_p2sh": 19, @@ -14,8 +16,10 @@ "xpub_magic": "043587cf", "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, - "bip44": 1, + "cashaddr_prefix": null, + "slip44": 1, "segwit": false, + "decred": false, "forkid": null, "force_bip143": false, "default_fee_b": { diff --git a/defs/coins/decred_testnet.json b/defs/coins/decred_testnet.json index f92623f7b2..98e0630ce0 100644 --- a/defs/coins/decred_testnet.json +++ b/defs/coins/decred_testnet.json @@ -1,8 +1,10 @@ { - "maintainer": "Saleem Rashid ", "coin_name": "Decred Testnet", "coin_shortcut": "TDCR", - "coin_label": "Testnet", + "coin_label": "Decred Testnet", + "website": "", + "github": "", + "maintainer": "Saleem Rashid ", "curve_name": "secp256k1_decred", "address_type": 3873, "address_type_p2sh": 3836, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, "cashaddr_prefix": null, - "bip44": 1, + "slip44": 1, "segwit": false, "decred": true, "forkid": null, diff --git a/defs/coins/denarius.json b/defs/coins/denarius.json index bc861abded..9c8b3ea477 100644 --- a/defs/coins/denarius.json +++ b/defs/coins/denarius.json @@ -1,8 +1,10 @@ { - "maintainer": "carsenk ", "coin_name": "Denarius", "coin_shortcut": "DNR", "coin_label": "Denarius", + "website": "", + "github": "", + "maintainer": "carsenk ", "curve_name": "secp256k1", "address_type": 30, "address_type_p2sh": 90, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, "cashaddr_prefix": null, - "bip44": 116, + "slip44": 116, "segwit": false, "decred": false, "forkid": null, diff --git a/defs/coins/digibyte.json b/defs/coins/digibyte.json index 4b3fb8cae7..c13035ecff 100644 --- a/defs/coins/digibyte.json +++ b/defs/coins/digibyte.json @@ -1,8 +1,10 @@ { - "maintainer": "DigiByte ", "coin_name": "DigiByte", "coin_shortcut": "DGB", "coin_label": "DigiByte", + "website": "", + "github": "", + "maintainer": "DigiByte ", "curve_name": "secp256k1", "address_type": 30, "address_type_p2sh": 63, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": "049d7cb2", "bech32_prefix": "dgb", "cashaddr_prefix": null, - "bip44": 20, + "slip44": 20, "segwit": true, "decred": false, "forkid": null, diff --git a/defs/coins/dogecoin.json b/defs/coins/dogecoin.json index cd96ce13e7..f1b2d350c1 100644 --- a/defs/coins/dogecoin.json +++ b/defs/coins/dogecoin.json @@ -1,8 +1,10 @@ { - "maintainer": "Karel Bilek ", "coin_name": "Dogecoin", "coin_shortcut": "DOGE", "coin_label": "Dogecoin", + "website": "", + "github": "", + "maintainer": "Karel Bilek ", "curve_name": "secp256k1", "address_type": 30, "address_type_p2sh": 22, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, "cashaddr_prefix": null, - "bip44": 3, + "slip44": 3, "segwit": false, "decred": false, "forkid": null, diff --git a/defs/coins/flashcoin.json b/defs/coins/flashcoin.json index c0d0a2ad3f..44a5ce6bb7 100644 --- a/defs/coins/flashcoin.json +++ b/defs/coins/flashcoin.json @@ -2,6 +2,9 @@ "coin_name": "Flashcoin", "coin_shortcut": "FLASH", "coin_label": "Flashcoin", + "website": "", + "github": "", + "maintainer": "flashbountyhunter ", "curve_name": "secp256k1", "address_type": 68, "address_type_p2sh": 130, @@ -14,7 +17,7 @@ "xpub_magic_segwit_p2sh": "049d7cb2", "bech32_prefix": null, "cashaddr_prefix": null, - "bip44": 120, + "slip44": 120, "segwit": true, "decred": false, "forkid": null, diff --git a/defs/coins/fujicoin.json b/defs/coins/fujicoin.json index 72562642ae..6e4d129608 100644 --- a/defs/coins/fujicoin.json +++ b/defs/coins/fujicoin.json @@ -1,8 +1,10 @@ { - "maintainer": "motty ", "coin_name": "Fujicoin", "coin_shortcut": "FJC", "coin_label": "Fujicoin", + "website": "", + "github": "", + "maintainer": "motty ", "curve_name": "secp256k1", "address_type": 36, "address_type_p2sh": 16, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": "049d7cb2", "bech32_prefix": "fc", "cashaddr_prefix": null, - "bip44": 75, + "slip44": 75, "segwit": true, "decred": false, "forkid": null, diff --git a/defs/coins/groestlcoin.json b/defs/coins/groestlcoin.json index 1813cd2c9b..b8048dd193 100644 --- a/defs/coins/groestlcoin.json +++ b/defs/coins/groestlcoin.json @@ -1,8 +1,10 @@ { - "maintainer": "Yura Pakhuchiy ", "coin_name": "Groestlcoin", "coin_shortcut": "GRS", "coin_label": "Groestlcoin", + "website": "", + "github": "", + "maintainer": "Yura Pakhuchiy ", "curve_name": "secp256k1_groestl", "address_type": 36, "address_type_p2sh": 5, @@ -14,7 +16,8 @@ "xpub_magic": "0488b21e", "xpub_magic_segwit_p2sh": "049d7cb2", "bech32_prefix": "grs", - "bip44": 17, + "cashaddr_prefix": null, + "slip44": 17, "segwit": true, "decred": false, "forkid": null, diff --git a/defs/coins/litecoin.json b/defs/coins/litecoin.json index 0ac28f6066..a6ec22b394 100644 --- a/defs/coins/litecoin.json +++ b/defs/coins/litecoin.json @@ -1,8 +1,10 @@ { - "maintainer": "Pavol Rusnak ", "coin_name": "Litecoin", "coin_shortcut": "LTC", "coin_label": "Litecoin", + "website": "", + "github": "", + "maintainer": "Pavol Rusnak ", "curve_name": "secp256k1", "address_type": 48, "address_type_p2sh": 50, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": "01b26ef6", "bech32_prefix": "ltc", "cashaddr_prefix": null, - "bip44": 2, + "slip44": 2, "segwit": true, "decred": false, "forkid": null, diff --git a/defs/coins/litecoin_testnet.json b/defs/coins/litecoin_testnet.json index 697a7a462f..18ff7e58d5 100644 --- a/defs/coins/litecoin_testnet.json +++ b/defs/coins/litecoin_testnet.json @@ -1,8 +1,10 @@ { - "maintainer": "Pavol Rusnak ", "coin_name": "Litecoin Testnet", "coin_shortcut": "TLTC", "coin_label": "Litecoin Testnet", + "website": "", + "github": "", + "maintainer": "Pavol Rusnak ", "curve_name": "secp256k1", "address_type": 111, "address_type_p2sh": 58, @@ -14,7 +16,8 @@ "xpub_magic": "043587cf", "xpub_magic_segwit_p2sh": null, "bech32_prefix": "tltc", - "bip44": 1, + "cashaddr_prefix": null, + "slip44": 1, "segwit": true, "decred": false, "forkid": null, diff --git a/defs/coins/monacoin.json b/defs/coins/monacoin.json index a8a9547df7..30b640c6af 100644 --- a/defs/coins/monacoin.json +++ b/defs/coins/monacoin.json @@ -1,8 +1,10 @@ { - "maintainer": "cryptcoin-junkey ", "coin_name": "Monacoin", "coin_shortcut": "MONA", "coin_label": "Monacoin", + "website": "", + "github": "", + "maintainer": "cryptcoin-junkey ", "curve_name": "secp256k1", "address_type": 50, "address_type_p2sh": 55, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": "049d7cb2", "bech32_prefix": "mona", "cashaddr_prefix": null, - "bip44": 22, + "slip44": 22, "segwit": true, "decred": false, "forkid": null, diff --git a/defs/coins/myriad.json b/defs/coins/myriad.json index d5cc06c289..ede048de5b 100644 --- a/defs/coins/myriad.json +++ b/defs/coins/myriad.json @@ -3,6 +3,9 @@ "coin_shortcut": "XMY", "coin_label": "Myriad", "curve_name": "secp256k1", + "website": "", + "github": "", + "maintainer": "Adam Hickerson ", "address_type": 50, "address_type_p2sh": 9, "maxfee_kb": 2000000, @@ -13,7 +16,8 @@ "xpub_magic": "0488b21e", "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, - "bip44": 90, + "cashaddr_prefix": null, + "slip44": 90, "segwit": true, "decred": false, "forkid": null, diff --git a/defs/coins/namecoin.json b/defs/coins/namecoin.json index bff137422a..5990ad2952 100644 --- a/defs/coins/namecoin.json +++ b/defs/coins/namecoin.json @@ -1,8 +1,10 @@ { - "maintainer": "Pavol Rusnak ", "coin_name": "Namecoin", "coin_shortcut": "NMC", "coin_label": "Namecoin", + "website": "", + "github": "", + "maintainer": "Pavol Rusnak ", "curve_name": "secp256k1", "address_type": 52, "address_type_p2sh": 5, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, "cashaddr_prefix": null, - "bip44": 7, + "slip44": 7, "segwit": false, "decred": false, "forkid": null, diff --git a/defs/coins/terracoin.json b/defs/coins/terracoin.json index d4b9c6dff8..adf68cf746 100644 --- a/defs/coins/terracoin.json +++ b/defs/coins/terracoin.json @@ -1,8 +1,10 @@ { - "maintainer": "Justin F. Hallett ", "coin_name": "Terracoin", "coin_shortcut": "TRC", "coin_label": "Terracoin", + "website": "", + "github": "", + "maintainer": "Justin F. Hallett ", "curve_name": "secp256k1", "address_type": 0, "address_type_p2sh": 5, @@ -14,7 +16,8 @@ "xpub_magic": "0488b21e", "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, - "bip44": 0, + "cashaddr_prefix": null, + "slip44": 0, "segwit": false, "decred": false, "forkid": null, diff --git a/defs/coins/vertcoin.json b/defs/coins/vertcoin.json index 404290c1cd..8bf5dac43c 100644 --- a/defs/coins/vertcoin.json +++ b/defs/coins/vertcoin.json @@ -1,8 +1,10 @@ { - "maintainer": "Jochen Hoenicke ", "coin_name": "Vertcoin", "coin_shortcut": "VTC", "coin_label": "Vertcoin", + "website": "", + "github": "", + "maintainer": "Jochen Hoenicke ", "curve_name": "secp256k1", "address_type": 71, "address_type_p2sh": 5, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": "049d7cb2", "bech32_prefix": "vtc", "cashaddr_prefix": null, - "bip44": 28, + "slip44": 28, "segwit": true, "decred": false, "forkid": null, diff --git a/defs/coins/viacoin.json b/defs/coins/viacoin.json index 615ad1b147..bb928403e3 100644 --- a/defs/coins/viacoin.json +++ b/defs/coins/viacoin.json @@ -1,8 +1,10 @@ { - "maintainer": "romanornr ", "coin_name": "viacoin", "coin_shortcut": "VIA", "coin_label": "viacoin", + "website": "", + "github": "", + "maintainer": "romanornr ", "curve_name": "secp256k1", "address_type": 71, "address_type_p2sh": 33, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": "049d7cb2", "bech32_prefix": "via", "cashaddr_prefix": null, - "bip44": 14, + "slip44": 14, "segwit": true, "decred": false, "forkid": null, diff --git a/defs/coins/zcash.json b/defs/coins/zcash.json index 73203f4bff..5938075253 100644 --- a/defs/coins/zcash.json +++ b/defs/coins/zcash.json @@ -1,8 +1,10 @@ { - "maintainer": "Pavol Rusnak ", "coin_name": "Zcash", "coin_shortcut": "ZEC", "coin_label": "Zcash", + "website": "", + "github": "", + "maintainer": "Pavol Rusnak ", "curve_name": "secp256k1", "address_type": 7352, "address_type_p2sh": 7357, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, "cashaddr_prefix": null, - "bip44": 133, + "slip44": 133, "segwit": false, "decred": false, "forkid": null, diff --git a/defs/coins/zcash_testnet.json b/defs/coins/zcash_testnet.json index 9c12aed1fd..1619f900f0 100644 --- a/defs/coins/zcash_testnet.json +++ b/defs/coins/zcash_testnet.json @@ -1,8 +1,10 @@ { - "maintainer": "Pavol Rusnak ", "coin_name": "Zcash Testnet", "coin_shortcut": "TAZ", "coin_label": "Zcash Testnet", + "website": "", + "github": "", + "maintainer": "Pavol Rusnak ", "curve_name": "secp256k1", "address_type": 7461, "address_type_p2sh": 7354, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, "cashaddr_prefix": null, - "bip44": 1, + "slip44": 1, "segwit": false, "decred": false, "forkid": null, diff --git a/defs/coins/zcoin.json b/defs/coins/zcoin.json index 64def87b31..c1e6288474 100644 --- a/defs/coins/zcoin.json +++ b/defs/coins/zcoin.json @@ -1,8 +1,10 @@ { - "maintainer": "Yura Pakhuchiy ", "coin_name": "Zcoin", "coin_shortcut": "XZC", "coin_label": "Zcoin", + "website": "", + "github": "", + "maintainer": "Yura Pakhuchiy ", "curve_name": "secp256k1", "address_type": 82, "address_type_p2sh": 7, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, "cashaddr_prefix": null, - "bip44": 136, + "slip44": 136, "segwit": false, "decred": false, "forkid": null, diff --git a/defs/coins/zcoin_testnet.json b/defs/coins/zcoin_testnet.json index 014a984e11..3629d08346 100644 --- a/defs/coins/zcoin_testnet.json +++ b/defs/coins/zcoin_testnet.json @@ -1,8 +1,10 @@ { - "maintainer": "Yura Pakhuchiy ", "coin_name": "Zcoin Testnet", "coin_shortcut": "tXZC", "coin_label": "Zcoin Testnet", + "website": "", + "github": "", + "maintainer": "Yura Pakhuchiy ", "curve_name": "secp256k1", "address_type": 65, "address_type_p2sh": 178, @@ -15,7 +17,7 @@ "xpub_magic_segwit_p2sh": null, "bech32_prefix": null, "cashaddr_prefix": null, - "bip44": 1, + "slip44": 1, "segwit": false, "decred": false, "forkid": null,