Add PIVX and Testnet PIVX
See www.pivx.org for more information about the coin.
This commit is contained in:
parent
839fa8f8bb
commit
bcab2b29b6
6 changed files with 6 additions and 2 deletions
|
@ -10508,6 +10508,7 @@ janin.currencies = [
|
|||
janin.currency.createCurrency ("Pesetacoin", 0x2f, 0xaf, "6", "[ST]" , "L6qoz2SQN6U9vGNoST35QP85PQbg4s5rDn"),
|
||||
janin.currency.createCurrency ("PHCoin", 0x37, 0xb7, "7", "U" , "P9e6c714JUHUfuBVHSS36eqaxGCN6X8nyU"),
|
||||
janin.currency.createCurrency ("PhoenixCoin", 0x38, 0xb8, "7", "U" , "PsaaD2mLfAPUJXhMYdC1DBavkJhZj14k6X"),
|
||||
janin.currency.createCurrency ("PIVX", 0x1e, 0xd4, "8", "Y" , "DSiCurCzgdzqSP1urFg3VZJfrpyhMWjEAp"),
|
||||
janin.currency.createCurrency ("Peercoin", 0x37, 0xb7, "7", "U" , "PSnwUwknbmqUU1GCcM1DNxcANqihpdt3tW"),
|
||||
janin.currency.createCurrency ("Potcoin", 0x37, 0xb7, "7", "U" , "PQcMNuCdeooMcS5H3DGwxXnSE2kmyVMU39"),
|
||||
janin.currency.createCurrency ("Primecoin", 0x17, 0x97, "6", "P" , "AbXChfoHyFESePFuVh1xLZdn7Rj1mfD2a4"),
|
||||
|
@ -10542,7 +10543,8 @@ janin.currencies = [
|
|||
janin.currency.createCurrency ("Zetacoin", 0x50, 0xE0, "8", "a" , "ZRU6TP8NLzoyey4DPPaa3uCCgDNDc96PXJ"),
|
||||
|
||||
janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c" , null),
|
||||
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c" , null)
|
||||
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c" , null),
|
||||
janin.currency.createCurrency ("Testnet PIVX", 0x8b, 0xef, "9", "c" , null)
|
||||
];
|
||||
|
||||
</script>
|
||||
|
|
BIN
logos/pivx.png
Normal file
BIN
logos/pivx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
logos/testnet pivx.png
Normal file
BIN
logos/testnet pivx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -175,6 +175,7 @@ janin.currencies = [
|
|||
janin.currency.createCurrency ("Pesetacoin", 0x2f, 0xaf, "6", "[ST]" , "L6qoz2SQN6U9vGNoST35QP85PQbg4s5rDn"),
|
||||
janin.currency.createCurrency ("PHCoin", 0x37, 0xb7, "7", "U" , "P9e6c714JUHUfuBVHSS36eqaxGCN6X8nyU"),
|
||||
janin.currency.createCurrency ("PhoenixCoin", 0x38, 0xb8, "7", "U" , "PsaaD2mLfAPUJXhMYdC1DBavkJhZj14k6X"),
|
||||
janin.currency.createCurrency ("PIVX", 0x1e, 0xd4, "8", "Y" , "DSiCurCzgdzqSP1urFg3VZJfrpyhMWjEAp"),
|
||||
janin.currency.createCurrency ("Peercoin", 0x37, 0xb7, "7", "U" , "PSnwUwknbmqUU1GCcM1DNxcANqihpdt3tW"),
|
||||
janin.currency.createCurrency ("Potcoin", 0x37, 0xb7, "7", "U" , "PQcMNuCdeooMcS5H3DGwxXnSE2kmyVMU39"),
|
||||
janin.currency.createCurrency ("Primecoin", 0x17, 0x97, "6", "P" , "AbXChfoHyFESePFuVh1xLZdn7Rj1mfD2a4"),
|
||||
|
@ -209,5 +210,6 @@ janin.currencies = [
|
|||
janin.currency.createCurrency ("Zetacoin", 0x50, 0xE0, "8", "a" , "ZRU6TP8NLzoyey4DPPaa3uCCgDNDc96PXJ"),
|
||||
|
||||
janin.currency.createCurrency ("Testnet Dogecoin", 0x71, 0xf1, "9", "c" , null),
|
||||
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c" , null)
|
||||
janin.currency.createCurrency ("Testnet Bitcoin", 0x6f, 0xef, "9", "c" , null),
|
||||
janin.currency.createCurrency ("Testnet PIVX", 0x8b, 0xef, "9", "c" , null)
|
||||
];
|
||||
|
|
BIN
wallets/pivx.png
Normal file
BIN
wallets/pivx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 491 KiB |
BIN
wallets/testnet pivx.png
Normal file
BIN
wallets/testnet pivx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 480 KiB |
Loading…
Add table
Reference in a new issue