@ -211,7 +211,7 @@
<!-- BEGIN Login Page -->
< div id = "wallet-login" >
< div class = "page animsition vertical-align text-center" data-animsition-in = "fade-in"
data-animsition-out="fade-out">>
data-animsition-out="fade-out">
< div class = "page-content vertical-align-middle" >
< div class = "brand" >
< img class = "brand-img" src = "assets/images/easydex-logo-big.png" alt = "SuperNET Iguana" >
@ -1579,9 +1579,11 @@
<!-- END ZCASH WALLET CONTENT BODY -->
<!-- BEGIN ATOMIC EXPLORER SETTINGS CONTENT BODY -->
< div class = "page animsition" data-animsition-in = "fade-in" data-animsition-out = "fade-out" style = "margin-left: 0px;" >
< div class = "page-content" id = "section-iguana-atomic-explorer" >
< div class = "row" id = "atomic-explorer" data-plugin = "masonry" >
< div class = "col-xlg-12 col-md-12" >
< h4 class = "font-size-14 text-uppercase" > Atomic Explorer< / h4 >
<!-- Atomic Expolrer Tab -->
< div class = "panel panel-bordered" >
<!-- <div class="panel - heading">
@ -1669,159 +1671,224 @@
< / div >
< / div >
< / div >
< / div >
<!-- END ATOMIC EXPLORER SETTINGS CONTENT BODY -->
<!-- BEGIN IGUANA WALLET SETTINGS CONTENT BODY -->
< div class = "page animsition" data-animsition-in = "fade-in" data-animsition-out = "fade-out" style = "margin-left: 0px;" >
< div class = "page-content" id = "section-iguana-wallet-settings" >
< div class = "row" id = "iguana-wallet-settings" data-plugin = "masonry" >
< div class = "col-xlg-12 col-md-12" >
<!-- Iguana Wallet Settings Box Tab -->
< div class = "panel nav-tabs-horizontal" >
<!-- <div class="panel - heading">
< h3 class = "panel-title" > Wallet Settings< / h3 >
< / div > -->
< ul class = "nav nav-tabs nav-tabs-line" data-plugin = "nav-tabs" role = "tablist" >
< li class = "active" role = "presentation" > < a data-toggle = "tab" href = "#WalletInfo" aria-controls = "WalletInfo" role = "tab" > < i class = "icon md-balance-wallet" aria-hidden = "true" > < / i > Wallet Info< / a > < / li >
< li role = "presentation" > < a data-toggle = "tab" href = "#AddNodeforCoin" aria-controls = "AddNodeforCoin" role = "tab" > < i class = "icon md-plus-square" aria-hidden = "true" > < / i > Add Node< / a > < / li >
< li role = "presentation" > < a data-toggle = "tab" href = "#DumpWallet" aria-controls = "DumpWallet" role = "tab" > < i class = "icon wb-briefcase" aria-hidden = "true" > < / i > Wallet Backup< / a > < / li >
< li role = "presentation" > < a data-toggle = "tab" href = "#GetPrivKey" aria-controls = "GetPrivKey" role = "tab" > < i class = "icon md-key" aria-hidden = "true" > < / i > Export Keys< / a > < / li >
< li role = "presentation" > < a data-toggle = "tab" href = "#FiatCurrencySettings" aria-controls = "FiatCurrencySettings" role = "tab" > < i class = "icon fa-money" aria-hidden = "true" > < / i > Fiat Currency< / a > < / li >
< / ul >
< div class = "panel-body" >
< div class = "tab-content" >
< div class = "tab-pane active" id = "WalletInfo" role = "tabpanel" >
< table class = "table" id = "wallet-info-table" >
< thead >
< tr > < th width = "10%" > Key< / th > < th > Value< / th > < / tr >
< / thead >
< tbody >
< tr > < td style = "font-weight: bold;" > pubkey< / td > < td > < div id = "winfo_pubkey_value" > < / div > < / td > < / tr >
< tr > < td style = "font-weight: bold;" > btcpubkey< / td > < td > < div id = "winfo_btcpubkey_value" > < / div > < / td > < / tr >
< tr > < td style = "font-weight: bold;" > rmd160< / td > < td > < div id = "winfo_rmd160_value" > < / div > < / td > < / tr >
< tr > < td style = "font-weight: bold;" > NXT< / td > < td > < div id = "winfo_NXT_value" > < / div > < / td > < / tr >
< tr > < td style = "font-weight: bold;" > notary< / td > < td > < div id = "winfo_notary_value" > < / div > < / td > < / tr >
< tr > < td style = "font-weight: bold;" > status< / td > < td > < div id = "winfo_status_value" > < / div > < / td > < / tr >
<!-- <tr><td style="font - weight: bold;">duration</td><td><div id="winfo_duration_value"></div></td></tr> -->
< / tbody >
< / table >
< / div >
< div class = "tab-pane" id = "AddNodeforCoin" role = "tabpanel" >
< div class = "row" >
< div class = "col-sm-6" >
< div class = "col-sm-12" > < p > Use this section to check if the node IP you wish to add is allready active as peer of your coin:< / p > < / div >
< div class = "col-sm-8 col-xs-12" >
< div class = "form-group" >
< select class = "form-control form-material" id = "settings_select_coin_options" >
< option > -Select Coin-< / option >
< option value = "BTC" > Bitcoin< / option >
< option value = "BTCD" > BitcoinDark< / option >
< option value = "LTC" > Litecoin< / option >
< option value = "DOGE" > Dogecoin< / option >
< option value = "DGB" > Digibyte< / option >
< option value = "SYS" > SysCoin< / option >
< option value = "MZC" > MazaCoin< / option >
< option value = "UNO" > Unobtanium< / option >
< option value = "ZET" > Zetacoin< / option >
< option value = "KMD" > Komodo< / option >
< option value = "BTM" > Bitmark< / option >
< option value = "CARB" > Carboncoin< / option >
< option value = "ANC" > AnonCoin< / option >
< option value = "FRK" > Franko< / option >
< option value = "SUPERNET" > SUPERNET< / option >
< option value = "REVS" > REVS< / option >
< option value = "USD" > USD< / option >
< / select >
< / div >
< / div >
< div class = "col-sm-4 col-xs-12" style = "text-align: center;" >
< button type = "button" class = "btn btn-primary waves-effect waves-light" data-toggle = "modal" data-dismiss = "modal" id = "settings_getcoinpeers_btn" onclick = "Settings_ShowCoinPeers()" > Check Nodes< / button >
< / div >
< div class = "col-sm-12" >
< h5 > SuperNET Peers: < span id = "coin_supernetpeers_h" > < / span > < / h5 >
< p id = "coin_supernetpeers" > < / p >
< h5 > Raw Peers: < span id = "coin_rawpeers_h" > < / span > < / h5 >
< p id = "coin_rawpeers" > < / p >
<!-- Iguana Wallet Settings Box -->
< div class = "row" id = "iguana-wallet-settings" data-plugin = "masonry" >
< div class = "col-xlg-12 col-md-12" >
< h4 class = "font-size-14 text-uppercase" > Wallet Settings< / h4 >
< div class = "panel-group" id = "SettingsAccordion" aria-multiselectable = "true"
role="tablist">
< div class = "panel" >
< div class = "panel-heading" id = "WalletInfo" role = "tab" >
< a class = "panel-title" data-toggle = "collapse" href = "#WalletInfoTab"
data-parent="#SettingsAccordion" aria-expanded="true"
aria-controls="WalletInfoTab">
< i class = "icon md-balance-wallet" aria-hidden = "true" > < / i > Wallet Info
< / a >
< / div >
< div class = "panel-collapse collapse in" id = "WalletInfoTab" aria-labelledby = "WalletInfo"
role="tabpanel">
< div class = "panel-body" >
< table class = "table" id = "wallet-info-table" >
< thead >
< tr > < th width = "10%" > Key< / th > < th > Value< / th > < / tr >
< / thead >
< tbody >
< tr > < td style = "font-weight: bold;" > pubkey< / td > < td > < div id = "winfo_pubkey_value" > < / div > < / td > < / tr >
< tr > < td style = "font-weight: bold;" > btcpubkey< / td > < td > < div id = "winfo_btcpubkey_value" > < / div > < / td > < / tr >
< tr > < td style = "font-weight: bold;" > rmd160< / td > < td > < div id = "winfo_rmd160_value" > < / div > < / td > < / tr >
< tr > < td style = "font-weight: bold;" > NXT< / td > < td > < div id = "winfo_NXT_value" > < / div > < / td > < / tr >
< tr > < td style = "font-weight: bold;" > notary< / td > < td > < div id = "winfo_notary_value" > < / div > < / td > < / tr >
< tr > < td style = "font-weight: bold;" > status< / td > < td > < div id = "winfo_status_value" > < / div > < / td > < / tr >
<!-- <tr><td style="font - weight: bold;">duration</td><td><div id="winfo_duration_value"></div></td></tr> -->
< / tbody >
< / table >
< / div >
< / div >
< / div >
< div class = "col-sm-6" >
< div class = "col-sm-12" > < p > Use this section to add a peer IP to a selected coin:< / p > < / div >
< div class = "col-sm-8 col-xs-12" >
< div class = "form-group" >
< select class = "form-control form-material" id = "settings_select_coin_addpeer_options" >
< option > -Select Coin-< / option >
< option value = "BTC" > Bitcoin< / option >
< option value = "BTCD" > BitcoinDark< / option >
< option value = "LTC" > Litecoin< / option >
< option value = "DOGE" > Dogecoin< / option >
< option value = "DGB" > Digibyte< / option >
< option value = "SYS" > SysCoin< / option >
< option value = "MZC" > MazaCoin< / option >
< option value = "UNO" > Unobtanium< / option >
< option value = "ZET" > Zetacoin< / option >
< option value = "KMD" > Komodo< / option >
< option value = "BTM" > Bitmark< / option >
< option value = "CARB" > Carboncoin< / option >
< option value = "ANC" > AnonCoin< / option >
< option value = "FRK" > Franko< / option >
< option value = "SUPERNET" > SUPERNET< / option >
< option value = "REVS" > REVS< / option >
< option value = "USD" > USD< / option >
< / select >
< / div >
< div class = "form-group" >
< input type = "text" class = "form-control" id = "settings_add_peer_ip" name = "settings_add_peer_ip" placeholder = "Add Peer IP" >
< / div >
< / div >
< div class = "col-sm-4 col-xs-12" style = "text-align: center;" >
< button type = "button" class = "btn btn-primary waves-effect waves-light" data-toggle = "modal" data-dismiss = "modal" id = "settings_addcoinpeers_btn" onclick = "Settings_AddCoinPeers()" > Add Node< / button >
< / div >
< div class = "panel" >
< div class = "panel-heading" id = "AddNodeforCoin" role = "tab" >
< a class = "panel-title collapsed" data-toggle = "collapse" href = "#AddNodeforCoinTab"
data-parent="#SettingsAccordion" aria-expanded="false"
aria-controls="AddNodeforCoinTab">
< i class = "icon md-plus-square" aria-hidden = "true" > < / i > Add Node
< / a >
< / div >
< div class = "panel-collapse collapse" id = "AddNodeforCoinTab" aria-labelledby = "AddNodeforCoin"
role="tabpanel">
< div class = "panel-body" >
< div class = "row" >
< div class = "col-sm-6" >
< div class = "col-sm-12" > < p > Use this section to check if the node IP you wish to add is allready active as peer of your coin:< / p > < / div >
< div class = "col-sm-8 col-xs-12" >
< div class = "form-group" >
< select class = "form-control form-material" id = "settings_select_coin_options" >
< option > -Select Coin-< / option >
< option value = "BTC" > Bitcoin< / option >
< option value = "BTCD" > BitcoinDark< / option >
< option value = "LTC" > Litecoin< / option >
< option value = "DOGE" > Dogecoin< / option >
< option value = "DGB" > Digibyte< / option >
< option value = "SYS" > SysCoin< / option >
< option value = "MZC" > MazaCoin< / option >
< option value = "UNO" > Unobtanium< / option >
< option value = "ZET" > Zetacoin< / option >
< option value = "KMD" > Komodo< / option >
< option value = "BTM" > Bitmark< / option >
< option value = "CARB" > Carboncoin< / option >
< option value = "ANC" > AnonCoin< / option >
< option value = "FRK" > Franko< / option >
< option value = "SUPERNET" > SUPERNET< / option >
< option value = "REVS" > REVS< / option >
< option value = "USD" > USD< / option >
< / select >
< / div >
< / div >
< div class = "col-sm-4 col-xs-12" style = "text-align: center;" >
< button type = "button" class = "btn btn-primary waves-effect waves-light" data-toggle = "modal" data-dismiss = "modal" id = "settings_getcoinpeers_btn" onclick = "Settings_ShowCoinPeers()" > Check Nodes< / button >
< / div >
< div class = "col-sm-12" >
< h5 > SuperNET Peers: < span id = "coin_supernetpeers_h" > < / span > < / h5 >
< p id = "coin_supernetpeers" > < / p >
< h5 > Raw Peers: < span id = "coin_rawpeers_h" > < / span > < / h5 >
< p id = "coin_rawpeers" > < / p >
< / div >
< / div >
< div class = "col-sm-6" >
< div class = "col-sm-12" > < p > Use this section to add a peer IP to a selected coin:< / p > < / div >
< div class = "col-sm-8 col-xs-12" >
< div class = "form-group" >
< select class = "form-control form-material" id = "settings_select_coin_addpeer_options" >
< option > -Select Coin-< / option >
< option value = "BTC" > Bitcoin< / option >
< option value = "BTCD" > BitcoinDark< / option >
< option value = "LTC" > Litecoin< / option >
< option value = "DOGE" > Dogecoin< / option >
< option value = "DGB" > Digibyte< / option >
< option value = "SYS" > SysCoin< / option >
< option value = "MZC" > MazaCoin< / option >
< option value = "UNO" > Unobtanium< / option >
< option value = "ZET" > Zetacoin< / option >
< option value = "KMD" > Komodo< / option >
< option value = "BTM" > Bitmark< / option >
< option value = "CARB" > Carboncoin< / option >
< option value = "ANC" > AnonCoin< / option >
< option value = "FRK" > Franko< / option >
< option value = "SUPERNET" > SUPERNET< / option >
< option value = "REVS" > REVS< / option >
< option value = "USD" > USD< / option >
< / select >
< / div >
< div class = "form-group" >
< input type = "text" class = "form-control" id = "settings_add_peer_ip" name = "settings_add_peer_ip" placeholder = "Add Peer IP" >
< / div >
< / div >
< div class = "col-sm-4 col-xs-12" style = "text-align: center;" >
< button type = "button" class = "btn btn-primary waves-effect waves-light" data-toggle = "modal" data-dismiss = "modal" id = "settings_addcoinpeers_btn" onclick = "Settings_AddCoinPeers()" > Add Node< / button >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "tab-pane" id = "DumpWallet" role = "tabpanel" >
Wallet Backup section to be updated soon.
< / div >
< div class = "tab-pane" id = "GetPrivKey" role = "tabpanel" >
< p > Only the active coin wallet wif keys will be shown here.< br >
If you don't see a wif key for the coin you are looking for please active it by adding it from EasyDEX Dashboard.< br >
You can use these wif keys to import to another coin wallets. < b > < i > Please keep these keys extra safe and secure.< / i > < / b > < / p >
< div class = "col-sm-12" > < / div >
< form class = "wifkeys-form" method = "post" action = "javascript:;" autocomplete = "off" onsubmit = "return false;" >
< div class = "form-group form-material floating" >
< input type = "password" class = "form-control" name = "wifkeys_passphrase" id = "wifkeys_passphrase" >
< label class = "floating-label" for = "wifkeys_passphrase" > Passphrase< / label >
< div class = "panel" >
< div class = "panel-heading" id = "DumpWallet" role = "tab" >
< a class = "panel-title collapsed" data-toggle = "collapse" href = "#DumpWalletTab"
data-parent="#SettingsAccordion" aria-expanded="false"
aria-controls="DumpWalletTab">
< i class = "icon wb-briefcase" aria-hidden = "true" > < / i > Wallet Backup
< / a >
< / div >
< div class = "panel-collapse collapse" id = "DumpWalletTab" aria-labelledby = "DumpWallet"
role="tabpanel">
< div class = "panel-body ">
Wallet Backup section to be updated soon.
< / div >
< div class = "col-sm-12 col-xs-12" style = "text-align: center;" >
< button type = "submit" class = "btn btn-primary waves-effect waves-light" data-toggle = "modal" data-dismiss = "modal" id = "settings_getcoinpeers_btn" > Get Wif Keys< / button >
< / div >
< / div >
< div class = "panel" >
< div class = "panel-heading" id = "FiatCurrencySettings" role = "tab" >
< a class = "panel-title collapsed" data-toggle = "collapse" href = "#FiatCurrencySettingsTab"
data-parent="#SettingsAccordion" aria-expanded="false"
aria-controls="FiatCurrencySettingsTab">
< i class = "icon fa-money" aria-hidden = "true" > < / i > Fiat Currency
< / a >
< / div >
< div class = "panel-collapse collapse" id = "FiatCurrencySettingsTab" aria-labelledby = "FiatCurrencySettings"
role="tabpanel">
< div class = "panel-body" >
Fiat currency settings section to be updated soon.
< / div >
< / form >
< / div >
< / div >
< div class = "col-sm-12" style = "padding-top: 15px;" >
< div class = "row" id = "wif-priv-keys" data-plugin = "masonry" >
< div class = "panel" >
< div class = "panel-heading" id = "ExportKeys" role = "tab" >
< a class = "panel-title collapsed" data-toggle = "collapse" href = "#ExportKeysTab"
data-parent="#SettingsAccordion" aria-expanded="false"
aria-controls="ExportKeysTab">
< i class = "icon md-key" aria-hidden = "true" > < / i > Export Keys
< / a >
< / div >
< div class = "panel-collapse collapse" id = "ExportKeysTab" aria-labelledby = "ExportKeys"
role="tabpanel">
< div class = "panel-body" >
< p > Only the active coin wallet wif keys will be shown here.< br > If you don't see a wif key for the coin you are looking for please active it by adding it from EasyDEX Dashboard.< br > You can use these wif keys to import to another coin wallets. < b > < i > Please keep these keys extra safe and secure.< / i > < / b > < / p >
< div class = "col-sm-12" > < / div >
< form class = "wifkeys-form" method = "post" action = "javascript:;" autocomplete = "off" onsubmit = "return false;" >
< div class = "form-group form-material floating" >
< input type = "password" class = "form-control" name = "wifkeys_passphrase" id = "wifkeys_passphrase" >
< label class = "floating-label" for = "wifkeys_passphrase" > Passphrase< / label >
< / div >
< div class = "col-sm-12 col-xs-12" style = "text-align: center;" >
< button type = "submit" class = "btn btn-primary waves-effect waves-light" data-toggle = "modal" data-dismiss = "modal" id = "settings_getcoinpeers_btn" > Get Wif Keys< / button >
< / div >
< / form >
< div class = "col-sm-12" style = "padding-top: 15px;" >
< div class = "row" id = "wif-priv-keys" data-plugin = "masonry" >
< / div >
< / div >
< / div >
< / div >
< div class = "tab-pane" id = "FiatCurrencySettings" role = "tabpanel" >
Fiat currency settings section to be updated soon.
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
<!-- End Iguana Wallet Settings Box Tab -->
<!-- End Iguana Wallet Settings Box -->
< / div >
< / div >
< / div >
< / div >
<!-- END IGUANA WALLET SETTINGS CONTENT BODY -->
<!-- BEGIN ABOUT SUPERNET IGUANA CONTENT BODY -->
< div class = "page animsition" data-animsition-in = "fade-in" data-animsition-out = "fade-out" style = "margin-left: 0px;" >
< div class = "page-content" id = "section-about-iguana" >
< h2 > About Iguana< / h2 >
< p > Page content goes here< / p >
< / div >
< / div >
<!-- END ABOUT SUPERNET IGUANA CONTENT BODY -->